#A24B84

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

Shades of Royal Heath #A24B84

Tints of Royal Heath #A24B84

Color information

#A24B84 (or 0xA24B84) is unknown color: approx Royal Heath. HEX triplet: A2, 4B and 84. RGB value is (162,75,132). Sum of RGB (Red+Green+Blue) = 162+75+132=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B84 is #5DB47B. Grayscale: #6B6B6B. Windows color (decimal): -6141052 or 8670114. OLE color: 8670114.

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

Color convert

RGB16275132-
CMYK00.540.190.36
HSL320.69º36.71%46.47%-
HSV(B)320.69º53.7%63.53%-
XYZ21.5814.3823.47-
YUV107.51141.82166.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=43.90%
G=20.33%
B=35.77%

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
Decimal1627513200.540.190.36320.6936.7146.47
HexA24B840361324141252e
Octal24211320406623445014556
Binary10100010100101110000100011011010011100100101000001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B84; }

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

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

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

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

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

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

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

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