#A98BBF

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

Shades of East Side #A98BBF

Tints of East Side #A98BBF

Color information

#A98BBF (or 0xA98BBF) is unknown color: approx East Side. HEX triplet: A9, 8B and BF. RGB value is (169,139,191). Sum of RGB (Red+Green+Blue) = 169+139+191=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #A98BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BBF is #567440. Grayscale: #999999. Windows color (decimal): -5665857 or 12553129. OLE color: 12553129.

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

Color convert

RGB169139191-
CMYK0.120.2700.25
HSL274.62º28.89%64.71%-
HSV(B)274.62º27.23%74.9%-
XYZ3530.6653.36-
YUV153.9148.94138.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 191 (75% from 255) = 38.28%
R=33.87%
G=27.86%
B=38.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691391910.120.2700.25274.6228.8964.71
HexA98BBFC1B0191131d41
Octal251213277143303142335101
Binary101010011000101110111111110011011011001100010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BBF; }

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

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

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

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

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

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

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

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