#A88EBC

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

Shades of East Side #A88EBC

Tints of East Side #A88EBC

Color information

#A88EBC (or 0xA88EBC) is unknown color: approx East Side. HEX triplet: A8, 8E and BC. RGB value is (168,142,188). Sum of RGB (Red+Green+Blue) = 168+142+188=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #A88EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EBC is #577143. Grayscale: #9A9A9A. Windows color (decimal): -5730628 or 12357288. OLE color: 12357288.

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

Color convert

RGB168142188-
CMYK0.110.2400.26
HSL273.91º25.56%64.71%-
HSV(B)273.91º24.47%73.73%-
XYZ34.931.351.78-
YUV155.02146.61137.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=33.73%
G=28.51%
B=37.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681421880.110.2400.26273.9125.5664.71
HexA88EBCB1801A1121a41
Octal250216274133003242232101
Binary101010001000111010111100101111000011010100010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EBC; }

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

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

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

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

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

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

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

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