#A98EBD

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

Shades of East Side #A98EBD

Tints of East Side #A98EBD

Color information

#A98EBD (or 0xA98EBD) is unknown color: approx East Side. HEX triplet: A9, 8E and BD. RGB value is (169,142,189). Sum of RGB (Red+Green+Blue) = 169+142+189=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #A98EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EBD is #567142. Grayscale: #9B9B9B. Windows color (decimal): -5665091 or 12422825. OLE color: 12422825.

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

Color convert

RGB169142189-
CMYK0.110.2500.26
HSL274.47º26.26%64.9%-
HSV(B)274.47º24.87%74.12%-
XYZ35.2231.4652.36-
YUV155.43146.95137.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=33.8%
G=28.4%
B=37.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691421890.110.2500.26274.4726.2664.9
HexA98EBDB1901A1121a41
Octal251216275133103242232101
Binary101010011000111010111101101111001011010100010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EBD; }

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

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

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

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

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

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

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

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