Shades of Medium Purple #A271EF
Tints of Medium Purple #A271EF
RGB
CMYK
RGB Variations
Color information
#A271EF (or 0xA271EF) is known color: Medium Purple. HEX triplet: A2, 71 and EF. RGB value is (162,113,239). Sum of RGB (Red+Green+Blue) = 162+113+239=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #A271EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271EF is #5D8E10. Grayscale: #8D8D8D. Windows color (decimal): -6131217 or 15692194. OLE color: 15692194.
HSL color Cylindrical-coordinate representation of color #A271EF: hue angle of 263.33º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A271EF is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 113 | 239 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.06 |
| HSL | 263.33º | 0.8% | 0.69% | - |
| HSV(B) | 263.33º | 0.53% | 0.94% | - |
| XYZ | 36.39 | 25.72 | 84.71 | - |
| YUV | 142.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 239 | 0.32 | 0.53 | 0 | 0.06 | 263.33 | 0.8 | 0.69 |
| Hex | A2 | 71 | EF | 20 | 35 | 0 | 6 | 107 | 50 | 45 |
| Octal | 242 | 161 | 357 | 40 | 65 | 0 | 6 | 407 | 120 | 105 |
| Binary | 10100010 | 1110001 | 11101111 | 100000 | 110101 | 0 | 110 | 100000111 | 1010000 | 1000101 |
Color Harmonies of #A271EF
Complementary color
Monochromatic Colors of #A271EF
Black with #A271EF
Text Example
Text Example
White with #A271EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271EF; }
p { color: rgb(162,113,239); }
H1.HeaderClassName
{
color: #A271EF;
}
.AnyTagClassName
{
color: #A271EF;
}
</style>
background-color css
<style>
a { background-color: #A271EF; }
a { background-color: rgb(162,113,239); }
div.DivClassName
{
background-color: #A271EF;
}
.BgClassName
{
background-color: #A271EF;
}
</style>
border-color css
<style>
span { border-color: #A271EF; }
span { border-color: rgb(162,113,239); }
td.TdClassName
{
border-color: #A271EF;
}
.TagClassName
{
border-color: #A271EF;
}
</style>