Shades of Medium Purple #A96BF2
Tints of Medium Purple #A96BF2
RGB
CMYK
RGB Variations
Color information
#A96BF2 (or 0xA96BF2) is known color: Medium Purple. HEX triplet: A9, 6B and F2. RGB value is (169,107,242). Sum of RGB (Red+Green+Blue) = 169+107+242=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #A96BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BF2 is #56940D. Grayscale: #8C8C8C. Windows color (decimal): -5673998 or 15887273. OLE color: 15887273.
HSL color Cylindrical-coordinate representation of color #A96BF2: hue angle of 267.56º degrees, saturation: 0.84, 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 #A96BF2 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 107 | 242 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.05 |
| HSL | 267.56º | 0.84% | 0.68% | - |
| HSV(B) | 267.56º | 0.56% | 0.95% | - |
| XYZ | 37.65 | 25.36 | 86.92 | - |
| YUV | 140.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 242 | 0.30 | 0.56 | 0 | 0.05 | 267.56 | 0.84 | 0.68 |
| Hex | A9 | 6B | F2 | 1E | 38 | 0 | 5 | 10C | 54 | 44 |
| Octal | 251 | 153 | 362 | 36 | 70 | 0 | 5 | 414 | 124 | 104 |
| Binary | 10101001 | 1101011 | 11110010 | 11110 | 111000 | 0 | 101 | 100001100 | 1010100 | 1000100 |
Color Harmonies of #A96BF2
Complementary color
Monochromatic Colors of #A96BF2
Black with #A96BF2
Text Example
Text Example
White with #A96BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BF2; }
p { color: rgb(169,107,242); }
H1.HeaderClassName
{
color: #A96BF2;
}
.AnyTagClassName
{
color: #A96BF2;
}
</style>
background-color css
<style>
a { background-color: #A96BF2; }
a { background-color: rgb(169,107,242); }
div.DivClassName
{
background-color: #A96BF2;
}
.BgClassName
{
background-color: #A96BF2;
}
</style>
border-color css
<style>
span { border-color: #A96BF2; }
span { border-color: rgb(169,107,242); }
td.TdClassName
{
border-color: #A96BF2;
}
.TagClassName
{
border-color: #A96BF2;
}
</style>