#A88DC2

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

Shades of East Side #A88DC2

Tints of East Side #A88DC2

Color information

#A88DC2 (or 0xA88DC2) is unknown color: approx East Side. HEX triplet: A8, 8D and C2. RGB value is (168,141,194). Sum of RGB (Red+Green+Blue) = 168+141+194=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #A88DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DC2 is #57723D. Grayscale: #9A9A9A. Windows color (decimal): -5730878 or 12750248. OLE color: 12750248.

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

Color convert

RGB168141194-
CMYK0.130.2700.24
HSL270.57º30.29%65.69%-
HSV(B)270.57º27.32%76.08%-
XYZ35.4131.2755.21-
YUV155.12149.95137.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=33.40%
G=28.03%
B=38.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681411940.130.2700.24270.5730.2965.69
HexA88DC2D1B01810f1e42
Octal250215302153303041736102
Binary101010001000110111000010110111011011000100001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DC2; }

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

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

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

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

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

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

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

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