#A998B1

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

Shades of East Side #A998B1

Tints of East Side #A998B1

Color information

#A998B1 (or 0xA998B1) is unknown color: approx East Side. HEX triplet: A9, 98 and B1. RGB value is (169,152,177). Sum of RGB (Red+Green+Blue) = 169+152+177=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 152 (59.77% from 255 or 30.52% 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 #A998B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998B1 is #56674E. Grayscale: #9F9F9F. Windows color (decimal): -5662543 or 11638953. OLE color: 11638953.

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

Color convert

RGB169152177-
CMYK0.050.1400.31
HSL280.8º13.81%64.51%-
HSV(B)280.8º14.12%69.41%-
XYZ35.5334.0746.3-
YUV159.93137.63134.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=33.94%
G=30.52%
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
Decimal1691521770.050.1400.31280.813.8164.51
HexA998B15E01F119e41
Octal25123026151603743116101
Binary101010011001100010110001101111001111110001100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998B1; }

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

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

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

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

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

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

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

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