#A99ABA

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

Shades of East Side #A99ABA

Tints of East Side #A99ABA

Color information

#A99ABA (or 0xA99ABA) is unknown color: approx East Side. HEX triplet: A9, 9A and BA. RGB value is (169,154,186). Sum of RGB (Red+Green+Blue) = 169+154+186=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #A99ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ABA is #566545. Grayscale: #A2A2A2. Windows color (decimal): -5662022 or 12229289. OLE color: 12229289.

HSL color Cylindrical-coordinate representation of color #A99ABA: hue angle of 268.12º 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 #A99ABA is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169154186-
CMYK0.090.1700.27
HSL268.12º18.82%66.67%-
HSV(B)268.12º17.2%72.94%-
XYZ36.7835.0951.29-
YUV162.13141.47132.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=33.20%
G=30.26%
B=36.54%

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
Decimal1691541860.090.1700.27268.1218.8266.67
HexA99ABA91101B10c1343
Octal251232272112103341423103
Binary101010011001101010111010100110001011011100001100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ABA; }

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

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

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

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

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

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

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

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