Shades of Medium Purple #A96EF1
Tints of Medium Purple #A96EF1
RGB
CMYK
RGB Variations
Color information
#A96EF1 (or 0xA96EF1) is known color: Medium Purple. HEX triplet: A9, 6E and F1. RGB value is (169,110,241). Sum of RGB (Red+Green+Blue) = 169+110+241=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #A96EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EF1 is #56910E. Grayscale: #8E8E8E. Windows color (decimal): -5673231 or 15822505. OLE color: 15822505.
HSL color Cylindrical-coordinate representation of color #A96EF1: hue angle of 267.02º degrees, saturation: 0.82, 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 #A96EF1 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 110 | 241 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.05 |
| HSL | 267.02º | 0.82% | 0.69% | - |
| HSV(B) | 267.02º | 0.54% | 0.95% | - |
| XYZ | 37.82 | 25.94 | 86.23 | - |
| YUV | 142.58 | 183.55 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 241 | 0.30 | 0.54 | 0 | 0.05 | 267.02 | 0.82 | 0.69 |
| Hex | A9 | 6E | F1 | 1E | 36 | 0 | 5 | 10B | 52 | 45 |
| Octal | 251 | 156 | 361 | 36 | 66 | 0 | 5 | 413 | 122 | 105 |
| Binary | 10101001 | 1101110 | 11110001 | 11110 | 110110 | 0 | 101 | 100001011 | 1010010 | 1000101 |
Color Harmonies of #A96EF1
Complementary color
Monochromatic Colors of #A96EF1
Black with #A96EF1
Text Example
Text Example
White with #A96EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EF1; }
p { color: rgb(169,110,241); }
H1.HeaderClassName
{
color: #A96EF1;
}
.AnyTagClassName
{
color: #A96EF1;
}
</style>
background-color css
<style>
a { background-color: #A96EF1; }
a { background-color: rgb(169,110,241); }
div.DivClassName
{
background-color: #A96EF1;
}
.BgClassName
{
background-color: #A96EF1;
}
</style>
border-color css
<style>
span { border-color: #A96EF1; }
span { border-color: rgb(169,110,241); }
td.TdClassName
{
border-color: #A96EF1;
}
.TagClassName
{
border-color: #A96EF1;
}
</style>