#A88EBD

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

Shades of East Side #A88EBD

Tints of East Side #A88EBD

Color information

#A88EBD (or 0xA88EBD) is unknown color: approx East Side. HEX triplet: A8, 8E and BD. RGB value is (168,142,189). Sum of RGB (Red+Green+Blue) = 168+142+189=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #A88EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EBD is #577142. Grayscale: #9A9A9A. Windows color (decimal): -5730627 or 12422824. OLE color: 12422824.

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

Color convert

RGB168142189-
CMYK0.110.2500.26
HSL273.19º26.26%64.9%-
HSV(B)273.19º24.87%74.12%-
XYZ35.0131.3452.35-
YUV155.13147.11137.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=33.67%
G=28.46%
B=37.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681421890.110.2500.26273.1926.2664.9
HexA88EBDB1901A1111a41
Octal250216275133103242132101
Binary101010001000111010111101101111001011010100010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EBD; }

 p { color: rgb(168,142,189); }

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

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

 a { background-color: rgb(168,142,189); }

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

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

 span { border-color: rgb(168,142,189); }

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