#A98AB4

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

Shades of East Side #A98AB4

Tints of East Side #A98AB4

Color information

#A98AB4 (or 0xA98AB4) is unknown color: approx East Side. HEX triplet: A9, 8A and B4. RGB value is (169,138,180). Sum of RGB (Red+Green+Blue) = 169+138+180=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #A98AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AB4 is #56754B. Grayscale: #979797. Windows color (decimal): -5666124 or 11831977. OLE color: 11831977.

HSL color Cylindrical-coordinate representation of color #A98AB4: hue angle of 284.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98AB4 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169138180-
CMYK0.060.2300.29
HSL284.29º21.87%62.35%-
HSV(B)284.29º23.33%70.59%-
XYZ33.6929.9147.18-
YUV152.06143.77140.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=34.70%
G=28.34%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691381800.060.2300.29284.2921.8762.35
HexA98AB461701D11c163e
Octal2512122646270354342676
Binary1010100110001010101101001101011101110110001110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AB4; }

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

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

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

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

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

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

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

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