#A24579

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

Shades of Royal Heath #A24579

Tints of Royal Heath #A24579

Color information

#A24579 (or 0xA24579) is unknown color: approx Royal Heath. HEX triplet: A2, 45 and 79. RGB value is (162,69,121). Sum of RGB (Red+Green+Blue) = 162+69+121=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A24579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24579 is #5DBA86. Grayscale: #666666. Windows color (decimal): -6142599 or 7947682. OLE color: 7947682.

HSL color Cylindrical-coordinate representation of color #A24579: hue angle of 326.45º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24579 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16269121-
CMYK00.570.250.36
HSL326.45º40.26%45.29%-
HSV(B)326.45º57.41%63.53%-
XYZ20.4813.3219.58-
YUV102.74138.31170.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=46.02%
G=19.60%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626912100.570.250.36326.4540.2645.29
HexA245790391924146282d
Octal24210517107131445065055
Binary1010001010001011111001011100111001100100101000110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24579; }

 p { color: rgb(162,69,121); }

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

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

 a { background-color: rgb(162,69,121); }

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

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

 span { border-color: rgb(162,69,121); }

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