#AA85C6

Color #AA85C6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA85C6

Tints of East Side #AA85C6

Color information

#AA85C6 (or 0xAA85C6) is unknown color: approx East Side. HEX triplet: AA, 85 and C6. RGB value is (170,133,198). Sum of RGB (Red+Green+Blue) = 170+133+198=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA85C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85C6 is #557A39. Grayscale: #979797. Windows color (decimal): -5601850 or 13010346. OLE color: 13010346.

HSL color Cylindrical-coordinate representation of color #AA85C6: hue angle of 274.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA85C6 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170133198-
CMYK0.140.3300.22
HSL274.15º36.31%64.9%-
HSV(B)274.15º32.83%77.65%-
XYZ35.1629.457.25-
YUV151.47154.26141.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=33.93%
G=26.55%
B=39.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701331980.140.3300.22274.1536.3164.9
HexAA85C6E210161122441
Octal252205306164102642244101
Binary10101010100001011100011011101000010101101000100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85C6; }

 p { color: rgb(170,133,198); }

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

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

 a { background-color: rgb(170,133,198); }

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

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

 span { border-color: rgb(170,133,198); }

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