#A55579

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

Shades of Royal Heath #A55579

Tints of Royal Heath #A55579

Color information

#A55579 (or 0xA55579) is unknown color: approx Royal Heath. HEX triplet: A5, 55 and 79. RGB value is (165,85,121). Sum of RGB (Red+Green+Blue) = 165+85+121=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A55579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55579 is #5AAA86. Grayscale: #707070. Windows color (decimal): -5941895 or 7951781. OLE color: 7951781.

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

Color convert

RGB16585121-
CMYK00.480.270.35
HSL333º32%49.02%-
HSV(B)333º48.48%64.71%-
XYZ22.2215.8819.98-
YUV113.02132.5165.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=44.47%
G=22.91%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658512100.480.270.353333249.02
HexA555790301B2314d2031
Octal24512517106033435154061
Binary1010010110101011111001011000011011100011101001101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55579; }

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

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

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

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

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

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

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

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