#A24776

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

Shades of Royal Heath #A24776

Tints of Royal Heath #A24776

Color information

#A24776 (or 0xA24776) is unknown color: approx Royal Heath. HEX triplet: A2, 47 and 76. RGB value is (162,71,118). Sum of RGB (Red+Green+Blue) = 162+71+118=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A24776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24776 is #5DB889. Grayscale: #676767. Windows color (decimal): -6142090 or 7751586. OLE color: 7751586.

HSL color Cylindrical-coordinate representation of color #A24776: hue angle of 329.01º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24776 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16271118-
CMYK00.560.270.36
HSL329.01º39.06%45.69%-
HSV(B)329.01º56.17%63.53%-
XYZ20.4213.518.67-
YUV103.57136.15169.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=46.15%
G=20.23%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627111800.560.270.36329.0139.0645.69
HexA247760381B24149272e
Octal24210716607033445114756
Binary1010001010001111110110011100011011100100101001001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24776; }

 p { color: rgb(162,71,118); }

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

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

 a { background-color: rgb(162,71,118); }

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

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

 span { border-color: rgb(162,71,118); }

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