#A99DB5

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

Shades of East Side #A99DB5

Tints of East Side #A99DB5

Color information

#A99DB5 (or 0xA99DB5) is unknown color: approx East Side. HEX triplet: A9, 9D and B5. RGB value is (169,157,181). Sum of RGB (Red+Green+Blue) = 169+157+181=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #A99DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DB5 is #56624A. Grayscale: #A3A3A3. Windows color (decimal): -5661259 or 11902377. OLE color: 11902377.

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

Color convert

RGB169157181-
CMYK0.070.1300.29
HSL270º13.95%66.27%-
HSV(B)270º13.26%70.98%-
XYZ36.7635.8948.71-
YUV163.32137.98132.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=33.33%
G=30.97%
B=35.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691571810.070.1300.2927013.9566.27
HexA99DB57D01D10ee42
Octal25123526571503541616102
Binary101010011001110110110101111110101110110000111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DB5; }

 p { color: rgb(169,157,181); }

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

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

 a { background-color: rgb(169,157,181); }

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

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

 span { border-color: rgb(169,157,181); }

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