Shades of Medium Purple #A271E2
Tints of Medium Purple #A271E2
RGB
CMYK
RGB Variations
Color information
#A271E2 (or 0xA271E2) is known color: Medium Purple. HEX triplet: A2, 71 and E2. RGB value is (162,113,226). Sum of RGB (Red+Green+Blue) = 162+113+226=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #A271E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271E2 is #5D8E1D. Grayscale: #8C8C8C. Windows color (decimal): -6131230 or 14840226. OLE color: 14840226.
HSL color Cylindrical-coordinate representation of color #A271E2: hue angle of 266.02º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A271E2 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 113 | 226 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.11 |
| HSL | 266.02º | 0.66% | 0.66% | - |
| HSV(B) | 266.02º | 0.5% | 0.89% | - |
| XYZ | 34.53 | 24.98 | 74.95 | - |
| YUV | 140.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 226 | 0.28 | 0.5 | 0 | 0.11 | 266.02 | 0.66 | 0.66 |
| Hex | A2 | 71 | E2 | 1C | 32 | 0 | B | 10A | 42 | 42 |
| Octal | 242 | 161 | 342 | 34 | 62 | 0 | 13 | 412 | 102 | 102 |
| Binary | 10100010 | 1110001 | 11100010 | 11100 | 110010 | 0 | 1011 | 100001010 | 1000010 | 1000010 |
Color Harmonies of #A271E2
Complementary color
Monochromatic Colors of #A271E2
Black with #A271E2
Text Example
Text Example
White with #A271E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271E2; }
p { color: rgb(162,113,226); }
H1.HeaderClassName
{
color: #A271E2;
}
.AnyTagClassName
{
color: #A271E2;
}
</style>
background-color css
<style>
a { background-color: #A271E2; }
a { background-color: rgb(162,113,226); }
div.DivClassName
{
background-color: #A271E2;
}
.BgClassName
{
background-color: #A271E2;
}
</style>
border-color css
<style>
span { border-color: #A271E2; }
span { border-color: rgb(162,113,226); }
td.TdClassName
{
border-color: #A271E2;
}
.TagClassName
{
border-color: #A271E2;
}
</style>