#AA9ABE

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

Shades of East Side #AA9ABE

Tints of East Side #AA9ABE

Color information

#AA9ABE (or 0xAA9ABE) is unknown color: approx East Side. HEX triplet: AA, 9A and BE. RGB value is (170,154,190). Sum of RGB (Red+Green+Blue) = 170+154+190=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ABE is #556541. Grayscale: #A2A2A2. Windows color (decimal): -5596482 or 12491434. OLE color: 12491434.

HSL color Cylindrical-coordinate representation of color #AA9ABE: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9ABE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170154190-
CMYK0.110.1900.25
HSL266.67º21.69%67.45%-
HSV(B)266.67º18.95%74.51%-
XYZ37.4335.3753.57-
YUV162.89143.3133.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=33.07%
G=29.96%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701541900.110.1900.25266.6721.6967.45
HexAA9ABEB1301910b1643
Octal252232276132303141326103
Binary101010101001101010111110101110011011001100001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ABE; }

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

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

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

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

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

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

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

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