#A87CC7

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

Shades of East Side #A87CC7

Tints of East Side #A87CC7

Color information

#A87CC7 (or 0xA87CC7) is unknown color: approx East Side. HEX triplet: A8, 7C and C7. RGB value is (168,124,199). Sum of RGB (Red+Green+Blue) = 168+124+199=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #A87CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CC7 is #578338. Grayscale: #919191. Windows color (decimal): -5735225 or 13073576. OLE color: 13073576.

HSL color Cylindrical-coordinate representation of color #A87CC7: hue angle of 275.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87CC7 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168124199-
CMYK0.160.3800.22
HSL275.2º40.11%63.33%-
HSV(B)275.2º37.69%78.04%-
XYZ33.6626.8657.44-
YUV145.71158.08143.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=34.22%
G=25.25%
B=40.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681241990.160.3800.22275.240.1163.33
HexA87CC71026016113283f
Octal25017430720460264235077
Binary1010100011111001100011110000100110010110100010011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CC7; }

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

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

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

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

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

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

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

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