Html Css Color HEX #A86DFB Medium Purple

📋 copy color: '#A86DFB'

red 168 ◦ green 109 ◦ blue 251

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

Shades of Medium Purple #A86DFB

Tints of Medium Purple #A86DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 31.82%
G = 20.64%
B = 47.54%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A86DFB (or 0xA86DFB) is known color: Medium Purple. HEX triplet: A8, 6D and FB. RGB value is (168,109,251). Sum of RGB (Red+Green+Blue) = 168+109+251=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #A86DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DFB is #579204. Grayscale: #8E8E8E. Windows color (decimal): -5739013 or 16477608. OLE color: 16477608.

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

Color convert

RGB 168 109 251 -
CMYK 0.33 0.57 0 0.02
HSL 264.93º 0.95% 0.71% -
HSV(B) 264.93º 0.57% 0.98% -
XYZ 39.03 26.23 94.27 -
YUV 142.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 168 109 251 0.33 0.57 0 0.02 264.93 0.95 0.71
Hex A8 6D FB 21 39 0 2 109 5F 47
Octal 250 155 373 41 71 0 2 411 137 107
Binary 10101000 1101101 11111011 100001 111001 0 10 100001001 1011111 1000111

Color Harmonies of #A86DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DFB

Black with #A86DFB

Text Example


Text Example

White with #A86DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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