#AA4079

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

Shades of Royal Heath #AA4079

Tints of Royal Heath #AA4079

Color information

#AA4079 (or 0xAA4079) is unknown color: approx Royal Heath. HEX triplet: AA, 40 and 79. RGB value is (170,64,121). Sum of RGB (Red+Green+Blue) = 170+64+121=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4079 is #55BF86. Grayscale: #666666. Windows color (decimal): -5619591 or 7946410. OLE color: 7946410.

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

Color convert

RGB17064121-
CMYK00.620.290.33
HSL327.74º45.3%45.88%-
HSV(B)327.74º62.35%66.67%-
XYZ21.8613.5919.56-
YUV102.19138.62176.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=47.89%
G=18.03%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706412100.620.290.33327.7445.345.88
HexAA407903E1D211482d2e
Octal25210017107635415105556
Binary1010101010000001111001011111011101100001101001000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4079; }

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

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

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

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

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

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

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

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