#AA85C2

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

Shades of East Side #AA85C2

Tints of East Side #AA85C2

Color information

#AA85C2 (or 0xAA85C2) is unknown color: approx East Side. HEX triplet: AA, 85 and C2. RGB value is (170,133,194). Sum of RGB (Red+Green+Blue) = 170+133+194=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA85C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85C2 is #557A3D. Grayscale: #969696. Windows color (decimal): -5601854 or 12748202. OLE color: 12748202.

HSL color Cylindrical-coordinate representation of color #AA85C2: hue angle of 276.39º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA85C2 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170133194-
CMYK0.120.3100.24
HSL276.39º33.33%64.12%-
HSV(B)276.39º31.44%76.08%-
XYZ34.729.2254.85-
YUV151.02152.26141.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=34.21%
G=26.76%
B=39.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701331940.120.3100.24276.3933.3364.12
HexAA85C2C1F0181142140
Octal252205302143703042441100
Binary1010101010000101110000101100111110110001000101001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85C2; }

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

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

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

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

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

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

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

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