Shades of Medium Purple #A96AF1
Tints of Medium Purple #A96AF1
RGB
CMYK
RGB Variations
Color information
#A96AF1 (or 0xA96AF1) is known color: Medium Purple. HEX triplet: A9, 6A and F1. RGB value is (169,106,241). Sum of RGB (Red+Green+Blue) = 169+106+241=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #A96AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96AF1 is #56950E. Grayscale: #8B8B8B. Windows color (decimal): -5674255 or 15821481. OLE color: 15821481.
HSL color Cylindrical-coordinate representation of color #A96AF1: hue angle of 268º degrees, saturation: 0.83, 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 #A96AF1 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 106 | 241 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.05 |
| HSL | 268º | 0.83% | 0.68% | - |
| HSV(B) | 268º | 0.56% | 0.95% | - |
| XYZ | 37.39 | 25.09 | 86.09 | - |
| YUV | 140.23 | 184.87 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 241 | 0.30 | 0.56 | 0 | 0.05 | 268 | 0.83 | 0.68 |
| Hex | A9 | 6A | F1 | 1E | 38 | 0 | 5 | 10C | 53 | 44 |
| Octal | 251 | 152 | 361 | 36 | 70 | 0 | 5 | 414 | 123 | 104 |
| Binary | 10101001 | 1101010 | 11110001 | 11110 | 111000 | 0 | 101 | 100001100 | 1010011 | 1000100 |
Color Harmonies of #A96AF1
Complementary color
Monochromatic Colors of #A96AF1
Black with #A96AF1
Text Example
Text Example
White with #A96AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96AF1; }
p { color: rgb(169,106,241); }
H1.HeaderClassName
{
color: #A96AF1;
}
.AnyTagClassName
{
color: #A96AF1;
}
</style>
background-color css
<style>
a { background-color: #A96AF1; }
a { background-color: rgb(169,106,241); }
div.DivClassName
{
background-color: #A96AF1;
}
.BgClassName
{
background-color: #A96AF1;
}
</style>
border-color css
<style>
span { border-color: #A96AF1; }
span { border-color: rgb(169,106,241); }
td.TdClassName
{
border-color: #A96AF1;
}
.TagClassName
{
border-color: #A96AF1;
}
</style>