Shades of Medium Purple #A271E6
Tints of Medium Purple #A271E6
RGB
CMYK
RGB Variations
Color information
#A271E6 (or 0xA271E6) is known color: Medium Purple. HEX triplet: A2, 71 and E6. RGB value is (162,113,230). Sum of RGB (Red+Green+Blue) = 162+113+230=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #A271E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271E6 is #5D8E19. Grayscale: #8C8C8C. Windows color (decimal): -6131226 or 15102370. OLE color: 15102370.
HSL color Cylindrical-coordinate representation of color #A271E6: hue angle of 265.13º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A271E6 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 113 | 230 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.10 |
| HSL | 265.13º | 0.7% | 0.67% | - |
| HSV(B) | 265.13º | 0.51% | 0.9% | - |
| XYZ | 35.09 | 25.2 | 77.88 | - |
| YUV | 140.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 230 | 0.30 | 0.51 | 0 | 0.10 | 265.13 | 0.7 | 0.67 |
| Hex | A2 | 71 | E6 | 1E | 33 | 0 | A | 109 | 46 | 43 |
| Octal | 242 | 161 | 346 | 36 | 63 | 0 | 12 | 411 | 106 | 103 |
| Binary | 10100010 | 1110001 | 11100110 | 11110 | 110011 | 0 | 1010 | 100001001 | 1000110 | 1000011 |
Color Harmonies of #A271E6
Complementary color
Monochromatic Colors of #A271E6
Black with #A271E6
Text Example
Text Example
White with #A271E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271E6; }
p { color: rgb(162,113,230); }
H1.HeaderClassName
{
color: #A271E6;
}
.AnyTagClassName
{
color: #A271E6;
}
</style>
background-color css
<style>
a { background-color: #A271E6; }
a { background-color: rgb(162,113,230); }
div.DivClassName
{
background-color: #A271E6;
}
.BgClassName
{
background-color: #A271E6;
}
</style>
border-color css
<style>
span { border-color: #A271E6; }
span { border-color: rgb(162,113,230); }
td.TdClassName
{
border-color: #A271E6;
}
.TagClassName
{
border-color: #A271E6;
}
</style>