Html Css Color HEX #A86DF7 Medium Purple

📋 copy color: '#A86DF7'

red 168 ◦ green 109 ◦ blue 247

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

Shades of Medium Purple #A86DF7

Tints of Medium Purple #A86DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.14%

R = 32.06%
G = 20.8%
B = 47.14%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A86DF7 (or 0xA86DF7) is known color: Medium Purple. HEX triplet: A8, 6D and F7. RGB value is (168,109,247). Sum of RGB (Red+Green+Blue) = 168+109+247=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #A86DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DF7 is #579208. Grayscale: #8D8D8D. Windows color (decimal): -5739017 or 16215464. OLE color: 16215464.

HSL color Cylindrical-coordinate representation of color #A86DF7: hue angle of 265.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86DF7 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 109 247 -
CMYK 0.32 0.56 0 0.03
HSL 265.65º 0.9% 0.7% -
HSV(B) 265.65º 0.56% 0.97% -
XYZ 38.41 25.98 90.99 -
YUV 142.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 168 109 247 0.32 0.56 0 0.03 265.65 0.9 0.7
Hex A8 6D F7 20 38 0 3 10A 5A 46
Octal 250 155 367 40 70 0 3 412 132 106
Binary 10101000 1101101 11110111 100000 111000 0 11 100001010 1011010 1000110

Color Harmonies of #A86DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DF7

Black with #A86DF7

Text Example


Text Example

White with #A86DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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