#AA4580

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

Shades of Royal Heath #AA4580

Tints of Royal Heath #AA4580

Color information

#AA4580 (or 0xAA4580) is unknown color: approx Royal Heath. HEX triplet: AA, 45 and 80. RGB value is (170,69,128). Sum of RGB (Red+Green+Blue) = 170+69+128=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4580 is #55BA7F. Grayscale: #696969. Windows color (decimal): -5618304 or 8406442. OLE color: 8406442.

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

Color convert

RGB17069128-
CMYK00.590.250.33
HSL324.95º42.26%46.86%-
HSV(B)324.95º59.41%66.67%-
XYZ22.614.3622-
YUV105.92140.46173.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=46.32%
G=18.80%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706912800.590.250.33324.9542.2646.86
HexAA458003B19211452a2f
Octal25210520007331415055257
Binary10101010100010110000000011101111001100001101000101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4580; }

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

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

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

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

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

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

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

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