#A199AA

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

Shades of East Side #A199AA

Tints of East Side #A199AA

Color information

#A199AA (or 0xA199AA) is unknown color: approx East Side. HEX triplet: A1, 99 and AA. RGB value is (161,153,170). Sum of RGB (Red+Green+Blue) = 161+153+170=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #A199AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AA is #5E6655. Grayscale: #9D9D9D. Windows color (decimal): -6186582 or 11180449. OLE color: 11180449.

HSL color Cylindrical-coordinate representation of color #A199AA: hue angle of 268.24º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A199AA is Cyan = 0.05, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161153170-
CMYK0.050.100.33
HSL268.24º9.09%63.33%-
HSV(B)268.24º10%66.67%-
XYZ33.3433.2642.69-
YUV157.33135.15130.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=33.26%
G=31.61%
B=35.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611531700.050.100.33268.249.0963.33
HexA199AA5A02110c93f
Octal2412312525120414141177
Binary101000011001100110101010101101001000011000011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199AA; }

 p { color: rgb(161,153,170); }

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

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

 a { background-color: rgb(161,153,170); }

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

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

 span { border-color: rgb(161,153,170); }

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