Shades of Medium Purple #A971E8
Tints of Medium Purple #A971E8
RGB
CMYK
RGB Variations
Color information
#A971E8 (or 0xA971E8) is known color: Medium Purple. HEX triplet: A9, 71 and E8. RGB value is (169,113,232). Sum of RGB (Red+Green+Blue) = 169+113+232=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #A971E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A971E8 is #568E17. Grayscale: #8E8E8E. Windows color (decimal): -5672472 or 15233449. OLE color: 15233449.
HSL color Cylindrical-coordinate representation of color #A971E8: hue angle of 268.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A971E8 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 113 | 232 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.09 |
| HSL | 268.24º | 0.72% | 0.68% | - |
| HSV(B) | 268.24º | 0.51% | 0.91% | - |
| XYZ | 36.83 | 26.07 | 79.43 | - |
| YUV | 143.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 232 | 0.27 | 0.51 | 0 | 0.09 | 268.24 | 0.72 | 0.68 |
| Hex | A9 | 71 | E8 | 1B | 33 | 0 | 9 | 10C | 48 | 44 |
| Octal | 251 | 161 | 350 | 33 | 63 | 0 | 11 | 414 | 110 | 104 |
| Binary | 10101001 | 1110001 | 11101000 | 11011 | 110011 | 0 | 1001 | 100001100 | 1001000 | 1000100 |
Color Harmonies of #A971E8
Complementary color
Monochromatic Colors of #A971E8
Black with #A971E8
Text Example
Text Example
White with #A971E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A971E8; }
p { color: rgb(169,113,232); }
H1.HeaderClassName
{
color: #A971E8;
}
.AnyTagClassName
{
color: #A971E8;
}
</style>
background-color css
<style>
a { background-color: #A971E8; }
a { background-color: rgb(169,113,232); }
div.DivClassName
{
background-color: #A971E8;
}
.BgClassName
{
background-color: #A971E8;
}
</style>
border-color css
<style>
span { border-color: #A971E8; }
span { border-color: rgb(169,113,232); }
td.TdClassName
{
border-color: #A971E8;
}
.TagClassName
{
border-color: #A971E8;
}
</style>