#A98FBA

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

Shades of East Side #A98FBA

Tints of East Side #A98FBA

Color information

#A98FBA (or 0xA98FBA) is unknown color: approx East Side. HEX triplet: A9, 8F and BA. RGB value is (169,143,186). Sum of RGB (Red+Green+Blue) = 169+143+186=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #A98FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FBA is #567045. Grayscale: #9B9B9B. Windows color (decimal): -5664838 or 12226473. OLE color: 12226473.

HSL color Cylindrical-coordinate representation of color #A98FBA: hue angle of 276.28º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98FBA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169143186-
CMYK0.090.2300.27
HSL276.28º23.76%64.51%-
HSV(B)276.28º23.12%72.94%-
XYZ35.0531.6350.71-
YUV155.68145.11137.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=33.94%
G=28.71%
B=37.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691431860.090.2300.27276.2823.7664.51
HexA98FBA91701B1141841
Octal251217272112703342430101
Binary101010011000111110111010100110111011011100010100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FBA; }

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

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

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

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

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

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

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

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