#AA5C80

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

Shades of Royal Heath #AA5C80

Tints of Royal Heath #AA5C80

Color information

#AA5C80 (or 0xAA5C80) is unknown color: approx Royal Heath. HEX triplet: AA, 5C and 80. RGB value is (170,92,128). Sum of RGB (Red+Green+Blue) = 170+92+128=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C80 is #55A37F. Grayscale: #777777. Windows color (decimal): -5612416 or 8412330. OLE color: 8412330.

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

Color convert

RGB17092128-
CMYK00.460.250.33
HSL332.31º31.45%51.37%-
HSV(B)332.31º45.88%66.67%-
XYZ24.317.7622.57-
YUV119.43132.84164.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=43.59%
G=23.59%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709212800.460.250.33332.3131.4551.37
HexAA5C8002E192114c1f33
Octal25213420005631415143763
Binary1010101010111001000000001011101100110000110100110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C80; }

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

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

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

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

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

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

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

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