#A24179

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

Shades of Royal Heath #A24179

Tints of Royal Heath #A24179

Color information

#A24179 (or 0xA24179) is unknown color: approx Royal Heath. HEX triplet: A2, 41 and 79. RGB value is (162,65,121). Sum of RGB (Red+Green+Blue) = 162+65+121=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24179 is #5DBE86. Grayscale: #646464. Windows color (decimal): -6143623 or 7946658. OLE color: 7946658.

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

Color convert

RGB16265121-
CMYK00.600.250.36
HSL325.36º42.73%44.51%-
HSV(B)325.36º59.88%63.53%-
XYZ20.2412.8419.5-
YUV100.39139.64171.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=46.55%
G=18.68%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626512100.600.250.36325.3642.7344.51
HexA2417903C19241452b2d
Octal24210117107431445055355
Binary1010001010000011111001011110011001100100101000101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24179; }

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

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

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

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

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

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

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

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