#A98ABD

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

Shades of East Side #A98ABD

Tints of East Side #A98ABD

Color information

#A98ABD (or 0xA98ABD) is unknown color: approx East Side. HEX triplet: A9, 8A and BD. RGB value is (169,138,189). Sum of RGB (Red+Green+Blue) = 169+138+189=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A98ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ABD is #567542. Grayscale: #989898. Windows color (decimal): -5666115 or 12421801. OLE color: 12421801.

HSL color Cylindrical-coordinate representation of color #A98ABD: hue angle of 276.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A98ABD is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169138189-
CMYK0.110.2700.26
HSL276.47º27.87%64.12%-
HSV(B)276.47º26.98%74.12%-
XYZ34.6430.2952.16-
YUV153.08148.27139.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=34.07%
G=27.82%
B=38.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691381890.110.2700.26276.4727.8764.12
HexA98ABDB1B01A1141c40
Octal251212275133303242434100
Binary101010011000101010111101101111011011010100010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ABD; }

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

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

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

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

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

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

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

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