#A86DF2

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

Shades of Medium Purple #A86DF2

Tints of Medium Purple #A86DF2

Color information

#A86DF2 (or 0xA86DF2) is unknown color: approx Medium Purple. HEX triplet: A8, 6D and F2. RGB value is (168,109,242). Sum of RGB (Red+Green+Blue) = 168+109+242=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #A86DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DF2 is #57920D. Grayscale: #8D8D8D. Windows color (decimal): -5739022 or 15887784. OLE color: 15887784.

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

Color convert

RGB168109242-
CMYK0.310.5500.05
HSL266.62º83.65%68.82%-
HSV(B)266.62º54.96%94.9%-
XYZ37.6425.6786.98-
YUV141.8184.55146.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=32.37%
G=21.00%
B=46.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681092420.310.5500.05266.6283.6568.82
HexA86DF21F370510b5445
Octal250155362376705413124105
Binary1010100011011011111001011111110111010110000101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DF2; }

 p { color: rgb(168,109,242); }

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

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

 a { background-color: rgb(168,109,242); }

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

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

 span { border-color: rgb(168,109,242); }

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