#A98EAF

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

Shades of East Side #A98EAF

Tints of East Side #A98EAF

Color information

#A98EAF (or 0xA98EAF) is unknown color: approx East Side. HEX triplet: A9, 8E and AF. RGB value is (169,142,175). Sum of RGB (Red+Green+Blue) = 169+142+175=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #A98EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EAF is #567150. Grayscale: #999999. Windows color (decimal): -5665105 or 11505321. OLE color: 11505321.

HSL color Cylindrical-coordinate representation of color #A98EAF: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A98EAF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169142175-
CMYK0.030.1900.31
HSL289.09º17.1%62.16%-
HSV(B)289.09º18.86%68.63%-
XYZ33.7730.8844.74-
YUV153.83139.95138.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=34.77%
G=29.22%
B=36.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691421750.030.1900.31289.0917.162.16
HexA98EAF31301F121113e
Octal2512162573230374412176
Binary101010011000111010101111111001101111110010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EAF; }

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

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

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

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

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

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

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

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