#A899B1

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

Shades of East Side #A899B1

Tints of East Side #A899B1

Color information

#A899B1 (or 0xA899B1) is unknown color: approx East Side. HEX triplet: A8, 99 and B1. RGB value is (168,153,177). Sum of RGB (Red+Green+Blue) = 168+153+177=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #A899B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A899B1 is #57664E. Grayscale: #A0A0A0. Windows color (decimal): -5727823 or 11639208. OLE color: 11639208.

HSL color Cylindrical-coordinate representation of color #A899B1: hue angle of 277.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A899B1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168153177-
CMYK0.050.1400.31
HSL277.5º13.33%64.71%-
HSV(B)277.5º13.56%69.41%-
XYZ35.4834.2846.34-
YUV160.22137.47133.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=33.73%
G=30.72%
B=35.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681531770.050.1400.31277.513.3364.71
HexA899B15E01F116d41
Octal25023126151603742615101
Binary101010001001100110110001101111001111110001011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899B1; }

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

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

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

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

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

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

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

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