#A98FBE

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

Shades of East Side #A98FBE

Tints of East Side #A98FBE

Color information

#A98FBE (or 0xA98FBE) is unknown color: approx East Side. HEX triplet: A9, 8F and BE. RGB value is (169,143,190). Sum of RGB (Red+Green+Blue) = 169+143+190=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A98FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FBE is #567041. Grayscale: #9B9B9B. Windows color (decimal): -5664834 or 12488617. OLE color: 12488617.

HSL color Cylindrical-coordinate representation of color #A98FBE: hue angle of 273.19º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A98FBE is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169143190-
CMYK0.110.2500.25
HSL273.19º26.55%65.29%-
HSV(B)273.19º24.74%74.51%-
XYZ35.4831.852.98-
YUV156.13147.11137.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=33.67%
G=28.49%
B=37.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691431900.110.2500.25273.1926.5565.29
HexA98FBEB190191111b41
Octal251217276133103142133101
Binary101010011000111110111110101111001011001100010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FBE; }

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

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

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

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

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

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

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

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