Shades of Medium Purple #A86FF3
Tints of Medium Purple #A86FF3
RGB
CMYK
RGB Variations
Color information
#A86FF3 (or 0xA86FF3) is known color: Medium Purple. HEX triplet: A8, 6F and F3. RGB value is (168,111,243). Sum of RGB (Red+Green+Blue) = 168+111+243=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #A86FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FF3 is #57900C. Grayscale: #8E8E8E. Windows color (decimal): -5738509 or 15953832. OLE color: 15953832.
HSL color Cylindrical-coordinate representation of color #A86FF3: hue angle of 265.91º degrees, saturation: 0.85, 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 #A86FF3 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 111 | 243 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.05 |
| HSL | 265.91º | 0.85% | 0.69% | - |
| HSV(B) | 265.91º | 0.54% | 0.95% | - |
| XYZ | 38.01 | 26.16 | 87.84 | - |
| YUV | 143.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 243 | 0.31 | 0.54 | 0 | 0.05 | 265.91 | 0.85 | 0.69 |
| Hex | A8 | 6F | F3 | 1F | 36 | 0 | 5 | 10A | 55 | 45 |
| Octal | 250 | 157 | 363 | 37 | 66 | 0 | 5 | 412 | 125 | 105 |
| Binary | 10101000 | 1101111 | 11110011 | 11111 | 110110 | 0 | 101 | 100001010 | 1010101 | 1000101 |
Color Harmonies of #A86FF3
Complementary color
Monochromatic Colors of #A86FF3
Black with #A86FF3
Text Example
Text Example
White with #A86FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FF3; }
p { color: rgb(168,111,243); }
H1.HeaderClassName
{
color: #A86FF3;
}
.AnyTagClassName
{
color: #A86FF3;
}
</style>
background-color css
<style>
a { background-color: #A86FF3; }
a { background-color: rgb(168,111,243); }
div.DivClassName
{
background-color: #A86FF3;
}
.BgClassName
{
background-color: #A86FF3;
}
</style>
border-color css
<style>
span { border-color: #A86FF3; }
span { border-color: rgb(168,111,243); }
td.TdClassName
{
border-color: #A86FF3;
}
.TagClassName
{
border-color: #A86FF3;
}
</style>