#A87BF9

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

Shades of Medium Purple #A87BF9

Tints of Medium Purple #A87BF9

Color information

#A87BF9 (or 0xA87BF9) is unknown color: approx Medium Purple. HEX triplet: A8, 7B and F9. RGB value is (168,123,249). Sum of RGB (Red+Green+Blue) = 168+123+249=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #A87BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87BF9 is #578406. Grayscale: #969696. Windows color (decimal): -5735431 or 16350120. OLE color: 16350120.

HSL color Cylindrical-coordinate representation of color #A87BF9: hue angle of 261.43º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87BF9 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168123249-
CMYK0.330.5100.02
HSL261.43º91.3%72.94%-
HSV(B)261.43º50.6%97.65%-
XYZ40.3329.3393.16-
YUV150.82183.41140.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.11%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 249 (97.66% from 255) = 46.11%
R=31.11%
G=22.78%
B=46.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681232490.330.5100.02261.4391.372.94
HexA87BF92133021055b49
Octal250173371416302405133111
Binary1010100011110111111100110000111001101010000010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BF9; }

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

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

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

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

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

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

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

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