#A899BA

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

Shades of East Side #A899BA

Tints of East Side #A899BA

Color information

#A899BA (or 0xA899BA) is unknown color: approx East Side. HEX triplet: A8, 99 and BA. RGB value is (168,153,186). Sum of RGB (Red+Green+Blue) = 168+153+186=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #A899BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899BA is #576645. Grayscale: #A1A1A1. Windows color (decimal): -5727814 or 12229032. OLE color: 12229032.

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

Color convert

RGB168153186-
CMYK0.100.1800.27
HSL267.27º19.3%66.47%-
HSV(B)267.27º17.74%72.94%-
XYZ36.434.6551.22-
YUV161.25141.97132.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=33.14%
G=30.18%
B=36.69%

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
Decimal1681531860.100.1800.27267.2719.366.47
HexA899BAA1201B10b1342
Octal250231272122203341323102
Binary101010001001100110111010101010010011011100001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899BA; }

 p { color: rgb(168,153,186); }

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

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

 a { background-color: rgb(168,153,186); }

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

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

 span { border-color: rgb(168,153,186); }

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