#A996BF

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

Shades of East Side #A996BF

Tints of East Side #A996BF

Color information

#A996BF (or 0xA996BF) is unknown color: approx East Side. HEX triplet: A9, 96 and BF. RGB value is (169,150,191). Sum of RGB (Red+Green+Blue) = 169+150+191=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A996BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996BF is #566940. Grayscale: #A0A0A0. Windows color (decimal): -5663041 or 12555945. OLE color: 12555945.

HSL color Cylindrical-coordinate representation of color #A996BF: hue angle of 267.8º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A996BF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169150191-
CMYK0.120.2100.25
HSL267.8º24.26%66.86%-
HSV(B)267.8º21.47%74.9%-
XYZ36.6734.0153.92-
YUV160.35145.29134.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 191 (75% from 255) = 37.45%
R=33.14%
G=29.41%
B=37.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691501910.120.2100.25267.824.2666.86
HexA996BFC1501910c1843
Octal251226277142503141430103
Binary101010011001011010111111110010101011001100001100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A996BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A996BF; }

 p { color: rgb(169,150,191); }

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

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

 a { background-color: rgb(169,150,191); }

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

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

 span { border-color: rgb(169,150,191); }

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