#A99BB5

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

Shades of East Side #A99BB5

Tints of East Side #A99BB5

Color information

#A99BB5 (or 0xA99BB5) is unknown color: approx East Side. HEX triplet: A9, 9B and B5. RGB value is (169,155,181). Sum of RGB (Red+Green+Blue) = 169+155+181=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #A99BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BB5 is #56644A. Grayscale: #A2A2A2. Windows color (decimal): -5661771 or 11901865. OLE color: 11901865.

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

Color convert

RGB169155181-
CMYK0.070.1400.29
HSL272.31º14.94%65.88%-
HSV(B)272.31º14.36%70.98%-
XYZ36.4235.2148.59-
YUV162.15138.64132.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=33.47%
G=30.69%
B=35.84%

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
Decimal1691551810.070.1400.29272.3114.9465.88
HexA99BB57E01D110f42
Octal25123326571603542017102
Binary101010011001101110110101111111001110110001000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BB5; }

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

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

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

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

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

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

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

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