Shades of Medium Purple #A86AFC
Tints of Medium Purple #A86AFC
RGB
CMYK
RGB Variations
Color information
#A86AFC (or 0xA86AFC) is known color: Medium Purple. HEX triplet: A8, 6A and FC. RGB value is (168,106,252). Sum of RGB (Red+Green+Blue) = 168+106+252=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #A86AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AFC is #579503. Grayscale: #8C8C8C. Windows color (decimal): -5739780 or 16542376. OLE color: 16542376.
HSL color Cylindrical-coordinate representation of color #A86AFC: hue angle of 265.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A86AFC is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 106 | 252 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.01 |
| HSL | 265.48º | 0.96% | 0.7% | - |
| HSV(B) | 265.48º | 0.58% | 0.99% | - |
| XYZ | 38.87 | 25.66 | 95 | - |
| YUV | 141.18 | 190.54 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 252 | 0.33 | 0.58 | 0 | 0.01 | 265.48 | 0.96 | 0.7 |
| Hex | A8 | 6A | FC | 21 | 3A | 0 | 1 | 109 | 60 | 46 |
| Octal | 250 | 152 | 374 | 41 | 72 | 0 | 1 | 411 | 140 | 106 |
| Binary | 10101000 | 1101010 | 11111100 | 100001 | 111010 | 0 | 1 | 100001001 | 1100000 | 1000110 |
Color Harmonies of #A86AFC
Complementary color
Monochromatic Colors of #A86AFC
Black with #A86AFC
Text Example
Text Example
White with #A86AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AFC; }
p { color: rgb(168,106,252); }
H1.HeaderClassName
{
color: #A86AFC;
}
.AnyTagClassName
{
color: #A86AFC;
}
</style>
background-color css
<style>
a { background-color: #A86AFC; }
a { background-color: rgb(168,106,252); }
div.DivClassName
{
background-color: #A86AFC;
}
.BgClassName
{
background-color: #A86AFC;
}
</style>
border-color css
<style>
span { border-color: #A86AFC; }
span { border-color: rgb(168,106,252); }
td.TdClassName
{
border-color: #A86AFC;
}
.TagClassName
{
border-color: #A86AFC;
}
</style>