#AA5179

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

Shades of Royal Heath #AA5179

Tints of Royal Heath #AA5179

Color information

#AA5179 (or 0xAA5179) is unknown color: approx Royal Heath. HEX triplet: AA, 51 and 79. RGB value is (170,81,121). Sum of RGB (Red+Green+Blue) = 170+81+121=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5179 is #55AE86. Grayscale: #707070. Windows color (decimal): -5615239 or 7950762. OLE color: 7950762.

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

Color convert

RGB17081121-
CMYK00.520.290.33
HSL333.03º35.46%49.22%-
HSV(B)333.03º52.35%66.67%-
XYZ22.9715.8119.93-
YUV112.17132.99169.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=45.70%
G=21.77%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708112100.520.290.33333.0335.4649.22
HexAA51790341D2114d2331
Octal25212117106435415154361
Binary1010101010100011111001011010011101100001101001101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5179; }

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

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

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

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

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

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

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

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