#A98EB9

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

Shades of East Side #A98EB9

Tints of East Side #A98EB9

Color information

#A98EB9 (or 0xA98EB9) is unknown color: approx East Side. HEX triplet: A9, 8E and B9. RGB value is (169,142,185). Sum of RGB (Red+Green+Blue) = 169+142+185=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #A98EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EB9 is #567146. Grayscale: #9A9A9A. Windows color (decimal): -5665095 or 12160681. OLE color: 12160681.

HSL color Cylindrical-coordinate representation of color #A98EB9: hue angle of 277.67º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98EB9 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169142185-
CMYK0.090.2300.27
HSL277.67º23.5%64.12%-
HSV(B)277.67º23.24%72.55%-
XYZ34.7931.2850.1-
YUV154.98144.95138-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 185 (72.66% from 255) = 37.30%
R=34.07%
G=28.63%
B=37.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691421850.090.2300.27277.6723.564.12
HexA98EB991701B1161740
Octal251216271112703342627100
Binary101010011000111010111001100110111011011100010110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EB9; }

 p { color: rgb(169,142,185); }

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

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

 a { background-color: rgb(169,142,185); }

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

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

 span { border-color: rgb(169,142,185); }

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