#A24972

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

Shades of Royal Heath #A24972

Tints of Royal Heath #A24972

Color information

#A24972 (or 0xA24972) is unknown color: approx Royal Heath. HEX triplet: A2, 49 and 72. RGB value is (162,73,114). Sum of RGB (Red+Green+Blue) = 162+73+114=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A24972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24972 is #5DB68D. Grayscale: #686868. Windows color (decimal): -6141582 or 7489954. OLE color: 7489954.

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

Color convert

RGB16273114-
CMYK00.550.300.36
HSL332.36º37.87%46.08%-
HSV(B)332.36º54.94%63.53%-
XYZ20.3213.6617.49-
YUV104.28133.49169.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=46.42%
G=20.92%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627311400.550.300.36332.3637.8746.08
HexA249720371E2414c262e
Octal24211116206736445144656
Binary1010001010010011110010011011111110100100101001100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24972; }

 p { color: rgb(162,73,114); }

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

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

 a { background-color: rgb(162,73,114); }

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

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

 span { border-color: rgb(162,73,114); }

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