Shades of Medium Purple #A96FFE
Tints of Medium Purple #A96FFE
RGB
CMYK
RGB Variations
Color information
#A96FFE (or 0xA96FFE) is known color: Medium Purple. HEX triplet: A9, 6F and FE. RGB value is (169,111,254). Sum of RGB (Red+Green+Blue) = 169+111+254=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #A96FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FFE is #569001. Grayscale: #909090. Windows color (decimal): -5672962 or 16674729. OLE color: 16674729.
HSL color Cylindrical-coordinate representation of color #A96FFE: hue angle of 264.34º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A96FFE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 111 | 254 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.00 |
| HSL | 264.34º | 0.99% | 0.72% | - |
| HSV(B) | 264.34º | 0.56% | 1% | - |
| XYZ | 39.94 | 26.96 | 96.86 | - |
| YUV | 144.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 254 | 0.33 | 0.56 | 0 | 0.00 | 264.34 | 0.99 | 0.72 |
| Hex | A9 | 6F | FE | 21 | 38 | 0 | 0 | 108 | 63 | 48 |
| Octal | 251 | 157 | 376 | 41 | 70 | 0 | 0 | 410 | 143 | 110 |
| Binary | 10101001 | 1101111 | 11111110 | 100001 | 111000 | 0 | 0 | 100001000 | 1100011 | 1001000 |
Color Harmonies of #A96FFE
Complementary color
Monochromatic Colors of #A96FFE
Black with #A96FFE
Text Example
Text Example
White with #A96FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FFE; }
p { color: rgb(169,111,254); }
H1.HeaderClassName
{
color: #A96FFE;
}
.AnyTagClassName
{
color: #A96FFE;
}
</style>
background-color css
<style>
a { background-color: #A96FFE; }
a { background-color: rgb(169,111,254); }
div.DivClassName
{
background-color: #A96FFE;
}
.BgClassName
{
background-color: #A96FFE;
}
</style>
border-color css
<style>
span { border-color: #A96FFE; }
span { border-color: rgb(169,111,254); }
td.TdClassName
{
border-color: #A96FFE;
}
.TagClassName
{
border-color: #A96FFE;
}
</style>