#A87CFB

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

Shades of Medium Purple #A87CFB

Tints of Medium Purple #A87CFB

Color information

#A87CFB (or 0xA87CFB) is unknown color: approx Medium Purple. HEX triplet: A8, 7C and FB. RGB value is (168,124,251). Sum of RGB (Red+Green+Blue) = 168+124+251=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #A87CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87CFB is #578304. Grayscale: #979797. Windows color (decimal): -5735173 or 16481448. OLE color: 16481448.

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

Color convert

RGB168124251-
CMYK0.330.5100.02
HSL260.79º94.07%73.53%-
HSV(B)260.79º50.6%98.43%-
XYZ40.7729.7194.85-
YUV151.63184.08139.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=30.94%
G=22.84%
B=46.22%

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
Decimal1681242510.330.5100.02260.7994.0773.53
HexA87CFB2133021055e4a
Octal250174373416302405136112
Binary1010100011111001111101110000111001101010000010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CFB; }

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

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

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

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

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

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

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

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