#AA4E79

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

Shades of Royal Heath #AA4E79

Tints of Royal Heath #AA4E79

Color information

#AA4E79 (or 0xAA4E79) is unknown color: approx Royal Heath. HEX triplet: AA, 4E and 79. RGB value is (170,78,121). Sum of RGB (Red+Green+Blue) = 170+78+121=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E79 is #55B186. Grayscale: #6E6E6E. Windows color (decimal): -5616007 or 7949994. OLE color: 7949994.

HSL color Cylindrical-coordinate representation of color #AA4E79: hue angle of 331.96º 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 #AA4E79 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17078121-
CMYK00.540.290.33
HSL331.96º37.1%48.63%-
HSV(B)331.96º54.12%66.67%-
XYZ22.7515.3819.86-
YUV110.41133.98170.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=46.07%
G=21.14%
B=32.79%

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
Decimal1707812100.540.290.33331.9637.148.63
HexAA4E790361D2114c2531
Octal25211617106635415144561
Binary1010101010011101111001011011011101100001101001100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E79; }

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

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

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

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

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

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

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

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