Html Css Color HEX #A86EF1 Medium Purple

📋 copy color: '#A86EF1'

red 168 ◦ green 110 ◦ blue 241

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

Shades of Medium Purple #A86EF1

Tints of Medium Purple #A86EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.19%

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 32.37%
G = 21.19%
B = 46.44%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A86EF1 (or 0xA86EF1) is known color: Medium Purple. HEX triplet: A8, 6E and F1. RGB value is (168,110,241). Sum of RGB (Red+Green+Blue) = 168+110+241=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #A86EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EF1 is #57910E. Grayscale: #8D8D8D. Windows color (decimal): -5738767 or 15822504. OLE color: 15822504.

HSL color Cylindrical-coordinate representation of color #A86EF1: hue angle of 266.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A86EF1 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 110 241 -
CMYK 0.30 0.54 0 0.05
HSL 266.56º 0.82% 0.69% -
HSV(B) 266.56º 0.54% 0.95% -
XYZ 37.6 25.83 86.22 -
YUV 142.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 168 110 241 0.30 0.54 0 0.05 266.56 0.82 0.69
Hex A8 6E F1 1E 36 0 5 10B 52 45
Octal 250 156 361 36 66 0 5 413 122 105
Binary 10101000 1101110 11110001 11110 110110 0 101 100001011 1010010 1000101

Color Harmonies of #A86EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EF1

Black with #A86EF1

Text Example


Text Example

White with #A86EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EF1; }

 p { color: rgb(168,110,241); }

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

background-color css

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

 a { background-color: rgb(168,110,241); }

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

border-color css

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

 span { border-color: rgb(168,110,241); }

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