COLOR #AF4281

HEX: #AF4281
RGB: (175,66,129)

Color info

#AF4281 contains mainly red and blue colors. Web safe color of #AF4281 is #993399 (or #939).

RGB color model

#AF4281 color RGB value is (175,66,129).

  • red value is 175;
  • green value is 66;
  • blue value is 129.
RGB:
(175,66,129)
(69%,26%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 66 of 255 = 26%
B 129 of 255 = 51%

175
66
129

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

Portions of RGB colors in percentages

R + G + B =
175 + 66 + 129 = 370 (100%)
R 175 of 370 ~ 47.3%
G 66 of 370 ~ 17.84%
B 129 of 370 ~ 34.86%

%47.3
%17.84
%34.86

CMYK color model

#AF4281 color CMYK value is (0,62,26,31).

  • cyan value is 0.00%
  • magenta value is 62.29%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK:
(0,62,26,31)
C0M62Y26K31 
(0%,62%,26%,31%)
(0.00/0.62/0.26/0.31)	

CMYK percentages

%0
%62.29
%26.29
%31.37

Codes

Color #AF4281 in popluar color models

AF4281
RGB17566129
HSL325°45.23%47.25%
HSB/HSV325°62.29%68.63%
CMYK0.00%62.29%26.29%
31.37%

Color #AF4281 in popluar number systems.

HEXAF4281
Decimal17566129
Binary10101111100001010000001
Octal257102201

Shades and tints

Shades of #AF4281

#AF4281
(175,66,129)
#A03C76
(160,60,118)
#91366B
(145,54,107)
#823060
(130,48,96)
#732A55
(115,42,85)
#64244A
(100,36,74)
#551E3F
(85,30,63)
#461834
(70,24,52)
#371229
(55,18,41)
#280C1E
(40,12,30)
#190613
(25,6,19)
#000000
(0,0,0)

Tints of #AF4281

#AF4281
(175,66,129)
#B6538C
(182,83,140)
#BD6497
(189,100,151)
#C475A2
(196,117,162)
#CB86AD
(203,134,173)
#D297B8
(210,151,184)
#D9A8C3
(217,168,195)
#E0B9CE
(224,185,206)
#E7CAD9
(231,202,217)
#EEDBE4
(238,219,228)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF4281; }

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

This text font color is #AF4281.


Background Color

.myBgColor { background-color: #AF4281; }

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

This div background color is #AF4281.


Border color

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

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

This div border color is #AF4281.


Opacity

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

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

Text with #AF4281 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 #AF4281;}

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

This text has shadow with #AF4281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4281 on black background.


Color preview on white background

This text has color #AF4281 on white background.



Black color preview on #AF4281 background

This text has black color on #AF4281 background.


White color preview on #AF4281 background

This text has white color on #AF4281 background.