#A99AB4

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

Shades of East Side #A99AB4

Tints of East Side #A99AB4

Color information

#A99AB4 (or 0xA99AB4) is unknown color: approx East Side. HEX triplet: A9, 9A and B4. RGB value is (169,154,180). Sum of RGB (Red+Green+Blue) = 169+154+180=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #A99AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AB4 is #56654B. Grayscale: #A1A1A1. Windows color (decimal): -5662028 or 11836073. OLE color: 11836073.

HSL color Cylindrical-coordinate representation of color #A99AB4: hue angle of 274.62º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A99AB4 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169154180-
CMYK0.060.1400.29
HSL274.62º14.77%65.49%-
HSV(B)274.62º14.44%70.59%-
XYZ36.1634.8448-
YUV161.45138.47133.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=33.60%
G=30.62%
B=35.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691541800.060.1400.29274.6214.7765.49
HexA99AB46E01D113f41
Octal25123226461603542317101
Binary101010011001101010110100110111001110110001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AB4; }

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

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

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

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

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

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

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

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