#A98FAF

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

Shades of East Side #A98FAF

Tints of East Side #A98FAF

Color information

#A98FAF (or 0xA98FAF) is unknown color: approx East Side. HEX triplet: A9, 8F and AF. RGB value is (169,143,175). Sum of RGB (Red+Green+Blue) = 169+143+175=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #A98FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98FAF is #567050. Grayscale: #9A9A9A. Windows color (decimal): -5664849 or 11505577. OLE color: 11505577.

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

Color convert

RGB169143175-
CMYK0.030.1800.31
HSL288.75º16.67%62.35%-
HSV(B)288.75º18.29%68.63%-
XYZ33.9231.1844.79-
YUV154.42139.61138.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=34.70%
G=29.36%
B=35.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691431750.030.1800.31288.7516.6762.35
HexA98FAF31201F121113e
Octal2512172573220374412176
Binary101010011000111110101111111001001111110010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FAF; }

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

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

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

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

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

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

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

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