#A99CB3

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

Shades of East Side #A99CB3

Tints of East Side #A99CB3

Color information

#A99CB3 (or 0xA99CB3) is unknown color: approx East Side. HEX triplet: A9, 9C and B3. RGB value is (169,156,179). Sum of RGB (Red+Green+Blue) = 169+156+179=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #A99CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CB3 is #56634C. Grayscale: #A2A2A2. Windows color (decimal): -5661517 or 11771049. OLE color: 11771049.

HSL color Cylindrical-coordinate representation of color #A99CB3: hue angle of 273.91º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99CB3 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169156179-
CMYK0.060.1300.30
HSL273.91º13.14%65.69%-
HSV(B)273.91º12.85%70.2%-
XYZ36.3935.4747.58-
YUV162.51137.31132.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=33.53%
G=30.95%
B=35.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691561790.060.1300.30273.9113.1465.69
HexA99CB36D01E112d42
Octal25123426361503642215102
Binary101010011001110010110011110110101111010001001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CB3; }

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

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

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

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

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

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

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

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