#A99BB4

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

Shades of East Side #A99BB4

Tints of East Side #A99BB4

Color information

#A99BB4 (or 0xA99BB4) is unknown color: approx East Side. HEX triplet: A9, 9B and B4. RGB value is (169,155,180). Sum of RGB (Red+Green+Blue) = 169+155+180=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #A99BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BB4 is #56644B. Grayscale: #A1A1A1. Windows color (decimal): -5661772 or 11836329. OLE color: 11836329.

HSL color Cylindrical-coordinate representation of color #A99BB4: hue angle of 273.6º 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 #A99BB4 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169155180-
CMYK0.060.1400.29
HSL273.6º14.29%65.69%-
HSV(B)273.6º13.89%70.59%-
XYZ36.3235.1748.05-
YUV162.04138.14132.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=33.53%
G=30.75%
B=35.71%

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
Decimal1691551800.060.1400.29273.614.2965.69
HexA99BB46E01D112e42
Octal25123326461603542216102
Binary101010011001101110110100110111001110110001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BB4; }

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

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

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

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

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

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

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

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