Shades of Medium Purple #A86AF2
Tints of Medium Purple #A86AF2
RGB
CMYK
RGB Variations
Color information
#A86AF2 (or 0xA86AF2) is known color: Medium Purple. HEX triplet: A8, 6A and F2. RGB value is (168,106,242). Sum of RGB (Red+Green+Blue) = 168+106+242=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #A86AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AF2 is #57950D. Grayscale: #8B8B8B. Windows color (decimal): -5739790 or 15887016. OLE color: 15887016.
HSL color Cylindrical-coordinate representation of color #A86AF2: hue angle of 267.35º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86AF2 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 106 | 242 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.05 |
| HSL | 267.35º | 0.84% | 0.68% | - |
| HSV(B) | 267.35º | 0.56% | 0.95% | - |
| XYZ | 37.33 | 25.04 | 86.87 | - |
| YUV | 140.04 | 185.54 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 242 | 0.31 | 0.56 | 0 | 0.05 | 267.35 | 0.84 | 0.68 |
| Hex | A8 | 6A | F2 | 1F | 38 | 0 | 5 | 10B | 54 | 44 |
| Octal | 250 | 152 | 362 | 37 | 70 | 0 | 5 | 413 | 124 | 104 |
| Binary | 10101000 | 1101010 | 11110010 | 11111 | 111000 | 0 | 101 | 100001011 | 1010100 | 1000100 |
Color Harmonies of #A86AF2
Complementary color
Monochromatic Colors of #A86AF2
Black with #A86AF2
Text Example
Text Example
White with #A86AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AF2; }
p { color: rgb(168,106,242); }
H1.HeaderClassName
{
color: #A86AF2;
}
.AnyTagClassName
{
color: #A86AF2;
}
</style>
background-color css
<style>
a { background-color: #A86AF2; }
a { background-color: rgb(168,106,242); }
div.DivClassName
{
background-color: #A86AF2;
}
.BgClassName
{
background-color: #A86AF2;
}
</style>
border-color css
<style>
span { border-color: #A86AF2; }
span { border-color: rgb(168,106,242); }
td.TdClassName
{
border-color: #A86AF2;
}
.TagClassName
{
border-color: #A86AF2;
}
</style>