Shades of Medium Purple #A271E7
Tints of Medium Purple #A271E7
RGB
CMYK
RGB Variations
Color information
#A271E7 (or 0xA271E7) is known color: Medium Purple. HEX triplet: A2, 71 and E7. RGB value is (162,113,231). Sum of RGB (Red+Green+Blue) = 162+113+231=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #A271E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271E7 is #5D8E18. Grayscale: #8C8C8C. Windows color (decimal): -6131225 or 15167906. OLE color: 15167906.
HSL color Cylindrical-coordinate representation of color #A271E7: hue angle of 264.92º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A271E7 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 113 | 231 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.09 |
| HSL | 264.92º | 0.71% | 0.67% | - |
| HSV(B) | 264.92º | 0.51% | 0.91% | - |
| XYZ | 35.23 | 25.26 | 78.62 | - |
| YUV | 141.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 231 | 0.30 | 0.51 | 0 | 0.09 | 264.92 | 0.71 | 0.67 |
| Hex | A2 | 71 | E7 | 1E | 33 | 0 | 9 | 109 | 47 | 43 |
| Octal | 242 | 161 | 347 | 36 | 63 | 0 | 11 | 411 | 107 | 103 |
| Binary | 10100010 | 1110001 | 11100111 | 11110 | 110011 | 0 | 1001 | 100001001 | 1000111 | 1000011 |
Color Harmonies of #A271E7
Complementary color
Monochromatic Colors of #A271E7
Black with #A271E7
Text Example
Text Example
White with #A271E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271E7; }
p { color: rgb(162,113,231); }
H1.HeaderClassName
{
color: #A271E7;
}
.AnyTagClassName
{
color: #A271E7;
}
</style>
background-color css
<style>
a { background-color: #A271E7; }
a { background-color: rgb(162,113,231); }
div.DivClassName
{
background-color: #A271E7;
}
.BgClassName
{
background-color: #A271E7;
}
</style>
border-color css
<style>
span { border-color: #A271E7; }
span { border-color: rgb(162,113,231); }
td.TdClassName
{
border-color: #A271E7;
}
.TagClassName
{
border-color: #A271E7;
}
</style>