Shades of Medium Purple #A271EB
Tints of Medium Purple #A271EB
RGB
CMYK
RGB Variations
Color information
#A271EB (or 0xA271EB) is known color: Medium Purple. HEX triplet: A2, 71 and EB. RGB value is (162,113,235). Sum of RGB (Red+Green+Blue) = 162+113+235=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #A271EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271EB is #5D8E14. Grayscale: #8D8D8D. Windows color (decimal): -6131221 or 15430050. OLE color: 15430050.
HSL color Cylindrical-coordinate representation of color #A271EB: hue angle of 264.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A271EB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 113 | 235 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.08 |
| HSL | 264.1º | 0.75% | 0.68% | - |
| HSV(B) | 264.1º | 0.52% | 0.92% | - |
| XYZ | 35.8 | 25.49 | 81.63 | - |
| YUV | 141.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 235 | 0.31 | 0.52 | 0 | 0.08 | 264.1 | 0.75 | 0.68 |
| Hex | A2 | 71 | EB | 1F | 34 | 0 | 8 | 108 | 4B | 44 |
| Octal | 242 | 161 | 353 | 37 | 64 | 0 | 10 | 410 | 113 | 104 |
| Binary | 10100010 | 1110001 | 11101011 | 11111 | 110100 | 0 | 1000 | 100001000 | 1001011 | 1000100 |
Color Harmonies of #A271EB
Complementary color
Monochromatic Colors of #A271EB
Black with #A271EB
Text Example
Text Example
White with #A271EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271EB; }
p { color: rgb(162,113,235); }
H1.HeaderClassName
{
color: #A271EB;
}
.AnyTagClassName
{
color: #A271EB;
}
</style>
background-color css
<style>
a { background-color: #A271EB; }
a { background-color: rgb(162,113,235); }
div.DivClassName
{
background-color: #A271EB;
}
.BgClassName
{
background-color: #A271EB;
}
</style>
border-color css
<style>
span { border-color: #A271EB; }
span { border-color: rgb(162,113,235); }
td.TdClassName
{
border-color: #A271EB;
}
.TagClassName
{
border-color: #A271EB;
}
</style>