#AF214F

Color #AF214F Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AF214F

Tints of Old Rose #AF214F

Color information

#AF214F (or 0xAF214F) is unknown color: approx Old Rose. HEX triplet: AF, 21 and 4F. RGB value is (175,33,79). Sum of RGB (Red+Green+Blue) = 175+33+79=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF214F is #50DEB0. Grayscale: #505050. Windows color (decimal): -5299889 or 5185967. OLE color: 5185967.

HSL color Cylindrical-coordinate representation of color #AF214F: hue angle of 340.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF214F is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1753379-
CMYK00.810.550.31
HSL340.56º68.27%40.78%-
HSV(B)340.56º81.14%68.63%-
XYZ19.6310.778.44-
YUV80.7127.04195.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=60.98%
G=11.50%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175337900.810.550.31340.5668.2740.78
HexAF214F051371F1554429
Octal257411170121673752510451
Binary10101111100001100111101010001110111111111010101011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF214F; }

 p { color: rgb(175,33,79); }

 H1.HeaderClassName
 {
   color: #AF214F;
 }
 .AnyTagClassName
 {
   color: #AF214F;
 }
</style>
background-color css

<style>
 a { background-color: #AF214F; }

 a { background-color: rgb(175,33,79); }

 div.DivClassName
 {
   background-color: #AF214F;
 }
 .BgClassName
 {
   background-color: #AF214F;
 }
</style>
border-color css

<style>
 span { border-color: #AF214F; }

 span { border-color: rgb(175,33,79); }

 td.TdClassName
 {
   border-color: #AF214F;
 }
 .TagClassName
 {
   border-color: #AF214F;
 }
</style>