#AA4E80

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

Shades of Royal Heath #AA4E80

Tints of Royal Heath #AA4E80

Color information

#AA4E80 (or 0xAA4E80) is unknown color: approx Royal Heath. HEX triplet: AA, 4E and 80. RGB value is (170,78,128). Sum of RGB (Red+Green+Blue) = 170+78+128=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E80 is #55B17F. Grayscale: #6F6F6F. Windows color (decimal): -5616000 or 8408746. OLE color: 8408746.

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

Color convert

RGB17078128-
CMYK00.540.250.33
HSL327.39º37.1%48.63%-
HSV(B)327.39º54.12%66.67%-
XYZ23.215.5522.2-
YUV111.21137.48169.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=45.21%
G=20.74%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707812800.540.250.33327.3937.148.63
HexAA4E8003619211472531
Octal25211620006631415074561
Binary10101010100111010000000011011011001100001101000111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E80; }

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

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

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

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

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

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

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

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