#A86CF5

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

Shades of Medium Purple #A86CF5

Tints of Medium Purple #A86CF5

Color information

#A86CF5 (or 0xA86CF5) is unknown color: approx Medium Purple. HEX triplet: A8, 6C and F5. RGB value is (168,108,245). Sum of RGB (Red+Green+Blue) = 168+108+245=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #A86CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CF5 is #57930A. Grayscale: #8D8D8D. Windows color (decimal): -5739275 or 16084136. OLE color: 16084136.

HSL color Cylindrical-coordinate representation of color #A86CF5: hue angle of 266.28º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86CF5 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168108245-
CMYK0.310.5600.04
HSL266.28º87.26%69.22%-
HSV(B)266.28º55.92%96.08%-
XYZ37.9925.6489.33-
YUV141.56186.38146.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 108 (42.58% from 255) = 20.73%
BLUE value IS 245 (96.09% from 255) = 47.02%
R=32.25%
G=20.73%
B=47.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681082450.310.5600.04266.2887.2669.22
HexA86CF51F380410a5745
Octal250154365377004412127105
Binary1010100011011001111010111111111000010010000101010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CF5; }

 p { color: rgb(168,108,245); }

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

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

 a { background-color: rgb(168,108,245); }

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

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

 span { border-color: rgb(168,108,245); }

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