#A24A81

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

Shades of Royal Heath #A24A81

Tints of Royal Heath #A24A81

Color information

#A24A81 (or 0xA24A81) is unknown color: approx Royal Heath. HEX triplet: A2, 4A and 81. RGB value is (162,74,129). Sum of RGB (Red+Green+Blue) = 162+74+129=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A81 is #5DB57E. Grayscale: #6A6A6A. Windows color (decimal): -6141311 or 8473250. OLE color: 8473250.

HSL color Cylindrical-coordinate representation of color #A24A81: hue angle of 322.5º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A81 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16274129-
CMYK00.540.200.36
HSL322.5º37.29%46.27%-
HSV(B)322.5º54.32%63.53%-
XYZ21.3114.1622.38-
YUV106.58140.65167.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=44.38%
G=20.27%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627412900.540.200.36322.537.2946.27
HexA24A810361424142252e
Octal24211220106624445024556
Binary10100010100101010000001011011010100100100101000010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A81; }

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

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

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

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

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

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

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

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