#AA4E78

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

Shades of Royal Heath #AA4E78

Tints of Royal Heath #AA4E78

Color information

#AA4E78 (or 0xAA4E78) is unknown color: approx Royal Heath. HEX triplet: AA, 4E and 78. RGB value is (170,78,120). Sum of RGB (Red+Green+Blue) = 170+78+120=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E78 is #55B187. Grayscale: #6E6E6E. Windows color (decimal): -5616008 or 7884458. OLE color: 7884458.

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

Color convert

RGB17078120-
CMYK00.540.290.33
HSL332.61º37.1%48.63%-
HSV(B)332.61º54.12%66.67%-
XYZ22.6915.3519.54-
YUV110.3133.48170.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=46.20%
G=21.20%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707812000.540.290.33332.6137.148.63
HexAA4E780361D2114d2531
Octal25211617006635415154561
Binary1010101010011101111000011011011101100001101001101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E78; }

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

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

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

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

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

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

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

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