#AF4370

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

Shades of Royal Heath #AF4370

Tints of Royal Heath #AF4370

Color information

#AF4370 (or 0xAF4370) is unknown color: approx Royal Heath. HEX triplet: AF, 43 and 70. RGB value is (175,67,112). Sum of RGB (Red+Green+Blue) = 175+67+112=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4370 is #50BC8F. Grayscale: #686868. Windows color (decimal): -5291152 or 7357359. OLE color: 7357359.

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

Color convert

RGB17567112-
CMYK00.620.360.31
HSL335º44.63%47.45%-
HSV(B)335º61.71%68.63%-
XYZ22.6114.316.9-
YUV104.42132.28178.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=49.44%
G=18.93%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756711200.620.360.3133544.6347.45
HexAF437003E241F14f2d2f
Octal25710316007644375175557
Binary1010111110000111110000011111010010011111101001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4370; }

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

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

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

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

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

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

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

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