#A24C71

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

Shades of Royal Heath #A24C71

Tints of Royal Heath #A24C71

Color information

#A24C71 (or 0xA24C71) is unknown color: approx Royal Heath. HEX triplet: A2, 4C and 71. RGB value is (162,76,113). Sum of RGB (Red+Green+Blue) = 162+76+113=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C71 is #5DB38E. Grayscale: #696969. Windows color (decimal): -6140815 or 7425186. OLE color: 7425186.

HSL color Cylindrical-coordinate representation of color #A24C71: hue angle of 334.19º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C71 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16276113-
CMYK00.530.300.36
HSL334.19º36.13%46.67%-
HSV(B)334.19º53.09%63.53%-
XYZ20.4714.0417.25-
YUV105.93131.99167.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=46.15%
G=21.65%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627611300.530.300.36334.1936.1346.67
HexA24C710351E2414e242f
Octal24211416106536445164457
Binary1010001010011001110001011010111110100100101001110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C71; }

 p { color: rgb(162,76,113); }

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

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

 a { background-color: rgb(162,76,113); }

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

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

 span { border-color: rgb(162,76,113); }

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