#A24C76

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

Shades of Royal Heath #A24C76

Tints of Royal Heath #A24C76

Color information

#A24C76 (or 0xA24C76) is unknown color: approx Royal Heath. HEX triplet: A2, 4C and 76. RGB value is (162,76,118). Sum of RGB (Red+Green+Blue) = 162+76+118=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C76 is #5DB389. Grayscale: #6A6A6A. Windows color (decimal): -6140810 or 7752866. OLE color: 7752866.

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

Color convert

RGB16276118-
CMYK00.530.270.36
HSL330.7º36.13%46.67%-
HSV(B)330.7º53.09%63.53%-
XYZ20.7514.1618.78-
YUV106.5134.49167.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=45.51%
G=21.35%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627611800.530.270.36330.736.1346.67
HexA24C760351B2414b242f
Octal24211416606533445134457
Binary1010001010011001110110011010111011100100101001011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C76; }

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

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

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

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

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

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

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

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