Html Css Color HEX #A86BFB Medium Purple

📋 copy color: '#A86BFB'

red 168 ◦ green 107 ◦ blue 251

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

Shades of Medium Purple #A86BFB

Tints of Medium Purple #A86BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.34%

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

R = 31.94%
G = 20.34%
B = 47.72%

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

#A86BFB (or 0xA86BFB) is known color: Medium Purple. HEX triplet: A8, 6B and FB. RGB value is (168,107,251). Sum of RGB (Red+Green+Blue) = 168+107+251=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #A86BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BFB is #579404. Grayscale: #8D8D8D. Windows color (decimal): -5739525 or 16477096. OLE color: 16477096.

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

Color convert

RGB 168 107 251 -
CMYK 0.33 0.57 0 0.02
HSL 265.42º 0.95% 0.7% -
HSV(B) 265.42º 0.57% 0.98% -
XYZ 38.82 25.81 94.2 -
YUV 141.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 168 107 251 0.33 0.57 0 0.02 265.42 0.95 0.7
Hex A8 6B FB 21 39 0 2 109 5F 46
Octal 250 153 373 41 71 0 2 411 137 106
Binary 10101000 1101011 11111011 100001 111001 0 10 100001001 1011111 1000110

Color Harmonies of #A86BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BFB

Black with #A86BFB

Text Example


Text Example

White with #A86BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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