#A87FDB

Color #A87FDB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A87FDB

Tints of Medium Purple #A87FDB

Color information

#A87FDB (or 0xA87FDB) is unknown color: approx Medium Purple. HEX triplet: A8, 7F and DB. RGB value is (168,127,219). Sum of RGB (Red+Green+Blue) = 168+127+219=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A87FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FDB is #578024. Grayscale: #959595. Windows color (decimal): -5734437 or 14385064. OLE color: 14385064.

HSL color Cylindrical-coordinate representation of color #A87FDB: hue angle of 266.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87FDB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168127219-
CMYK0.230.4200.14
HSL266.74º56.1%67.84%-
HSV(B)266.74º42.01%85.88%-
XYZ36.5228.6270.62-
YUV149.75167.08141.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=32.68%
G=24.71%
B=42.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681272190.230.4200.14266.7456.167.84
HexA87FDB172A0E10b3844
Octal250177333275201641370104
Binary1010100011111111101101110111101010011101000010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FDB; }

 p { color: rgb(168,127,219); }

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

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

 a { background-color: rgb(168,127,219); }

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

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

 span { border-color: rgb(168,127,219); }

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