#A24981

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

Shades of Royal Heath #A24981

Tints of Royal Heath #A24981

Color information

#A24981 (or 0xA24981) is unknown color: approx Royal Heath. HEX triplet: A2, 49 and 81. RGB value is (162,73,129). Sum of RGB (Red+Green+Blue) = 162+73+129=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A24981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24981 is #5DB67E. Grayscale: #696969. Windows color (decimal): -6141567 or 8472994. OLE color: 8472994.

HSL color Cylindrical-coordinate representation of color #A24981: hue angle of 322.25º 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 #A24981 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16273129-
CMYK00.550.200.36
HSL322.25º37.87%46.08%-
HSV(B)322.25º54.94%63.53%-
XYZ21.2514.0322.36-
YUV105.99140.99167.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=44.51%
G=20.05%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627312900.550.200.36322.2537.8746.08
HexA249810371424142262e
Octal24211120106724445024656
Binary10100010100100110000001011011110100100100101000010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24981; }

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

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

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

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

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

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

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

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