#A999BB

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

Shades of East Side #A999BB

Tints of East Side #A999BB

Color information

#A999BB (or 0xA999BB) is unknown color: approx East Side. HEX triplet: A9, 99 and BB. RGB value is (169,153,187). Sum of RGB (Red+Green+Blue) = 169+153+187=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #A999BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BB is #566644. Grayscale: #A1A1A1. Windows color (decimal): -5662277 or 12294569. OLE color: 12294569.

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

Color convert

RGB169153187-
CMYK0.100.1800.27
HSL268.24º20%66.67%-
HSV(B)268.24º18.18%73.33%-
XYZ36.7234.8151.8-
YUV161.66142.3133.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=33.20%
G=30.06%
B=36.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691531870.100.1800.27268.242066.67
HexA999BBA1201B10c1443
Octal251231273122203341424103
Binary101010011001100110111011101010010011011100001100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999BB; }

 p { color: rgb(169,153,187); }

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

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

 a { background-color: rgb(169,153,187); }

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

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

 span { border-color: rgb(169,153,187); }

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