#A88EBB

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

Shades of East Side #A88EBB

Tints of East Side #A88EBB

Color information

#A88EBB (or 0xA88EBB) is unknown color: approx East Side. HEX triplet: A8, 8E and BB. RGB value is (168,142,187). Sum of RGB (Red+Green+Blue) = 168+142+187=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #A88EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EBB is #577144. Grayscale: #9A9A9A. Windows color (decimal): -5730629 or 12291752. OLE color: 12291752.

HSL color Cylindrical-coordinate representation of color #A88EBB: hue angle of 274.67º degrees, saturation: 0.25, 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 #A88EBB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168142187-
CMYK0.100.2400.27
HSL274.67º24.86%64.51%-
HSV(B)274.67º24.06%73.33%-
XYZ34.7931.2651.21-
YUV154.9146.11137.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=33.80%
G=28.57%
B=37.63%

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
Decimal1681421870.100.2400.27274.6724.8664.51
HexA88EBBA1801B1131941
Octal250216273123003342331101
Binary101010001000111010111011101011000011011100010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EBB; }

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

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

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

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

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

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

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

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