#AA4579

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

Shades of Royal Heath #AA4579

Tints of Royal Heath #AA4579

Color information

#AA4579 (or 0xAA4579) is unknown color: approx Royal Heath. HEX triplet: AA, 45 and 79. RGB value is (170,69,121). Sum of RGB (Red+Green+Blue) = 170+69+121=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4579 is #55BA86. Grayscale: #696969. Windows color (decimal): -5618311 or 7947690. OLE color: 7947690.

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

Color convert

RGB17069121-
CMYK00.590.290.33
HSL329.11º42.26%46.86%-
HSV(B)329.11º59.41%66.67%-
XYZ22.1614.1819.66-
YUV105.13136.96174.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=47.22%
G=19.17%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706912100.590.290.33329.1142.2646.86
HexAA457903B1D211492a2f
Octal25210517107335415115257
Binary1010101010001011111001011101111101100001101001001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4579; }

 p { color: rgb(170,69,121); }

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

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

 a { background-color: rgb(170,69,121); }

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

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

 span { border-color: rgb(170,69,121); }

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