#A898B2

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

Shades of East Side #A898B2

Tints of East Side #A898B2

Color information

#A898B2 (or 0xA898B2) is unknown color: approx East Side. HEX triplet: A8, 98 and B2. RGB value is (168,152,178). Sum of RGB (Red+Green+Blue) = 168+152+178=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 178 - color contains mainly: blue. Hex color #A898B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A898B2 is #57674D. Grayscale: #9F9F9F. Windows color (decimal): -5728078 or 11704488. OLE color: 11704488.

HSL color Cylindrical-coordinate representation of color #A898B2: hue angle of 276.92º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A898B2 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168152178-
CMYK0.060.1500.30
HSL276.92º14.44%64.71%-
HSV(B)276.92º14.61%69.8%-
XYZ35.413446.81-
YUV159.75138.3133.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=33.73%
G=30.52%
B=35.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681521780.060.1500.30276.9214.4464.71
HexA898B26F01E115e41
Octal25023026261703642516101
Binary101010001001100010110010110111101111010001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898B2; }

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

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

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

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

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

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

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

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