#A24D79

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

Shades of Royal Heath #A24D79

Tints of Royal Heath #A24D79

Color information

#A24D79 (or 0xA24D79) is unknown color: approx Royal Heath. HEX triplet: A2, 4D and 79. RGB value is (162,77,121). Sum of RGB (Red+Green+Blue) = 162+77+121=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D79 is #5DB286. Grayscale: #6B6B6B. Windows color (decimal): -6140551 or 7949730. OLE color: 7949730.

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

Color convert

RGB16277121-
CMYK00.520.250.36
HSL328.94º35.56%46.86%-
HSV(B)328.94º52.47%63.53%-
XYZ21.0114.3719.76-
YUV107.43135.66166.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=45%
G=21.39%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627712100.520.250.36328.9435.5646.86
HexA24D790341924149242f
Octal24211517106431445114457
Binary1010001010011011111001011010011001100100101001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D79; }

 p { color: rgb(162,77,121); }

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

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

 a { background-color: rgb(162,77,121); }

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

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

 span { border-color: rgb(162,77,121); }

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