Html Css Color HEX #A86DFF Medium Purple

📋 copy color: '#A86DFF'

red 168 ◦ green 109 ◦ blue 255

#A86DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A86DFF

Tints of Medium Purple #A86DFF

RGB

 RED value IS 168 (66.02% from 255) = 31.58%

 GREEN value IS 109 (42.97% from 255) = 20.49%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 31.58%
G = 20.49%
B = 47.93%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A86DFF (or 0xA86DFF) is known color: Medium Purple. HEX triplet: A8, 6D and FF. RGB value is (168,109,255). Sum of RGB (Red+Green+Blue) = 168+109+255=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A86DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DFF is #579200. Grayscale: #8E8E8E. Windows color (decimal): -5739009 or 16739752. OLE color: 16739752.

HSL color Cylindrical-coordinate representation of color #A86DFF: hue angle of 264.25º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86DFF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 109 255 -
CMYK 0.34 0.57 0 0
HSL 264.25º 1% 0.71% -
HSV(B) 264.25º 0.57% 1% -
XYZ 39.67 26.48 97.63 -
YUV 143.29 191.05 145.63 -
System Red Green Blue C M Y K H S L
Decimal 168 109 255 0.34 0.57 0 0 264.25 1 0.71
Hex A8 6D FF 22 39 0 0 108 64 47
Octal 250 155 377 42 71 0 0 410 144 107
Binary 10101000 1101101 11111111 100010 111001 0 0 100001000 1100100 1000111

Color Harmonies of #A86DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DFF

Black with #A86DFF

Text Example


Text Example

White with #A86DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DFF; }

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

 H1.HeaderClassName
 {
   color: #A86DFF;
 }
 .AnyTagClassName
 {
   color: #A86DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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