#a871eb

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

Shades of Medium Purple #A871EB

Tints of Medium Purple #A871EB

Color information

#A871EB (or 0xA871EB) is unknown color: approx Medium Purple. HEX triplet: A8, 71 and EB. RGB value is (168,113,235). Sum of RGB (Red+Green+Blue) = 168+113+235=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #A871EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871EB is #578E14. Grayscale: #8E8E8E. Windows color (decimal): -5738005 or 15430056. OLE color: 15430056.

HSL color Cylindrical-coordinate representation of color #A871EB: hue angle of 267.05º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A871EB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168113235-
CMYK0.290.5200.08
HSL267.05º75.31%68.24%-
HSV(B)267.05º51.91%92.16%-
XYZ37.0526.1381.69-
YUV143.35179.72145.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 113 (44.53% from 255) = 21.90%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=32.56%
G=21.90%
B=45.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681132350.290.5200.08267.0575.3168.24
HexA871EB1D340810b4b44
Octal2501613533564010413113104
Binary10101000111000111101011111011101000100010000101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a871eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a871eb; }

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

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

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

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

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

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

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

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