#AA85CC

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

Shades of East Side #AA85CC

Tints of East Side #AA85CC

Color information

#AA85CC (or 0xAA85CC) is unknown color: approx East Side. HEX triplet: AA, 85 and CC. RGB value is (170,133,204). Sum of RGB (Red+Green+Blue) = 170+133+204=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA85CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85CC is #557A33. Grayscale: #979797. Windows color (decimal): -5601844 or 13403562. OLE color: 13403562.

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

Color convert

RGB170133204-
CMYK0.170.3500.2
HSL271.27º41.04%66.08%-
HSV(B)271.27º34.8%80%-
XYZ35.8629.6860.97-
YUV152.16157.26140.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=33.53%
G=26.23%
B=40.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701332040.170.3500.2271.2741.0466.08
HexAA85CC112301410f2942
Octal252205314214302441751102
Binary101010101000010111001100100011000110101001000011111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85CC; }

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

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

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

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

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

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

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

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