#A87BC1

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

Shades of East Side #A87BC1

Tints of East Side #A87BC1

Color information

#A87BC1 (or 0xA87BC1) is unknown color: approx East Side. HEX triplet: A8, 7B and C1. RGB value is (168,123,193). Sum of RGB (Red+Green+Blue) = 168+123+193=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #A87BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BC1 is #57843E. Grayscale: #909090. Windows color (decimal): -5735487 or 12680104. OLE color: 12680104.

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

Color convert

RGB168123193-
CMYK0.130.3600.24
HSL278.57º36.08%61.96%-
HSV(B)278.57º36.27%75.69%-
XYZ32.8626.3453.8-
YUV144.44155.41144.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=34.71%
G=25.41%
B=39.88%

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
Decimal1681231930.130.3600.24278.5736.0861.96
HexA87BC1D24018117243e
Octal25017330115440304274476
Binary101010001111011110000011101100100011000100010111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BC1; }

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

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

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

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

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

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

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

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