#A98EBF

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

Shades of East Side #A98EBF

Tints of East Side #A98EBF

Color information

#A98EBF (or 0xA98EBF) is unknown color: approx East Side. HEX triplet: A9, 8E and BF. RGB value is (169,142,191). Sum of RGB (Red+Green+Blue) = 169+142+191=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #A98EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EBF is #567140. Grayscale: #9B9B9B. Windows color (decimal): -5665089 or 12553897. OLE color: 12553897.

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

Color convert

RGB169142191-
CMYK0.120.2600.25
HSL273.06º27.68%65.29%-
HSV(B)273.06º25.65%74.9%-
XYZ35.4431.5453.51-
YUV155.66147.95137.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 191 (75% from 255) = 38.05%
R=33.67%
G=28.29%
B=38.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691421910.120.2600.25273.0627.6865.29
HexA98EBFC1A0191111c41
Octal251216277143203142134101
Binary101010011000111010111111110011010011001100010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EBF; }

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

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

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

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

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

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

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

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