#AA5778

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

Shades of Royal Heath #AA5778

Tints of Royal Heath #AA5778

Color information

#AA5778 (or 0xAA5778) is unknown color: approx Royal Heath. HEX triplet: AA, 57 and 78. RGB value is (170,87,120). Sum of RGB (Red+Green+Blue) = 170+87+120=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5778 is #55A887. Grayscale: #737373. Windows color (decimal): -5613704 or 7886762. OLE color: 7886762.

HSL color Cylindrical-coordinate representation of color #AA5778: hue angle of 336.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5778 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17087120-
CMYK00.490.290.33
HSL336.14º32.81%50.39%-
HSV(B)336.14º48.82%66.67%-
XYZ23.3816.7219.76-
YUV115.58130.5166.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=45.09%
G=23.08%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708712000.490.290.33336.1432.8150.39
HexAA57780311D211502132
Octal25212717006135415204162
Binary1010101010101111111000011000111101100001101010000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5778; }

 p { color: rgb(170,87,120); }

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

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

 a { background-color: rgb(170,87,120); }

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

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

 span { border-color: rgb(170,87,120); }

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