#A87CF5

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

Shades of Medium Purple #A87CF5

Tints of Medium Purple #A87CF5

Color information

#A87CF5 (or 0xA87CF5) is unknown color: approx Medium Purple. HEX triplet: A8, 7C and F5. RGB value is (168,124,245). Sum of RGB (Red+Green+Blue) = 168+124+245=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #A87CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87CF5 is #57830A. Grayscale: #969696. Windows color (decimal): -5735179 or 16088232. OLE color: 16088232.

HSL color Cylindrical-coordinate representation of color #A87CF5: hue angle of 261.82º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87CF5 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168124245-
CMYK0.310.4900.04
HSL261.82º85.82%72.35%-
HSV(B)261.82º49.39%96.08%-
XYZ39.8429.3389.95-
YUV150.95181.08140.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 245 (96.09% from 255) = 45.62%
R=31.28%
G=23.09%
B=45.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681242450.310.4900.04261.8285.8272.35
HexA87CF51F31041065648
Octal250174365376104406126110
Binary1010100011111001111010111111110001010010000011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CF5; }

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

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

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

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

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

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

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

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