#A99AB9

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

Shades of East Side #A99AB9

Tints of East Side #A99AB9

Color information

#A99AB9 (or 0xA99AB9) is unknown color: approx East Side. HEX triplet: A9, 9A and B9. RGB value is (169,154,185). Sum of RGB (Red+Green+Blue) = 169+154+185=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 185 - color contains mainly: blue. Hex color #A99AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AB9 is #566546. Grayscale: #A1A1A1. Windows color (decimal): -5662023 or 12163753. OLE color: 12163753.

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

Color convert

RGB169154185-
CMYK0.090.1700.27
HSL269.03º18.13%66.47%-
HSV(B)269.03º16.76%72.55%-
XYZ36.6735.0550.73-
YUV162.02140.97132.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 185 (72.66% from 255) = 36.42%
R=33.27%
G=30.31%
B=36.42%

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
Decimal1691541850.090.1700.27269.0318.1366.47
HexA99AB991101B10d1242
Octal251232271112103341522102
Binary101010011001101010111001100110001011011100001101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AB9; }

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

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

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

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

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

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

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

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