#A24E81

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

Shades of Royal Heath #A24E81

Tints of Royal Heath #A24E81

Color information

#A24E81 (or 0xA24E81) is unknown color: approx Royal Heath. HEX triplet: A2, 4E and 81. RGB value is (162,78,129). Sum of RGB (Red+Green+Blue) = 162+78+129=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E81 is #5DB17E. Grayscale: #6C6C6C. Windows color (decimal): -6140287 or 8474274. OLE color: 8474274.

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

Color convert

RGB16278129-
CMYK00.520.200.36
HSL323.57º35%47.06%-
HSV(B)323.57º51.85%63.53%-
XYZ21.5914.7222.47-
YUV108.93139.33165.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=43.90%
G=21.14%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627812900.520.200.36323.573547.06
HexA24E810341424144232f
Octal24211620106424445044357
Binary10100010100111010000001011010010100100100101000100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E81; }

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

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

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

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

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

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

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

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