Html Css Color HEX #A86DFD Medium Purple

📋 copy color: '#A86DFD'

red 168 ◦ green 109 ◦ blue 253

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

Shades of Medium Purple #A86DFD

Tints of Medium Purple #A86DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 31.7%
G = 20.57%
B = 47.74%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A86DFD (or 0xA86DFD) is known color: Medium Purple. HEX triplet: A8, 6D and FD. RGB value is (168,109,253). Sum of RGB (Red+Green+Blue) = 168+109+253=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #A86DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DFD is #579202. Grayscale: #8E8E8E. Windows color (decimal): -5739011 or 16608680. OLE color: 16608680.

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

Color convert

RGB 168 109 253 -
CMYK 0.34 0.57 0 0.01
HSL 264.58º 0.97% 0.71% -
HSV(B) 264.58º 0.57% 0.99% -
XYZ 39.35 26.35 95.94 -
YUV 143.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 168 109 253 0.34 0.57 0 0.01 264.58 0.97 0.71
Hex A8 6D FD 22 39 0 1 109 61 47
Octal 250 155 375 42 71 0 1 411 141 107
Binary 10101000 1101101 11111101 100010 111001 0 1 100001001 1100001 1000111

Color Harmonies of #A86DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DFD

Black with #A86DFD

Text Example


Text Example

White with #A86DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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