#A87DBF

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

Shades of East Side #A87DBF

Tints of East Side #A87DBF

Color information

#A87DBF (or 0xA87DBF) is unknown color: approx East Side. HEX triplet: A8, 7D and BF. RGB value is (168,125,191). Sum of RGB (Red+Green+Blue) = 168+125+191=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #A87DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DBF is #578240. Grayscale: #919191. Windows color (decimal): -5734977 or 12549544. OLE color: 12549544.

HSL color Cylindrical-coordinate representation of color #A87DBF: hue angle of 279.09º 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 #A87DBF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168125191-
CMYK0.120.3500.25
HSL279.09º34.02%61.96%-
HSV(B)279.09º34.55%74.9%-
XYZ32.8926.7552.72-
YUV145.38153.75144.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 191 (75% from 255) = 39.46%
R=34.71%
G=25.83%
B=39.46%

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
Decimal1681251910.120.3500.25279.0934.0261.96
HexA87DBFC23019117223e
Octal25017527714430314274276
Binary101010001111101101111111100100011011001100010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DBF; }

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

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

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

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

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

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

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

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