#AA9ABA

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

Shades of East Side #AA9ABA

Tints of East Side #AA9ABA

Color information

#AA9ABA (or 0xAA9ABA) is unknown color: approx East Side. HEX triplet: AA, 9A and BA. RGB value is (170,154,186). Sum of RGB (Red+Green+Blue) = 170+154+186=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ABA is #556545. Grayscale: #A2A2A2. Windows color (decimal): -5596486 or 12229290. OLE color: 12229290.

HSL color Cylindrical-coordinate representation of color #AA9ABA: hue angle of 270º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9ABA is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170154186-
CMYK0.090.1700.27
HSL270º18.82%66.67%-
HSV(B)270º17.2%72.94%-
XYZ3735.251.3-
YUV162.43141.3133.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=33.33%
G=30.20%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701541860.090.1700.2727018.8266.67
HexAA9ABA91101B10e1343
Octal252232272112103341623103
Binary101010101001101010111010100110001011011100001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ABA; }

 p { color: rgb(170,154,186); }

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

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

 a { background-color: rgb(170,154,186); }

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

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

 span { border-color: rgb(170,154,186); }

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