#A860F1

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

Shades of Medium Purple #A860F1

Tints of Medium Purple #A860F1

Color information

#A860F1 (or 0xA860F1) is unknown color: approx Medium Purple. HEX triplet: A8, 60 and F1. RGB value is (168,96,241). Sum of RGB (Red+Green+Blue) = 168+96+241=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #A860F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A860F1 is #579F0E. Grayscale: #858585. Windows color (decimal): -5742351 or 15818920. OLE color: 15818920.

HSL color Cylindrical-coordinate representation of color #A860F1: hue angle of 269.79º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A860F1 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16896241-
CMYK0.300.6000.05
HSL269.79º83.82%66.08%-
HSV(B)269.79º60.17%94.51%-
XYZ36.2123.0485.76-
YUV134.06188.35152.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 96 (37.89% from 255) = 19.01%
BLUE value IS 241 (94.53% from 255) = 47.72%
R=33.27%
G=19.01%
B=47.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168962410.300.6000.05269.7983.8266.08
HexA860F11E3C0510e5442
Octal250140361367405416124102
Binary1010100011000001111000111110111100010110000111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860F1; }

 p { color: rgb(168,96,241); }

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

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

 a { background-color: rgb(168,96,241); }

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

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

 span { border-color: rgb(168,96,241); }

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