#A98FBB

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

Shades of East Side #A98FBB

Tints of East Side #A98FBB

Color information

#A98FBB (or 0xA98FBB) is unknown color: approx East Side. HEX triplet: A9, 8F and BB. RGB value is (169,143,187). Sum of RGB (Red+Green+Blue) = 169+143+187=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #A98FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FBB is #567044. Grayscale: #9B9B9B. Windows color (decimal): -5664837 or 12292009. OLE color: 12292009.

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

Color convert

RGB169143187-
CMYK0.100.2400.27
HSL275.45º24.44%64.71%-
HSV(B)275.45º23.53%73.33%-
XYZ35.1531.6751.27-
YUV155.79145.61137.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=33.87%
G=28.66%
B=37.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691431870.100.2400.27275.4524.4464.71
HexA98FBBA1801B1131841
Octal251217273123003342330101
Binary101010011000111110111011101011000011011100010011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FBB; }

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

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

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

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

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

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

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

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