#AF4F70

Color #AF4F70 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AF4F70

Tints of Royal Heath #AF4F70

Color information

#AF4F70 (or 0xAF4F70) is unknown color: approx Royal Heath. HEX triplet: AF, 4F and 70. RGB value is (175,79,112). Sum of RGB (Red+Green+Blue) = 175+79+112=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F70 is #50B08F. Grayscale: #6F6F6F. Windows color (decimal): -5288080 or 7360431. OLE color: 7360431.

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

Color convert

RGB17579112-
CMYK00.550.360.31
HSL339.38º37.8%49.8%-
HSV(B)339.38º54.86%68.63%-
XYZ23.415.8817.16-
YUV111.47128.3173.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=47.81%
G=21.58%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757911200.550.360.31339.3837.849.8
HexAF4F70037241F1532632
Octal25711716006744375234662
Binary1010111110011111110000011011110010011111101010011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F70; }

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

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

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

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

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

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

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

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