#A896BB

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

Shades of East Side #A896BB

Tints of East Side #A896BB

Color information

#A896BB (or 0xA896BB) is unknown color: approx East Side. HEX triplet: A8, 96 and BB. RGB value is (168,150,187). Sum of RGB (Red+Green+Blue) = 168+150+187=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A896BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896BB is #576944. Grayscale: #9F9F9F. Windows color (decimal): -5728581 or 12293800. OLE color: 12293800.

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

Color convert

RGB168150187-
CMYK0.100.2000.27
HSL269.19º21.39%66.08%-
HSV(B)269.19º19.79%73.33%-
XYZ36.0233.7351.62-
YUV159.6143.46133.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=33.27%
G=29.70%
B=37.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681501870.100.2000.27269.1921.3966.08
HexA896BBA1401B10d1542
Octal250226273122403341525102
Binary101010001001011010111011101010100011011100001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896BB; }

 p { color: rgb(168,150,187); }

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

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

 a { background-color: rgb(168,150,187); }

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

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

 span { border-color: rgb(168,150,187); }

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