#A86AFA

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

Shades of Medium Purple #A86AFA

Tints of Medium Purple #A86AFA

Color information

#A86AFA (or 0xA86AFA) is unknown color: approx Medium Purple. HEX triplet: A8, 6A and FA. RGB value is (168,106,250). Sum of RGB (Red+Green+Blue) = 168+106+250=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #A86AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AFA is #579505. Grayscale: #8C8C8C. Windows color (decimal): -5739782 or 16411304. OLE color: 16411304.

HSL color Cylindrical-coordinate representation of color #A86AFA: hue angle of 265.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A86AFA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168106250-
CMYK0.330.5800.02
HSL265.83º93.51%69.8%-
HSV(B)265.83º57.6%98.04%-
XYZ38.5625.5493.34-
YUV140.95189.54147.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 106 (41.80% from 255) = 20.23%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=32.06%
G=20.23%
B=47.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681062500.330.5800.02265.8393.5169.8
HexA86AFA213A0210a5e46
Octal250152372417202412136106
Binary1010100011010101111101010000111101001010000101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86AFA; }

 p { color: rgb(168,106,250); }

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

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

 a { background-color: rgb(168,106,250); }

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

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

 span { border-color: rgb(168,106,250); }

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