#A998B2

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

Shades of East Side #A998B2

Tints of East Side #A998B2

Color information

#A998B2 (or 0xA998B2) is unknown color: approx East Side. HEX triplet: A9, 98 and B2. RGB value is (169,152,178). Sum of RGB (Red+Green+Blue) = 169+152+178=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 178 - color contains mainly: blue. Hex color #A998B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998B2 is #56674D. Grayscale: #9F9F9F. Windows color (decimal): -5662542 or 11704489. OLE color: 11704489.

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

Color convert

RGB169152178-
CMYK0.050.1500.30
HSL279.23º14.44%64.71%-
HSV(B)279.23º14.61%69.8%-
XYZ35.6334.1146.82-
YUV160.05138.13134.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=33.87%
G=30.46%
B=35.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691521780.050.1500.30279.2314.4464.71
HexA998B25F01E117e41
Octal25123026251703642716101
Binary101010011001100010110010101111101111010001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998B2; }

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

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

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

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

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

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

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

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