Shades of Medium Purple #A96DF3
Tints of Medium Purple #A96DF3
RGB
CMYK
RGB Variations
Color information
#A96DF3 (or 0xA96DF3) is known color: Medium Purple. HEX triplet: A9, 6D and F3. RGB value is (169,109,243). Sum of RGB (Red+Green+Blue) = 169+109+243=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #A96DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96DF3 is #56920C. Grayscale: #8D8D8D. Windows color (decimal): -5673485 or 15953321. OLE color: 15953321.
HSL color Cylindrical-coordinate representation of color #A96DF3: hue angle of 266.87º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A96DF3 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 109 | 243 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.05 |
| HSL | 266.87º | 0.85% | 0.69% | - |
| HSV(B) | 266.87º | 0.55% | 0.95% | - |
| XYZ | 38.01 | 25.84 | 87.78 | - |
| YUV | 142.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 243 | 0.30 | 0.55 | 0 | 0.05 | 266.87 | 0.85 | 0.69 |
| Hex | A9 | 6D | F3 | 1E | 37 | 0 | 5 | 10B | 55 | 45 |
| Octal | 251 | 155 | 363 | 36 | 67 | 0 | 5 | 413 | 125 | 105 |
| Binary | 10101001 | 1101101 | 11110011 | 11110 | 110111 | 0 | 101 | 100001011 | 1010101 | 1000101 |
Color Harmonies of #A96DF3
Complementary color
Monochromatic Colors of #A96DF3
Black with #A96DF3
Text Example
Text Example
White with #A96DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DF3; }
p { color: rgb(169,109,243); }
H1.HeaderClassName
{
color: #A96DF3;
}
.AnyTagClassName
{
color: #A96DF3;
}
</style>
background-color css
<style>
a { background-color: #A96DF3; }
a { background-color: rgb(169,109,243); }
div.DivClassName
{
background-color: #A96DF3;
}
.BgClassName
{
background-color: #A96DF3;
}
</style>
border-color css
<style>
span { border-color: #A96DF3; }
span { border-color: rgb(169,109,243); }
td.TdClassName
{
border-color: #A96DF3;
}
.TagClassName
{
border-color: #A96DF3;
}
</style>