#A88EC3

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

Shades of East Side #A88EC3

Tints of East Side #A88EC3

Color information

#A88EC3 (or 0xA88EC3) is unknown color: approx East Side. HEX triplet: A8, 8E and C3. RGB value is (168,142,195). Sum of RGB (Red+Green+Blue) = 168+142+195=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #A88EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EC3 is #57713C. Grayscale: #9B9B9B. Windows color (decimal): -5730621 or 12816040. OLE color: 12816040.

HSL color Cylindrical-coordinate representation of color #A88EC3: hue angle of 269.43º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A88EC3 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168142195-
CMYK0.140.2700.24
HSL269.43º30.64%66.08%-
HSV(B)269.43º27.18%76.47%-
XYZ35.6731.6155.85-
YUV155.82150.11136.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 195 (76.56% from 255) = 38.61%
R=33.27%
G=28.12%
B=38.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681421950.140.2700.24269.4330.6466.08
HexA88EC3E1B01810d1f42
Octal250216303163303041537102
Binary101010001000111011000011111011011011000100001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EC3; }

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

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

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

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

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

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

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

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