Shades of Medium Purple #A471E8
Tints of Medium Purple #A471E8
RGB
CMYK
RGB Variations
Color information
#A471E8 (or 0xA471E8) is known color: Medium Purple. HEX triplet: A4, 71 and E8. RGB value is (164,113,232). Sum of RGB (Red+Green+Blue) = 164+113+232=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #A471E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471E8 is #5B8E17. Grayscale: #8D8D8D. Windows color (decimal): -6000152 or 15233444. OLE color: 15233444.
HSL color Cylindrical-coordinate representation of color #A471E8: hue angle of 265.71º 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 #A471E8 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 113 | 232 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.09 |
| HSL | 265.71º | 0.72% | 0.68% | - |
| HSV(B) | 265.71º | 0.51% | 0.91% | - |
| XYZ | 35.78 | 25.53 | 79.39 | - |
| YUV | 141.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 232 | 0.29 | 0.51 | 0 | 0.09 | 265.71 | 0.72 | 0.68 |
| Hex | A4 | 71 | E8 | 1D | 33 | 0 | 9 | 10A | 48 | 44 |
| Octal | 244 | 161 | 350 | 35 | 63 | 0 | 11 | 412 | 110 | 104 |
| Binary | 10100100 | 1110001 | 11101000 | 11101 | 110011 | 0 | 1001 | 100001010 | 1001000 | 1000100 |
Color Harmonies of #A471E8
Complementary color
Monochromatic Colors of #A471E8
Black with #A471E8
Text Example
Text Example
White with #A471E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471E8; }
p { color: rgb(164,113,232); }
H1.HeaderClassName
{
color: #A471E8;
}
.AnyTagClassName
{
color: #A471E8;
}
</style>
background-color css
<style>
a { background-color: #A471E8; }
a { background-color: rgb(164,113,232); }
div.DivClassName
{
background-color: #A471E8;
}
.BgClassName
{
background-color: #A471E8;
}
</style>
border-color css
<style>
span { border-color: #A471E8; }
span { border-color: rgb(164,113,232); }
td.TdClassName
{
border-color: #A471E8;
}
.TagClassName
{
border-color: #A471E8;
}
</style>