#AA5680

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

Shades of Royal Heath #AA5680

Tints of Royal Heath #AA5680

Color information

#AA5680 (or 0xAA5680) is unknown color: approx Royal Heath. HEX triplet: AA, 56 and 80. RGB value is (170,86,128). Sum of RGB (Red+Green+Blue) = 170+86+128=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5680 is #55A97F. Grayscale: #737373. Windows color (decimal): -5613952 or 8410794. OLE color: 8410794.

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

Color convert

RGB17086128-
CMYK00.490.250.33
HSL330º33.07%50.2%-
HSV(B)330º49.41%66.67%-
XYZ23.816.7622.4-
YUV115.9134.83166.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=44.27%
G=22.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708612800.490.250.3333033.0750.2
HexAA5680031192114a2132
Octal25212620006131415124162
Binary10101010101011010000000011000111001100001101001010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5680; }

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

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

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

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

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

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

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

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