Shades of Medium Purple #A96EFA
Tints of Medium Purple #A96EFA
RGB
CMYK
RGB Variations
Color information
#A96EFA (or 0xA96EFA) is known color: Medium Purple. HEX triplet: A9, 6E and FA. RGB value is (169,110,250). Sum of RGB (Red+Green+Blue) = 169+110+250=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #A96EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EFA is #569105. Grayscale: #8F8F8F. Windows color (decimal): -5673222 or 16412329. OLE color: 16412329.
HSL color Cylindrical-coordinate representation of color #A96EFA: hue angle of 265.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A96EFA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 110 | 250 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.02 |
| HSL | 265.29º | 0.93% | 0.71% | - |
| HSV(B) | 265.29º | 0.56% | 0.98% | - |
| XYZ | 39.19 | 26.49 | 93.49 | - |
| YUV | 143.6 | 188.05 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 250 | 0.32 | 0.56 | 0 | 0.02 | 265.29 | 0.93 | 0.71 |
| Hex | A9 | 6E | FA | 20 | 38 | 0 | 2 | 109 | 5D | 47 |
| Octal | 251 | 156 | 372 | 40 | 70 | 0 | 2 | 411 | 135 | 107 |
| Binary | 10101001 | 1101110 | 11111010 | 100000 | 111000 | 0 | 10 | 100001001 | 1011101 | 1000111 |
Color Harmonies of #A96EFA
Complementary color
Monochromatic Colors of #A96EFA
Black with #A96EFA
Text Example
Text Example
White with #A96EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EFA; }
p { color: rgb(169,110,250); }
H1.HeaderClassName
{
color: #A96EFA;
}
.AnyTagClassName
{
color: #A96EFA;
}
</style>
background-color css
<style>
a { background-color: #A96EFA; }
a { background-color: rgb(169,110,250); }
div.DivClassName
{
background-color: #A96EFA;
}
.BgClassName
{
background-color: #A96EFA;
}
</style>
border-color css
<style>
span { border-color: #A96EFA; }
span { border-color: rgb(169,110,250); }
td.TdClassName
{
border-color: #A96EFA;
}
.TagClassName
{
border-color: #A96EFA;
}
</style>