#AA5570

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

Shades of Royal Heath #AA5570

Tints of Royal Heath #AA5570

Color information

#AA5570 (or 0xAA5570) is unknown color: approx Royal Heath. HEX triplet: AA, 55 and 70. RGB value is (170,85,112). Sum of RGB (Red+Green+Blue) = 170+85+112=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5570 is #55AA8F. Grayscale: #717171. Windows color (decimal): -5614224 or 7361962. OLE color: 7361962.

HSL color Cylindrical-coordinate representation of color #AA5570: hue angle of 340.94º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5570 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17085112-
CMYK00.500.340.33
HSL340.94º33.33%50%-
HSV(B)340.94º50%66.67%-
XYZ22.7516.2117.26-
YUV113.49127.16168.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=46.32%
G=23.16%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708511200.500.340.33340.9433.3350
HexAA557003222211552132
Octal25212516006242415254162
Binary10101010101010111100000110010100010100001101010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5570; }

 p { color: rgb(170,85,112); }

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

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

 a { background-color: rgb(170,85,112); }

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

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

 span { border-color: rgb(170,85,112); }

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