#A898BB

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

Shades of East Side #A898BB

Tints of East Side #A898BB

Color information

#A898BB (or 0xA898BB) is unknown color: approx East Side. HEX triplet: A8, 98 and BB. RGB value is (168,152,187). Sum of RGB (Red+Green+Blue) = 168+152+187=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #A898BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898BB is #576744. Grayscale: #A0A0A0. Windows color (decimal): -5728069 or 12294312. OLE color: 12294312.

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

Color convert

RGB168152187-
CMYK0.100.1900.27
HSL267.43º20.47%66.47%-
HSV(B)267.43º18.72%73.33%-
XYZ36.3534.3751.73-
YUV160.77142.8133.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=33.14%
G=29.98%
B=36.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681521870.100.1900.27267.4320.4766.47
HexA898BBA1301B10b1442
Octal250230273122303341324102
Binary101010001001100010111011101010011011011100001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898BB; }

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

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

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

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

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

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

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

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