#AF4470

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

Shades of Royal Heath #AF4470

Tints of Royal Heath #AF4470

Color information

#AF4470 (or 0xAF4470) is unknown color: approx Royal Heath. HEX triplet: AF, 44 and 70. RGB value is (175,68,112). Sum of RGB (Red+Green+Blue) = 175+68+112=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4470 is #50BB8F. Grayscale: #686868. Windows color (decimal): -5290896 or 7357615. OLE color: 7357615.

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

Color convert

RGB17568112-
CMYK00.610.360.31
HSL335.33º44.03%47.65%-
HSV(B)335.33º61.14%68.63%-
XYZ22.6714.4216.92-
YUV105.01131.95177.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=49.30%
G=19.15%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756811200.610.360.31335.3344.0347.65
HexAF447003D241F14f2c30
Octal25710416007544375175460
Binary1010111110001001110000011110110010011111101001111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4470; }

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

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

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

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

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

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

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

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