#AA85C9

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

Shades of East Side #AA85C9

Tints of East Side #AA85C9

Color information

#AA85C9 (or 0xAA85C9) is unknown color: approx East Side. HEX triplet: AA, 85 and C9. RGB value is (170,133,201). Sum of RGB (Red+Green+Blue) = 170+133+201=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA85C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85C9 is #557A36. Grayscale: #979797. Windows color (decimal): -5601847 or 13206954. OLE color: 13206954.

HSL color Cylindrical-coordinate representation of color #AA85C9: hue angle of 272.65º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA85C9 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170133201-
CMYK0.150.3400.21
HSL272.65º38.64%65.49%-
HSV(B)272.65º33.83%78.82%-
XYZ35.5129.5459.09-
YUV151.82155.76140.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 201 (78.91% from 255) = 39.88%
R=33.73%
G=26.39%
B=39.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701332010.150.3400.21272.6538.6465.49
HexAA85C9F220151112741
Octal252205311174202542147101
Binary10101010100001011100100111111000100101011000100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85C9; }

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

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

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

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

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

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

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

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