COLOR #AF4276

HEX: #AF4276
RGB: (175,66,118)

Color info

#AF4276 contains mainly red and blue colors. Web safe color of #AF4276 is #993366 (or #936).

RGB color model

#AF4276 color RGB value is (175,66,118).

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

RGB channels and saturation

R 175 of 255 = 69%
G 66 of 255 = 26%
B 118 of 255 = 46%

175
66
118

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

Portions of RGB colors in percentages

R + G + B =
175 + 66 + 118 = 359 (100%)
R 175 of 359 ~ 48.75%
G 66 of 359 ~ 18.38%
B 118 of 359 ~ 32.87%

%48.75
%18.38
%32.87

CMYK color model

#AF4276 color CMYK value is (0,62,33,31).

  • cyan value is 0.00%
  • magenta value is 62.29%
  • yellow value is 32.57%
  • key color value is 31.37%
CMYK:
(0,62,33,31)
C0M62Y33K31 
(0%,62%,33%,31%)
(0.00/0.62/0.33/0.31)	

CMYK percentages

%0
%62.29
%32.57
%31.37

Codes

Color #AF4276 in popluar color models

AF4276
RGB17566118
HSL331°45.23%47.25%
HSB/HSV331°62.29%68.63%
CMYK0.00%62.29%32.57%
31.37%

Color #AF4276 in popluar number systems.

HEXAF4276
Decimal17566118
Binary1010111110000101110110
Octal257102166

Shades and tints

Shades of #AF4276

#AF4276
(175,66,118)
#A03C6C
(160,60,108)
#913662
(145,54,98)
#823058
(130,48,88)
#732A4E
(115,42,78)
#642444
(100,36,68)
#551E3A
(85,30,58)
#461830
(70,24,48)
#371226
(55,18,38)
#280C1C
(40,12,28)
#190612
(25,6,18)
#000000
(0,0,0)

Tints of #AF4276

#AF4276
(175,66,118)
#B65382
(182,83,130)
#BD648E
(189,100,142)
#C4759A
(196,117,154)
#CB86A6
(203,134,166)
#D297B2
(210,151,178)
#D9A8BE
(217,168,190)
#E0B9CA
(224,185,202)
#E7CAD6
(231,202,214)
#EEDBE2
(238,219,226)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF4276; }

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

This text font color is #AF4276.


Background Color

.myBgColor { background-color: #AF4276; }

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

This div background color is #AF4276.


Border color

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

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

This div border color is #AF4276.


Opacity

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

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

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

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

This text has shadow with #AF4276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4276 on black background.


Color preview on white background

This text has color #AF4276 on white background.



Black color preview on #AF4276 background

This text has black color on #AF4276 background.


White color preview on #AF4276 background

This text has white color on #AF4276 background.