#A88DB9

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

Shades of East Side #A88DB9

Tints of East Side #A88DB9

Color information

#A88DB9 (or 0xA88DB9) is unknown color: approx East Side. HEX triplet: A8, 8D and B9. RGB value is (168,141,185). Sum of RGB (Red+Green+Blue) = 168+141+185=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #A88DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DB9 is #577246. Grayscale: #999999. Windows color (decimal): -5730887 or 12160424. OLE color: 12160424.

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

Color convert

RGB168141185-
CMYK0.090.2400.27
HSL276.82º23.91%63.92%-
HSV(B)276.82º23.78%72.55%-
XYZ34.4330.8850.04-
YUV154.09145.45137.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=34.01%
G=28.54%
B=37.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681411850.090.2400.27276.8223.9163.92
HexA88DB991801B1151840
Octal250215271113003342530100
Binary101010001000110110111001100111000011011100010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DB9; }

 p { color: rgb(168,141,185); }

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

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

 a { background-color: rgb(168,141,185); }

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

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

 span { border-color: rgb(168,141,185); }

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