COLOR #AF61AF

HEX: #AF61AF
RGB: (175,97,175)

Color info

#AF61AF contains mainly red and blue colors. Web safe color of #AF61AF is #996699 (or #969).

RGB color model

#AF61AF color RGB value is (175,97,175).

  • red value is 175;
  • green value is 97;
  • blue value is 175.
RGB:
(175,97,175)
(69%,38%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 97 of 255 = 38%
B 175 of 255 = 69%

175
97
175

R + G + B ~ 59%. #AF61AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 97 + 175 = 447 (100%)
R 175 of 447 ~ 39.15%
G 97 of 447 ~ 21.7%
B 175 of 447 ~ 39.15%

%39.15
%21.7
%39.15

CMYK color model

#AF61AF color CMYK value is (0,45,0,31).

  • cyan value is 0.00%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(0,45,0,31)
C0M45Y0K31 
(0%,45%,0%,31%)
(0.00/0.45/0.00/0.31)	

CMYK percentages

%0
%44.57
%0
%31.37

Codes

Color #AF61AF in popluar color models

AF61AF
RGB17597175
HSL300°32.77%53.33%
HSB/HSV300°44.57%68.63%
CMYK0.00%44.57%0.00%
31.37%

Color #AF61AF in popluar number systems.

HEXAF61AF
Decimal17597175
Binary10101111110000110101111
Octal257141257

Shades and tints

Shades of #AF61AF

#AF61AF
(175,97,175)
#A059A0
(160,89,160)
#915191
(145,81,145)
#824982
(130,73,130)
#734173
(115,65,115)
#643964
(100,57,100)
#553155
(85,49,85)
#462946
(70,41,70)
#372137
(55,33,55)
#281928
(40,25,40)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #AF61AF

#AF61AF
(175,97,175)
#B66FB6
(182,111,182)
#BD7DBD
(189,125,189)
#C48BC4
(196,139,196)
#CB99CB
(203,153,203)
#D2A7D2
(210,167,210)
#D9B5D9
(217,181,217)
#E0C3E0
(224,195,224)
#E7D1E7
(231,209,231)
#EEDFEE
(238,223,238)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF61AF color. Also use rgb(175,97,175) instead hex code.

Text Font Color

.myTextColor { color: #AF61AF; }

<p style="color:#AF61AF">This sample text font color is #AF61AF.</p>

This text font color is #AF61AF.


Background Color

.myBgColor { background-color: #AF61AF; }

<div style="background-color:#AF61AF">Inner text</div>

This div background color is #AF61AF.


Border color

.myBorderColor { border: 1px solid #AF61AF; }

<div style="border:3px solid #AF61AF">Div</div>

This div border color is #AF61AF.


Opacity

.myOpacity80 { color: #AF61AF; opacity: 0.8; }

<p style="color:#AF61AF;opacity:0.8;">80%</p>

Text with #AF61AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF61AF;}

<p style="text-shadow: 3px 3px 1px #AF61AF">Text here.</p>

This text has shadow with #AF61AF color.

.textShadow {text-shadow: 3px 3px 1px #AF61AF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF61AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF61AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF61AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF61AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF61AF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AF61AF;
  -webkit-box-shadow:	1px 1px 3px 2px #AF61AF;
  box-shadow:		1px 1px 3px 2px #AF61AF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF61AF;
-webkit-box-shadow: 1px 1px 3px 2px #AF61AF;
box-shadow:1px 1px 3px 2px #AF61AF;">
Div content here</div>
This div box has shadow with color #AF61AF.

Preview

Color preview on black background

This text has color #AF61AF on black background.


Color preview on white background

This text has color #AF61AF on white background.



Black color preview on #AF61AF background

This text has black color on #AF61AF background.


White color preview on #AF61AF background

This text has white color on #AF61AF background.