#AA85CE

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

Shades of East Side #AA85CE

Tints of East Side #AA85CE

Color information

#AA85CE (or 0xAA85CE) is unknown color: approx East Side. HEX triplet: AA, 85 and CE. RGB value is (170,133,206). Sum of RGB (Red+Green+Blue) = 170+133+206=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85CE is #557A31. Grayscale: #989898. Windows color (decimal): -5601842 or 13534634. OLE color: 13534634.

HSL color Cylindrical-coordinate representation of color #AA85CE: hue angle of 270.41º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA85CE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170133206-
CMYK0.170.3500.19
HSL270.41º42.69%66.47%-
HSV(B)270.41º35.44%80.78%-
XYZ36.1129.7862.24-
YUV152.39158.26140.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=33.40%
G=26.13%
B=40.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701332060.170.3500.19270.4142.6966.47
HexAA85CE112301310e2b42
Octal252205316214302341653102
Binary101010101000010111001110100011000110100111000011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85CE; }

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

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

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

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

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

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

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

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