#A871FE

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

Shades of Medium Purple #A871FE

Tints of Medium Purple #A871FE

Color information

#A871FE (or 0xA871FE) is unknown color: approx Medium Purple. HEX triplet: A8, 71 and FE. RGB value is (168,113,254). Sum of RGB (Red+Green+Blue) = 168+113+254=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #A871FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871FE is #578E01. Grayscale: #919191. Windows color (decimal): -5737986 or 16675240. OLE color: 16675240.

HSL color Cylindrical-coordinate representation of color #A871FE: hue angle of 263.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A871FE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168113254-
CMYK0.340.5600.00
HSL263.4º98.6%71.96%-
HSV(B)263.4º55.51%99.61%-
XYZ39.9427.2996.93-
YUV145.52189.22144.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=31.40%
G=21.12%
B=47.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681132540.340.5600.00263.498.671.96
HexA871FE2238001076348
Octal250161376427000407143110
Binary101010001110001111111101000101110000010000011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871FE; }

 p { color: rgb(168,113,254); }

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

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

 a { background-color: rgb(168,113,254); }

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

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

 span { border-color: rgb(168,113,254); }

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