#A55979

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

Shades of Royal Heath #A55979

Tints of Royal Heath #A55979

Color information

#A55979 (or 0xA55979) is unknown color: approx Royal Heath. HEX triplet: A5, 59 and 79. RGB value is (165,89,121). Sum of RGB (Red+Green+Blue) = 165+89+121=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A55979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55979 is #5AA686. Grayscale: #737373. Windows color (decimal): -5940871 or 7952805. OLE color: 7952805.

HSL color Cylindrical-coordinate representation of color #A55979: hue angle of 334.74º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55979 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16589121-
CMYK00.460.270.35
HSL334.74º29.92%49.8%-
HSV(B)334.74º46.06%64.71%-
XYZ22.5416.5220.09-
YUV115.37131.18163.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=44%
G=23.73%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658912100.460.270.35334.7429.9249.8
HexA5597902E1B2314f1e32
Octal24513117105633435173662
Binary101001011011001111100101011101101110001110100111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55979; }

 p { color: rgb(165,89,121); }

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

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

 a { background-color: rgb(165,89,121); }

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

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

 span { border-color: rgb(165,89,121); }

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