Shades of Medium Purple #A868F1
Tints of Medium Purple #A868F1
RGB
CMYK
RGB Variations
Color information
#A868F1 (or 0xA868F1) is known color: Medium Purple. HEX triplet: A8, 68 and F1. RGB value is (168,104,241). Sum of RGB (Red+Green+Blue) = 168+104+241=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #A868F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868F1 is #57970E. Grayscale: #8A8A8A. Windows color (decimal): -5740303 or 15820968. OLE color: 15820968.
HSL color Cylindrical-coordinate representation of color #A868F1: hue angle of 268.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A868F1 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 104 | 241 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.05 |
| HSL | 268.03º | 0.83% | 0.68% | - |
| HSV(B) | 268.03º | 0.57% | 0.95% | - |
| XYZ | 36.98 | 24.58 | 86.01 | - |
| YUV | 138.75 | 185.7 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 241 | 0.30 | 0.57 | 0 | 0.05 | 268.03 | 0.83 | 0.68 |
| Hex | A8 | 68 | F1 | 1E | 39 | 0 | 5 | 10C | 53 | 44 |
| Octal | 250 | 150 | 361 | 36 | 71 | 0 | 5 | 414 | 123 | 104 |
| Binary | 10101000 | 1101000 | 11110001 | 11110 | 111001 | 0 | 101 | 100001100 | 1010011 | 1000100 |
Color Harmonies of #A868F1
Complementary color
Monochromatic Colors of #A868F1
Black with #A868F1
Text Example
Text Example
White with #A868F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868F1; }
p { color: rgb(168,104,241); }
H1.HeaderClassName
{
color: #A868F1;
}
.AnyTagClassName
{
color: #A868F1;
}
</style>
background-color css
<style>
a { background-color: #A868F1; }
a { background-color: rgb(168,104,241); }
div.DivClassName
{
background-color: #A868F1;
}
.BgClassName
{
background-color: #A868F1;
}
</style>
border-color css
<style>
span { border-color: #A868F1; }
span { border-color: rgb(168,104,241); }
td.TdClassName
{
border-color: #A868F1;
}
.TagClassName
{
border-color: #A868F1;
}
</style>