#A24D76

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

Shades of Royal Heath #A24D76

Tints of Royal Heath #A24D76

Color information

#A24D76 (or 0xA24D76) is unknown color: approx Royal Heath. HEX triplet: A2, 4D and 76. RGB value is (162,77,118). Sum of RGB (Red+Green+Blue) = 162+77+118=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D76 is #5DB289. Grayscale: #6B6B6B. Windows color (decimal): -6140554 or 7753122. OLE color: 7753122.

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

Color convert

RGB16277118-
CMYK00.520.270.36
HSL331.06º35.56%46.86%-
HSV(B)331.06º52.47%63.53%-
XYZ20.8214.318.8-
YUV107.09134.16167.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=45.38%
G=21.57%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627711800.520.270.36331.0635.5646.86
HexA24D760341B2414b242f
Octal24211516606433445134457
Binary1010001010011011110110011010011011100100101001011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D76; }

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

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

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

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

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

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

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

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