#A98BAF

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

Shades of East Side #A98BAF

Tints of East Side #A98BAF

Color information

#A98BAF (or 0xA98BAF) is unknown color: approx East Side. HEX triplet: A9, 8B and AF. RGB value is (169,139,175). Sum of RGB (Red+Green+Blue) = 169+139+175=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A98BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98BAF is #567450. Grayscale: #979797. Windows color (decimal): -5665873 or 11504553. OLE color: 11504553.

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

Color convert

RGB169139175-
CMYK0.030.2100.31
HSL290º18.37%61.57%-
HSV(B)290º20.57%68.63%-
XYZ33.333044.59-
YUV152.07140.94140.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=34.99%
G=28.78%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691391750.030.2100.3129018.3761.57
HexA98BAF31501F122123e
Octal2512132573250374422276
Binary101010011000101110101111111010101111110010001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BAF; }

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

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

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

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

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

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

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

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