#AF427D

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

Shades of Royal Heath #AF427D

Tints of Royal Heath #AF427D

Color information

#AF427D (or 0xAF427D) is unknown color: approx Royal Heath. HEX triplet: AF, 42 and 7D. RGB value is (175,66,125). Sum of RGB (Red+Green+Blue) = 175+66+125=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF427D is #50BD82. Grayscale: #696969. Windows color (decimal): -5291395 or 8209071. OLE color: 8209071.

HSL color Cylindrical-coordinate representation of color #AF427D: hue angle of 327.52º 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 #AF427D is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17566125-
CMYK00.620.290.31
HSL327.52º45.23%47.25%-
HSV(B)327.52º62.29%68.63%-
XYZ23.3314.4920.97-
YUV105.32139.11177.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=47.81%
G=18.03%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756612500.620.290.31327.5245.2347.25
HexAF427D03E1D1F1482d2f
Octal25710217507635375105557
Binary101011111000010111110101111101110111111101001000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF427D; }

 p { color: rgb(175,66,125); }

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

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

 a { background-color: rgb(175,66,125); }

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

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

 span { border-color: rgb(175,66,125); }

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