#AA5478

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

Shades of Royal Heath #AA5478

Tints of Royal Heath #AA5478

Color information

#AA5478 (or 0xAA5478) is unknown color: approx Royal Heath. HEX triplet: AA, 54 and 78. RGB value is (170,84,120). Sum of RGB (Red+Green+Blue) = 170+84+120=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5478 is #55AB87. Grayscale: #717171. Windows color (decimal): -5614472 or 7885994. OLE color: 7885994.

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

Color convert

RGB17084120-
CMYK00.510.290.33
HSL334.88º33.86%49.8%-
HSV(B)334.88º50.59%66.67%-
XYZ23.1416.2419.68-
YUV113.82131.49168.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=45.45%
G=22.46%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708412000.510.290.33334.8833.8649.8
HexAA54780331D2114f2232
Octal25212417006335415174262
Binary1010101010101001111000011001111101100001101001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5478; }

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

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

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

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

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

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

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

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