#A24B82

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

Shades of Royal Heath #A24B82

Tints of Royal Heath #A24B82

Color information

#A24B82 (or 0xA24B82) is unknown color: approx Royal Heath. HEX triplet: A2, 4B and 82. RGB value is (162,75,130). Sum of RGB (Red+Green+Blue) = 162+75+130=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B82 is #5DB47D. Grayscale: #6B6B6B. Windows color (decimal): -6141054 or 8539042. OLE color: 8539042.

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

Color convert

RGB16275130-
CMYK00.540.200.36
HSL322.07º36.71%46.47%-
HSV(B)322.07º53.7%63.53%-
XYZ21.4514.3322.75-
YUV107.28140.82167.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=44.14%
G=20.44%
B=35.42%

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
Decimal1627513000.540.200.36322.0736.7146.47
HexA24B820361424142252e
Octal24211320206624445024556
Binary10100010100101110000010011011010100100100101000010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B82; }

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

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

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

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

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

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

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

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