Html Css Color HEX #A86EF6 Medium Purple

📋 copy color: '#A86EF6'

red 168 ◦ green 110 ◦ blue 246

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

Shades of Medium Purple #A86EF6

Tints of Medium Purple #A86EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 32.06%
G = 20.99%
B = 46.95%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A86EF6 (or 0xA86EF6) is known color: Medium Purple. HEX triplet: A8, 6E and F6. RGB value is (168,110,246). Sum of RGB (Red+Green+Blue) = 168+110+246=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #A86EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EF6 is #579109. Grayscale: #8E8E8E. Windows color (decimal): -5738762 or 16150184. OLE color: 16150184.

HSL color Cylindrical-coordinate representation of color #A86EF6: hue angle of 265.59º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86EF6 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 110 246 -
CMYK 0.32 0.55 0 0.04
HSL 265.59º 0.88% 0.7% -
HSV(B) 265.59º 0.55% 0.96% -
XYZ 38.36 26.13 90.21 -
YUV 142.85 186.22 145.94 -
System Red Green Blue C M Y K H S L
Decimal 168 110 246 0.32 0.55 0 0.04 265.59 0.88 0.7
Hex A8 6E F6 20 37 0 4 10A 58 46
Octal 250 156 366 40 67 0 4 412 130 106
Binary 10101000 1101110 11110110 100000 110111 0 100 100001010 1011000 1000110

Color Harmonies of #A86EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EF6

Black with #A86EF6

Text Example


Text Example

White with #A86EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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