#A24876

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

Shades of Royal Heath #A24876

Tints of Royal Heath #A24876

Color information

#A24876 (or 0xA24876) is unknown color: approx Royal Heath. HEX triplet: A2, 48 and 76. RGB value is (162,72,118). Sum of RGB (Red+Green+Blue) = 162+72+118=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A24876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24876 is #5DB789. Grayscale: #686868. Windows color (decimal): -6141834 or 7751842. OLE color: 7751842.

HSL color Cylindrical-coordinate representation of color #A24876: hue angle of 329.33º degrees, saturation: 0.38, 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 #A24876 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16272118-
CMYK00.560.270.36
HSL329.33º38.46%45.88%-
HSV(B)329.33º55.56%63.53%-
XYZ20.4913.6218.69-
YUV104.15135.82169.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=46.02%
G=20.45%
B=33.52%

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
Decimal1627211800.560.270.36329.3338.4645.88
HexA248760381B24149262e
Octal24211016607033445114656
Binary1010001010010001110110011100011011100100101001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24876; }

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

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

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

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

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

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

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

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