Shades of Medium Purple #A96BF7
Tints of Medium Purple #A96BF7
RGB
CMYK
RGB Variations
Color information
#A96BF7 (or 0xA96BF7) is known color: Medium Purple. HEX triplet: A9, 6B and F7. RGB value is (169,107,247). Sum of RGB (Red+Green+Blue) = 169+107+247=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #A96BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BF7 is #569408. Grayscale: #8D8D8D. Windows color (decimal): -5673993 or 16214953. OLE color: 16214953.
HSL color Cylindrical-coordinate representation of color #A96BF7: hue angle of 266.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96BF7 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 107 | 247 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.03 |
| HSL | 266.57º | 0.9% | 0.69% | - |
| HSV(B) | 266.57º | 0.57% | 0.97% | - |
| XYZ | 38.41 | 25.67 | 90.93 | - |
| YUV | 141.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 247 | 0.32 | 0.57 | 0 | 0.03 | 266.57 | 0.9 | 0.69 |
| Hex | A9 | 6B | F7 | 20 | 39 | 0 | 3 | 10B | 5A | 45 |
| Octal | 251 | 153 | 367 | 40 | 71 | 0 | 3 | 413 | 132 | 105 |
| Binary | 10101001 | 1101011 | 11110111 | 100000 | 111001 | 0 | 11 | 100001011 | 1011010 | 1000101 |
Color Harmonies of #A96BF7
Complementary color
Monochromatic Colors of #A96BF7
Black with #A96BF7
Text Example
Text Example
White with #A96BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BF7; }
p { color: rgb(169,107,247); }
H1.HeaderClassName
{
color: #A96BF7;
}
.AnyTagClassName
{
color: #A96BF7;
}
</style>
background-color css
<style>
a { background-color: #A96BF7; }
a { background-color: rgb(169,107,247); }
div.DivClassName
{
background-color: #A96BF7;
}
.BgClassName
{
background-color: #A96BF7;
}
</style>
border-color css
<style>
span { border-color: #A96BF7; }
span { border-color: rgb(169,107,247); }
td.TdClassName
{
border-color: #A96BF7;
}
.TagClassName
{
border-color: #A96BF7;
}
</style>