Shades of Medium Purple #A96CF3
Tints of Medium Purple #A96CF3
RGB
CMYK
RGB Variations
Color information
#A96CF3 (or 0xA96CF3) is known color: Medium Purple. HEX triplet: A9, 6C and F3. RGB value is (169,108,243). Sum of RGB (Red+Green+Blue) = 169+108+243=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #A96CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CF3 is #56930C. Grayscale: #8D8D8D. Windows color (decimal): -5673741 or 15953065. OLE color: 15953065.
HSL color Cylindrical-coordinate representation of color #A96CF3: hue angle of 267.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A96CF3 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 108 | 243 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.05 |
| HSL | 267.11º | 0.85% | 0.69% | - |
| HSV(B) | 267.11º | 0.56% | 0.95% | - |
| XYZ | 37.9 | 25.63 | 87.74 | - |
| YUV | 141.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 243 | 0.30 | 0.56 | 0 | 0.05 | 267.11 | 0.85 | 0.69 |
| Hex | A9 | 6C | F3 | 1E | 38 | 0 | 5 | 10B | 55 | 45 |
| Octal | 251 | 154 | 363 | 36 | 70 | 0 | 5 | 413 | 125 | 105 |
| Binary | 10101001 | 1101100 | 11110011 | 11110 | 111000 | 0 | 101 | 100001011 | 1010101 | 1000101 |
Color Harmonies of #A96CF3
Complementary color
Monochromatic Colors of #A96CF3
Black with #A96CF3
Text Example
Text Example
White with #A96CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CF3; }
p { color: rgb(169,108,243); }
H1.HeaderClassName
{
color: #A96CF3;
}
.AnyTagClassName
{
color: #A96CF3;
}
</style>
background-color css
<style>
a { background-color: #A96CF3; }
a { background-color: rgb(169,108,243); }
div.DivClassName
{
background-color: #A96CF3;
}
.BgClassName
{
background-color: #A96CF3;
}
</style>
border-color css
<style>
span { border-color: #A96CF3; }
span { border-color: rgb(169,108,243); }
td.TdClassName
{
border-color: #A96CF3;
}
.TagClassName
{
border-color: #A96CF3;
}
</style>