#AA9ABD

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

Shades of East Side #AA9ABD

Tints of East Side #AA9ABD

Color information

#AA9ABD (or 0xAA9ABD) is unknown color: approx East Side. HEX triplet: AA, 9A and BD. RGB value is (170,154,189). Sum of RGB (Red+Green+Blue) = 170+154+189=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA9ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ABD is #556542. Grayscale: #A2A2A2. Windows color (decimal): -5596483 or 12425898. OLE color: 12425898.

HSL color Cylindrical-coordinate representation of color #AA9ABD: hue angle of 267.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9ABD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170154189-
CMYK0.100.1900.26
HSL267.43º20.96%67.25%-
HSV(B)267.43º18.52%74.12%-
XYZ37.3235.3353-
YUV162.77142.8133.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=33.14%
G=30.02%
B=36.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701541890.100.1900.26267.4320.9667.25
HexAA9ABDA1301A10b1543
Octal252232275122303241325103
Binary101010101001101010111101101010011011010100001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ABD; }

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

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

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

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

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

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

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

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