Shades of Medium Purple #A968F1
Tints of Medium Purple #A968F1
RGB
CMYK
RGB Variations
Color information
#A968F1 (or 0xA968F1) is known color: Medium Purple. HEX triplet: A9, 68 and F1. RGB value is (169,104,241). Sum of RGB (Red+Green+Blue) = 169+104+241=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #A968F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A968F1 is #56970E. Grayscale: #8A8A8A. Windows color (decimal): -5674767 or 15820969. OLE color: 15820969.
HSL color Cylindrical-coordinate representation of color #A968F1: hue angle of 268.47º 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 #A968F1 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 104 | 241 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.05 |
| HSL | 268.47º | 0.83% | 0.68% | - |
| HSV(B) | 268.47º | 0.57% | 0.95% | - |
| XYZ | 37.19 | 24.69 | 86.02 | - |
| YUV | 139.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 241 | 0.30 | 0.57 | 0 | 0.05 | 268.47 | 0.83 | 0.68 |
| Hex | A9 | 68 | F1 | 1E | 39 | 0 | 5 | 10C | 53 | 44 |
| Octal | 251 | 150 | 361 | 36 | 71 | 0 | 5 | 414 | 123 | 104 |
| Binary | 10101001 | 1101000 | 11110001 | 11110 | 111001 | 0 | 101 | 100001100 | 1010011 | 1000100 |
Color Harmonies of #A968F1
Complementary color
Monochromatic Colors of #A968F1
Black with #A968F1
Text Example
Text Example
White with #A968F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968F1; }
p { color: rgb(169,104,241); }
H1.HeaderClassName
{
color: #A968F1;
}
.AnyTagClassName
{
color: #A968F1;
}
</style>
background-color css
<style>
a { background-color: #A968F1; }
a { background-color: rgb(169,104,241); }
div.DivClassName
{
background-color: #A968F1;
}
.BgClassName
{
background-color: #A968F1;
}
</style>
border-color css
<style>
span { border-color: #A968F1; }
span { border-color: rgb(169,104,241); }
td.TdClassName
{
border-color: #A968F1;
}
.TagClassName
{
border-color: #A968F1;
}
</style>