#A898B1

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

Shades of East Side #A898B1

Tints of East Side #A898B1

Color information

#A898B1 (or 0xA898B1) is unknown color: approx East Side. HEX triplet: A8, 98 and B1. RGB value is (168,152,177). Sum of RGB (Red+Green+Blue) = 168+152+177=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #A898B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A898B1 is #57674E. Grayscale: #9F9F9F. Windows color (decimal): -5728079 or 11638952. OLE color: 11638952.

HSL color Cylindrical-coordinate representation of color #A898B1: hue angle of 278.4º degrees, saturation: 0.14, 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 #A898B1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168152177-
CMYK0.050.1400.31
HSL278.4º13.81%64.51%-
HSV(B)278.4º14.12%69.41%-
XYZ35.3133.9646.29-
YUV159.63137.8133.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=33.80%
G=30.58%
B=35.61%

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
Decimal1681521770.050.1400.31278.413.8164.51
HexA898B15E01F116e41
Octal25023026151603742616101
Binary101010001001100010110001101111001111110001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898B1; }

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

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

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

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

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

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

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

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