#A99ABB

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

Shades of East Side #A99ABB

Tints of East Side #A99ABB

Color information

#A99ABB (or 0xA99ABB) is unknown color: approx East Side. HEX triplet: A9, 9A and BB. RGB value is (169,154,187). Sum of RGB (Red+Green+Blue) = 169+154+187=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #A99ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ABB is #566544. Grayscale: #A2A2A2. Windows color (decimal): -5662021 or 12294825. OLE color: 12294825.

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

Color convert

RGB169154187-
CMYK0.100.1800.27
HSL267.27º19.53%66.86%-
HSV(B)267.27º17.65%73.33%-
XYZ36.8935.1351.85-
YUV162.25141.97132.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=33.14%
G=30.20%
B=36.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691541870.100.1800.27267.2719.5366.86
HexA99ABBA1201B10b1443
Octal251232273122203341324103
Binary101010011001101010111011101010010011011100001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ABB; }

 p { color: rgb(169,154,187); }

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

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

 a { background-color: rgb(169,154,187); }

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

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

 span { border-color: rgb(169,154,187); }

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