#A87DC2

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

Shades of East Side #A87DC2

Tints of East Side #A87DC2

Color information

#A87DC2 (or 0xA87DC2) is unknown color: approx East Side. HEX triplet: A8, 7D and C2. RGB value is (168,125,194). Sum of RGB (Red+Green+Blue) = 168+125+194=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #A87DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DC2 is #57823D. Grayscale: #919191. Windows color (decimal): -5734974 or 12746152. OLE color: 12746152.

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

Color convert

RGB168125194-
CMYK0.130.3600.24
HSL277.39º36.13%62.55%-
HSV(B)277.39º35.57%76.08%-
XYZ33.2226.8954.48-
YUV145.72155.25143.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 194 (76.17% from 255) = 39.84%
R=34.50%
G=25.67%
B=39.84%

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
Decimal1681251940.130.3600.24277.3936.1362.55
HexA87DC2D24018115243f
Octal25017530215440304254477
Binary101010001111101110000101101100100011000100010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DC2; }

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

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

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

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

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

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

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

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