#A86BFC

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

Shades of Medium Purple #A86BFC

Tints of Medium Purple #A86BFC

Color information

#A86BFC (or 0xA86BFC) is unknown color: approx Medium Purple. HEX triplet: A8, 6B and FC. RGB value is (168,107,252). Sum of RGB (Red+Green+Blue) = 168+107+252=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #A86BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BFC is #579403. Grayscale: #8D8D8D. Windows color (decimal): -5739524 or 16542632. OLE color: 16542632.

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

Color convert

RGB168107252-
CMYK0.330.5800.01
HSL265.24º96.03%70.39%-
HSV(B)265.24º57.54%98.82%-
XYZ38.9825.8795.03-
YUV141.77190.21146.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 107 (42.19% from 255) = 20.30%
BLUE value IS 252 (98.83% from 255) = 47.82%
R=31.88%
G=20.30%
B=47.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681072520.330.5800.01265.2496.0370.39
HexA86BFC213A011096046
Octal250153374417201411140106
Binary101010001101011111111001000011110100110000100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86BFC; }

 p { color: rgb(168,107,252); }

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

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

 a { background-color: rgb(168,107,252); }

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

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

 span { border-color: rgb(168,107,252); }

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