#AA5682

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

Shades of Royal Heath #AA5682

Tints of Royal Heath #AA5682

Color information

#AA5682 (or 0xAA5682) is unknown color: approx Royal Heath. HEX triplet: AA, 56 and 82. RGB value is (170,86,130). Sum of RGB (Red+Green+Blue) = 170+86+130=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5682 is #55A97D. Grayscale: #747474. Windows color (decimal): -5613950 or 8541866. OLE color: 8541866.

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

Color convert

RGB17086130-
CMYK00.490.240.33
HSL328.57º33.07%50.2%-
HSV(B)328.57º49.41%66.67%-
XYZ23.9316.8123.1-
YUV116.13135.83166.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=44.04%
G=22.28%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708613000.490.240.33328.5733.0750.2
HexAA568203118211492132
Octal25212620206130415114162
Binary10101010101011010000010011000111000100001101001001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5682; }

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

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

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

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

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

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

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

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