#A24E80

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

Shades of Royal Heath #A24E80

Tints of Royal Heath #A24E80

Color information

#A24E80 (or 0xA24E80) is unknown color: approx Royal Heath. HEX triplet: A2, 4E and 80. RGB value is (162,78,128). Sum of RGB (Red+Green+Blue) = 162+78+128=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E80 is #5DB17F. Grayscale: #6C6C6C. Windows color (decimal): -6140288 or 8408738. OLE color: 8408738.

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

Color convert

RGB16278128-
CMYK00.520.210.36
HSL324.29º35%47.06%-
HSV(B)324.29º51.85%63.53%-
XYZ21.5214.6922.12-
YUV108.82138.83165.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=44.02%
G=21.20%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627812800.520.210.36324.293547.06
HexA24E800341524144232f
Octal24211620006425445044357
Binary10100010100111010000000011010010101100100101000100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E80; }

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

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

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

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

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

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

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

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