Shades of Medium Purple #A96EFC
Tints of Medium Purple #A96EFC
RGB
CMYK
RGB Variations
Color information
#A96EFC (or 0xA96EFC) is known color: Medium Purple. HEX triplet: A9, 6E and FC. RGB value is (169,110,252). Sum of RGB (Red+Green+Blue) = 169+110+252=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #A96EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EFC is #569103. Grayscale: #8F8F8F. Windows color (decimal): -5673220 or 16543401. OLE color: 16543401.
HSL color Cylindrical-coordinate representation of color #A96EFC: hue angle of 264.93º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A96EFC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 110 | 252 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.01 |
| HSL | 264.93º | 0.96% | 0.71% | - |
| HSV(B) | 264.93º | 0.56% | 0.99% | - |
| XYZ | 39.51 | 26.62 | 95.15 | - |
| YUV | 143.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 252 | 0.33 | 0.56 | 0 | 0.01 | 264.93 | 0.96 | 0.71 |
| Hex | A9 | 6E | FC | 21 | 38 | 0 | 1 | 109 | 60 | 47 |
| Octal | 251 | 156 | 374 | 41 | 70 | 0 | 1 | 411 | 140 | 107 |
| Binary | 10101001 | 1101110 | 11111100 | 100001 | 111000 | 0 | 1 | 100001001 | 1100000 | 1000111 |
Color Harmonies of #A96EFC
Complementary color
Monochromatic Colors of #A96EFC
Black with #A96EFC
Text Example
Text Example
White with #A96EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EFC; }
p { color: rgb(169,110,252); }
H1.HeaderClassName
{
color: #A96EFC;
}
.AnyTagClassName
{
color: #A96EFC;
}
</style>
background-color css
<style>
a { background-color: #A96EFC; }
a { background-color: rgb(169,110,252); }
div.DivClassName
{
background-color: #A96EFC;
}
.BgClassName
{
background-color: #A96EFC;
}
</style>
border-color css
<style>
span { border-color: #A96EFC; }
span { border-color: rgb(169,110,252); }
td.TdClassName
{
border-color: #A96EFC;
}
.TagClassName
{
border-color: #A96EFC;
}
</style>