Shades of Medium Purple #A96EF0
Tints of Medium Purple #A96EF0
RGB
CMYK
RGB Variations
Color information
#A96EF0 (or 0xA96EF0) is known color: Medium Purple. HEX triplet: A9, 6E and F0. RGB value is (169,110,240). Sum of RGB (Red+Green+Blue) = 169+110+240=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #A96EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EF0 is #56910F. Grayscale: #8E8E8E. Windows color (decimal): -5673232 or 15756969. OLE color: 15756969.
HSL color Cylindrical-coordinate representation of color #A96EF0: hue angle of 267.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96EF0 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 110 | 240 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.06 |
| HSL | 267.23º | 0.81% | 0.69% | - |
| HSV(B) | 267.23º | 0.54% | 0.94% | - |
| XYZ | 37.67 | 25.88 | 85.45 | - |
| YUV | 142.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 240 | 0.30 | 0.54 | 0 | 0.06 | 267.23 | 0.81 | 0.69 |
| Hex | A9 | 6E | F0 | 1E | 36 | 0 | 6 | 10B | 51 | 45 |
| Octal | 251 | 156 | 360 | 36 | 66 | 0 | 6 | 413 | 121 | 105 |
| Binary | 10101001 | 1101110 | 11110000 | 11110 | 110110 | 0 | 110 | 100001011 | 1010001 | 1000101 |
Color Harmonies of #A96EF0
Complementary color
Monochromatic Colors of #A96EF0
Black with #A96EF0
Text Example
Text Example
White with #A96EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EF0; }
p { color: rgb(169,110,240); }
H1.HeaderClassName
{
color: #A96EF0;
}
.AnyTagClassName
{
color: #A96EF0;
}
</style>
background-color css
<style>
a { background-color: #A96EF0; }
a { background-color: rgb(169,110,240); }
div.DivClassName
{
background-color: #A96EF0;
}
.BgClassName
{
background-color: #A96EF0;
}
</style>
border-color css
<style>
span { border-color: #A96EF0; }
span { border-color: rgb(169,110,240); }
td.TdClassName
{
border-color: #A96EF0;
}
.TagClassName
{
border-color: #A96EF0;
}
</style>