#A99CB5

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

Shades of East Side #A99CB5

Tints of East Side #A99CB5

Color information

#A99CB5 (or 0xA99CB5) is unknown color: approx East Side. HEX triplet: A9, 9C and B5. RGB value is (169,156,181). Sum of RGB (Red+Green+Blue) = 169+156+181=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #A99CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CB5 is #56634A. Grayscale: #A2A2A2. Windows color (decimal): -5661515 or 11902121. OLE color: 11902121.

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

Color convert

RGB169156181-
CMYK0.070.1400.29
HSL271.2º14.45%66.08%-
HSV(B)271.2º13.81%70.98%-
XYZ36.5935.5548.65-
YUV162.74138.31132.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=33.40%
G=30.83%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691561810.070.1400.29271.214.4566.08
HexA99CB57E01D10fe42
Octal25123426571603541716102
Binary101010011001110010110101111111001110110000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CB5; }

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

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

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

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

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

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

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

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