#A87DF3

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

Shades of Medium Purple #A87DF3

Tints of Medium Purple #A87DF3

Color information

#A87DF3 (or 0xA87DF3) is unknown color: approx Medium Purple. HEX triplet: A8, 7D and F3. RGB value is (168,125,243). Sum of RGB (Red+Green+Blue) = 168+125+243=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #A87DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DF3 is #57820C. Grayscale: #969696. Windows color (decimal): -5734925 or 15957416. OLE color: 15957416.

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

Color convert

RGB168125243-
CMYK0.310.4900.05
HSL261.86º83.1%72.16%-
HSV(B)261.86º48.56%95.29%-
XYZ39.6629.4688.39-
YUV151.31179.75139.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 243 (95.31% from 255) = 45.34%
R=31.34%
G=23.32%
B=45.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681252430.310.4900.05261.8683.172.16
HexA87DF31F31051065348
Octal250175363376105406123110
Binary1010100011111011111001111111110001010110000011010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DF3; }

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

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

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

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

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

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

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

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