#A98CAF

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

Shades of East Side #A98CAF

Tints of East Side #A98CAF

Color information

#A98CAF (or 0xA98CAF) is unknown color: approx East Side. HEX triplet: A9, 8C and AF. RGB value is (169,140,175). Sum of RGB (Red+Green+Blue) = 169+140+175=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #A98CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98CAF is #567350. Grayscale: #989898. Windows color (decimal): -5665617 or 11504809. OLE color: 11504809.

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

Color convert

RGB169140175-
CMYK0.030.200.31
HSL289.71º17.95%61.76%-
HSV(B)289.71º20%68.63%-
XYZ33.4830.2944.64-
YUV152.66140.61139.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=34.92%
G=28.93%
B=36.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691401750.030.200.31289.7117.9561.76
HexA98CAF31401F122123e
Octal2512142573240374422276
Binary101010011000110010101111111010001111110010001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CAF; }

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

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

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

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

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

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

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

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