#AA8CC8

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

Shades of East Side #AA8CC8

Tints of East Side #AA8CC8

Color information

#AA8CC8 (or 0xAA8CC8) is unknown color: approx East Side. HEX triplet: AA, 8C and C8. RGB value is (170,140,200). Sum of RGB (Red+Green+Blue) = 170+140+200=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA8CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CC8 is #557337. Grayscale: #9B9B9B. Windows color (decimal): -5600056 or 13143210. OLE color: 13143210.

HSL color Cylindrical-coordinate representation of color #AA8CC8: hue angle of 270º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8CC8 is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170140200-
CMYK0.150.300.22
HSL270º35.29%66.67%-
HSV(B)270º30%78.43%-
XYZ36.3831.4758.8-
YUV155.81152.94138.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=33.33%
G=27.45%
B=39.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701402000.150.300.2227035.2966.67
HexAA8CC8F1E01610e2343
Octal252214310173602641643103
Binary1010101010001100110010001111111100101101000011101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CC8; }

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

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

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

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

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

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

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

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