#AA8CC5

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

Shades of East Side #AA8CC5

Tints of East Side #AA8CC5

Color information

#AA8CC5 (or 0xAA8CC5) is unknown color: approx East Side. HEX triplet: AA, 8C and C5. RGB value is (170,140,197). Sum of RGB (Red+Green+Blue) = 170+140+197=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA8CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CC5 is #55733A. Grayscale: #9B9B9B. Windows color (decimal): -5600059 or 12946602. OLE color: 12946602.

HSL color Cylindrical-coordinate representation of color #AA8CC5: hue angle of 271.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8CC5 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170140197-
CMYK0.140.2900.23
HSL271.58º32.95%66.08%-
HSV(B)271.58º28.93%77.25%-
XYZ36.0331.3356.97-
YUV155.47151.44138.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=33.53%
G=27.61%
B=38.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701401970.140.2900.23271.5832.9566.08
HexAA8CC5E1D0171102142
Octal252214305163502742041102
Binary1010101010001100110001011110111010101111000100001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CC5; }

 p { color: rgb(170,140,197); }

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

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

 a { background-color: rgb(170,140,197); }

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

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

 span { border-color: rgb(170,140,197); }

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