Html Css Color HEX #A86FF6 Medium Purple

📋 copy color: '#A86FF6'

red 168 ◦ green 111 ◦ blue 246

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

Shades of Medium Purple #A86FF6

Tints of Medium Purple #A86FF6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.14%

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

R = 32%
G = 21.14%
B = 46.86%

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

#A86FF6 (or 0xA86FF6) is known color: Medium Purple. HEX triplet: A8, 6F and F6. RGB value is (168,111,246). Sum of RGB (Red+Green+Blue) = 168+111+246=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #A86FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FF6 is #579009. Grayscale: #8E8E8E. Windows color (decimal): -5738506 or 16150440. OLE color: 16150440.

HSL color Cylindrical-coordinate representation of color #A86FF6: hue angle of 265.33º 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 #A86FF6 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 111 246 -
CMYK 0.32 0.55 0 0.04
HSL 265.33º 0.88% 0.7% -
HSV(B) 265.33º 0.55% 0.96% -
XYZ 38.47 26.35 90.25 -
YUV 143.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 168 111 246 0.32 0.55 0 0.04 265.33 0.88 0.7
Hex A8 6F F6 20 37 0 4 109 58 46
Octal 250 157 366 40 67 0 4 411 130 106
Binary 10101000 1101111 11110110 100000 110111 0 100 100001001 1011000 1000110

Color Harmonies of #A86FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FF6

Black with #A86FF6

Text Example


Text Example

White with #A86FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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