Shades of Medium Purple #A271ED
Tints of Medium Purple #A271ED
RGB
CMYK
RGB Variations
Color information
#A271ED (or 0xA271ED) is known color: Medium Purple. HEX triplet: A2, 71 and ED. RGB value is (162,113,237). Sum of RGB (Red+Green+Blue) = 162+113+237=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #A271ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271ED is #5D8E12. Grayscale: #8D8D8D. Windows color (decimal): -6131219 or 15561122. OLE color: 15561122.
HSL color Cylindrical-coordinate representation of color #A271ED: hue angle of 263.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A271ED is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 113 | 237 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.07 |
| HSL | 263.71º | 0.78% | 0.69% | - |
| HSV(B) | 263.71º | 0.52% | 0.93% | - |
| XYZ | 36.09 | 25.61 | 83.16 | - |
| YUV | 141.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 237 | 0.32 | 0.52 | 0 | 0.07 | 263.71 | 0.78 | 0.69 |
| Hex | A2 | 71 | ED | 20 | 34 | 0 | 7 | 108 | 4E | 45 |
| Octal | 242 | 161 | 355 | 40 | 64 | 0 | 7 | 410 | 116 | 105 |
| Binary | 10100010 | 1110001 | 11101101 | 100000 | 110100 | 0 | 111 | 100001000 | 1001110 | 1000101 |
Color Harmonies of #A271ED
Complementary color
Monochromatic Colors of #A271ED
Black with #A271ED
Text Example
Text Example
White with #A271ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271ED; }
p { color: rgb(162,113,237); }
H1.HeaderClassName
{
color: #A271ED;
}
.AnyTagClassName
{
color: #A271ED;
}
</style>
background-color css
<style>
a { background-color: #A271ED; }
a { background-color: rgb(162,113,237); }
div.DivClassName
{
background-color: #A271ED;
}
.BgClassName
{
background-color: #A271ED;
}
</style>
border-color css
<style>
span { border-color: #A271ED; }
span { border-color: rgb(162,113,237); }
td.TdClassName
{
border-color: #A271ED;
}
.TagClassName
{
border-color: #A271ED;
}
</style>