#A98AB9

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

Shades of East Side #A98AB9

Tints of East Side #A98AB9

Color information

#A98AB9 (or 0xA98AB9) is unknown color: approx East Side. HEX triplet: A9, 8A and B9. RGB value is (169,138,185). Sum of RGB (Red+Green+Blue) = 169+138+185=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #A98AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AB9 is #567546. Grayscale: #989898. Windows color (decimal): -5666119 or 12159657. OLE color: 12159657.

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

Color convert

RGB169138185-
CMYK0.090.2500.27
HSL279.57º25.13%63.33%-
HSV(B)279.57º25.41%72.55%-
XYZ34.2130.1149.91-
YUV152.63146.27139.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=34.35%
G=28.05%
B=37.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691381850.090.2500.27279.5725.1363.33
HexA98AB991901B118193f
Octal25121227111310334303177
Binary10101001100010101011100110011100101101110001100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AB9; }

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

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

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

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

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

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

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

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