#A24A83

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

Shades of Royal Heath #A24A83

Tints of Royal Heath #A24A83

Color information

#A24A83 (or 0xA24A83) is unknown color: approx Royal Heath. HEX triplet: A2, 4A and 83. RGB value is (162,74,131). Sum of RGB (Red+Green+Blue) = 162+74+131=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A83 is #5DB57C. Grayscale: #6A6A6A. Windows color (decimal): -6141309 or 8604322. OLE color: 8604322.

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

Color convert

RGB16274131-
CMYK00.540.190.36
HSL321.14º37.29%46.27%-
HSV(B)321.14º54.32%63.53%-
XYZ21.4514.2223.09-
YUV106.81141.65167.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=44.14%
G=20.16%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627413100.540.190.36321.1437.2946.27
HexA24A830361324141252e
Octal24211220306623445014556
Binary10100010100101010000011011011010011100100101000001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A83; }

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

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

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

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

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

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

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

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