#AA8CC1

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

Shades of East Side #AA8CC1

Tints of East Side #AA8CC1

Color information

#AA8CC1 (or 0xAA8CC1) is unknown color: approx East Side. HEX triplet: AA, 8C and C1. RGB value is (170,140,193). Sum of RGB (Red+Green+Blue) = 170+140+193=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA8CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CC1 is #55733E. Grayscale: #9A9A9A. Windows color (decimal): -5600063 or 12684458. OLE color: 12684458.

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

Color convert

RGB170140193-
CMYK0.120.2700.24
HSL273.96º29.94%65.29%-
HSV(B)273.96º27.46%75.69%-
XYZ35.5831.1554.59-
YUV155.01149.44138.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 193 (75.78% from 255) = 38.37%
R=33.80%
G=27.83%
B=38.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701401930.120.2700.24273.9629.9465.29
HexAA8CC1C1B0181121e41
Octal252214301143303042236101
Binary101010101000110011000001110011011011000100010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CC1; }

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

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

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

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

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

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

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

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