Shades of Medium Purple #A271E8
Tints of Medium Purple #A271E8
RGB
CMYK
RGB Variations
Color information
#A271E8 (or 0xA271E8) is known color: Medium Purple. HEX triplet: A2, 71 and E8. RGB value is (162,113,232). Sum of RGB (Red+Green+Blue) = 162+113+232=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #A271E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271E8 is #5D8E17. Grayscale: #8C8C8C. Windows color (decimal): -6131224 or 15233442. OLE color: 15233442.
HSL color Cylindrical-coordinate representation of color #A271E8: hue angle of 264.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 #A271E8 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 113 | 232 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.09 |
| HSL | 264.71º | 0.72% | 0.68% | - |
| HSV(B) | 264.71º | 0.51% | 0.91% | - |
| XYZ | 35.37 | 25.32 | 79.37 | - |
| YUV | 141.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 232 | 0.30 | 0.51 | 0 | 0.09 | 264.71 | 0.72 | 0.68 |
| Hex | A2 | 71 | E8 | 1E | 33 | 0 | 9 | 109 | 48 | 44 |
| Octal | 242 | 161 | 350 | 36 | 63 | 0 | 11 | 411 | 110 | 104 |
| Binary | 10100010 | 1110001 | 11101000 | 11110 | 110011 | 0 | 1001 | 100001001 | 1001000 | 1000100 |
Color Harmonies of #A271E8
Complementary color
Monochromatic Colors of #A271E8
Black with #A271E8
Text Example
Text Example
White with #A271E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271E8; }
p { color: rgb(162,113,232); }
H1.HeaderClassName
{
color: #A271E8;
}
.AnyTagClassName
{
color: #A271E8;
}
</style>
background-color css
<style>
a { background-color: #A271E8; }
a { background-color: rgb(162,113,232); }
div.DivClassName
{
background-color: #A271E8;
}
.BgClassName
{
background-color: #A271E8;
}
</style>
border-color css
<style>
span { border-color: #A271E8; }
span { border-color: rgb(162,113,232); }
td.TdClassName
{
border-color: #A271E8;
}
.TagClassName
{
border-color: #A271E8;
}
</style>