#A99BBA

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

Shades of East Side #A99BBA

Tints of East Side #A99BBA

Color information

#A99BBA (or 0xA99BBA) is unknown color: approx East Side. HEX triplet: A9, 9B and BA. RGB value is (169,155,186). Sum of RGB (Red+Green+Blue) = 169+155+186=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #A99BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BBA is #566445. Grayscale: #A2A2A2. Windows color (decimal): -5661766 or 12229545. OLE color: 12229545.

HSL color Cylindrical-coordinate representation of color #A99BBA: hue angle of 267.1º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99BBA is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169155186-
CMYK0.090.1700.27
HSL267.1º18.34%66.86%-
HSV(B)267.1º16.67%72.94%-
XYZ36.9535.4251.34-
YUV162.72141.14132.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=33.14%
G=30.39%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691551860.090.1700.27267.118.3466.86
HexA99BBA91101B10b1243
Octal251233272112103341322103
Binary101010011001101110111010100110001011011100001011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BBA; }

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

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

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

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

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

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

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

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