#A87CC1

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

Shades of East Side #A87CC1

Tints of East Side #A87CC1

Color information

#A87CC1 (or 0xA87CC1) is unknown color: approx East Side. HEX triplet: A8, 7C and C1. RGB value is (168,124,193). Sum of RGB (Red+Green+Blue) = 168+124+193=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #A87CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CC1 is #57833E. Grayscale: #909090. Windows color (decimal): -5735231 or 12680360. OLE color: 12680360.

HSL color Cylindrical-coordinate representation of color #A87CC1: hue angle of 278.26º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A87CC1 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168124193-
CMYK0.130.3600.24
HSL278.26º35.75%62.16%-
HSV(B)278.26º35.75%75.69%-
XYZ32.9826.5953.85-
YUV145.02155.08144.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=34.64%
G=25.57%
B=39.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681241930.130.3600.24278.2635.7562.16
HexA87CC1D24018116243e
Octal25017430115440304264476
Binary101010001111100110000011101100100011000100010110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CC1; }

 p { color: rgb(168,124,193); }

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

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

 a { background-color: rgb(168,124,193); }

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

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

 span { border-color: rgb(168,124,193); }

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