#A87CBE

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

Shades of East Side #A87CBE

Tints of East Side #A87CBE

Color information

#A87CBE (or 0xA87CBE) is unknown color: approx East Side. HEX triplet: A8, 7C and BE. RGB value is (168,124,190). Sum of RGB (Red+Green+Blue) = 168+124+190=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #A87CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CBE is #578341. Grayscale: #909090. Windows color (decimal): -5735234 or 12483752. OLE color: 12483752.

HSL color Cylindrical-coordinate representation of color #A87CBE: hue angle of 280º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87CBE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168124190-
CMYK0.120.3500.25
HSL280º33.67%61.57%-
HSV(B)280º34.74%74.51%-
XYZ32.6526.4652.1-
YUV144.68153.58144.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=34.85%
G=25.73%
B=39.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681241900.120.3500.2528033.6761.57
HexA87CBEC23019118223e
Octal25017427614430314304276
Binary101010001111100101111101100100011011001100011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CBE; }

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

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

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

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

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

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

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

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