#A87EBF

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

Shades of East Side #A87EBF

Tints of East Side #A87EBF

Color information

#A87EBF (or 0xA87EBF) is unknown color: approx East Side. HEX triplet: A8, 7E and BF. RGB value is (168,126,191). Sum of RGB (Red+Green+Blue) = 168+126+191=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #A87EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87EBF is #578140. Grayscale: #919191. Windows color (decimal): -5734721 or 12549800. OLE color: 12549800.

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

Color convert

RGB168126191-
CMYK0.120.3400.25
HSL278.77º33.68%62.16%-
HSV(B)278.77º34.03%74.9%-
XYZ33.0127.0152.76-
YUV145.97153.41143.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 191 (75% from 255) = 39.38%
R=34.64%
G=25.98%
B=39.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681261910.120.3400.25278.7733.6862.16
HexA87EBFC22019117223e
Octal25017627714420314274276
Binary101010001111110101111111100100010011001100010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87EBF; }

 p { color: rgb(168,126,191); }

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

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

 a { background-color: rgb(168,126,191); }

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

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

 span { border-color: rgb(168,126,191); }

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