#A24B83

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

Shades of Royal Heath #A24B83

Tints of Royal Heath #A24B83

Color information

#A24B83 (or 0xA24B83) is unknown color: approx Royal Heath. HEX triplet: A2, 4B and 83. RGB value is (162,75,131). Sum of RGB (Red+Green+Blue) = 162+75+131=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B83 is #5DB47C. Grayscale: #6B6B6B. Windows color (decimal): -6141053 or 8604578. OLE color: 8604578.

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

Color convert

RGB16275131-
CMYK00.540.190.36
HSL321.38º36.71%46.47%-
HSV(B)321.38º53.7%63.53%-
XYZ21.5114.3523.11-
YUV107.4141.32166.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=44.02%
G=20.38%
B=35.60%

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
Decimal1627513100.540.190.36321.3836.7146.47
HexA24B830361324141252e
Octal24211320306623445014556
Binary10100010100101110000011011011010011100100101000001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B83; }

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

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

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

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

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

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

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

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