#A24A76

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

Shades of Royal Heath #A24A76

Tints of Royal Heath #A24A76

Color information

#A24A76 (or 0xA24A76) is unknown color: approx Royal Heath. HEX triplet: A2, 4A and 76. RGB value is (162,74,118). Sum of RGB (Red+Green+Blue) = 162+74+118=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A76 is #5DB589. Grayscale: #696969. Windows color (decimal): -6141322 or 7752354. OLE color: 7752354.

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

Color convert

RGB16274118-
CMYK00.540.270.36
HSL330º37.29%46.27%-
HSV(B)330º54.32%63.53%-
XYZ20.6213.8918.73-
YUV105.33135.15168.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 74 (29.30% from 255) = 20.90%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=45.76%
G=20.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627411800.540.270.3633037.2946.27
HexA24A760361B2414a252e
Octal24211216606633445124556
Binary1010001010010101110110011011011011100100101001010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A76; }

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

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

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

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

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

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

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

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