#AA9ABC

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

Shades of East Side #AA9ABC

Tints of East Side #AA9ABC

Color information

#AA9ABC (or 0xAA9ABC) is unknown color: approx East Side. HEX triplet: AA, 9A and BC. RGB value is (170,154,188). Sum of RGB (Red+Green+Blue) = 170+154+188=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ABC is #556543. Grayscale: #A2A2A2. Windows color (decimal): -5596484 or 12360362. OLE color: 12360362.

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

Color convert

RGB170154188-
CMYK0.100.1800.26
HSL268.24º20.24%67.06%-
HSV(B)268.24º18.09%73.73%-
XYZ37.2135.2952.43-
YUV162.66142.3133.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=33.20%
G=30.08%
B=36.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701541880.100.1800.26268.2420.2467.06
HexAA9ABCA1201A10c1443
Octal252232274122203241424103
Binary101010101001101010111100101010010011010100001100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ABC; }

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

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

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

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

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

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

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

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