Shades of Medium Purple #A371ED
Tints of Medium Purple #A371ED
RGB
CMYK
RGB Variations
Color information
#A371ED (or 0xA371ED) is known color: Medium Purple. HEX triplet: A3, 71 and ED. RGB value is (163,113,237). Sum of RGB (Red+Green+Blue) = 163+113+237=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #A371ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371ED is #5C8E12. Grayscale: #8D8D8D. Windows color (decimal): -6065683 or 15561123. OLE color: 15561123.
HSL color Cylindrical-coordinate representation of color #A371ED: hue angle of 264.19º 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 #A371ED is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 113 | 237 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.07 |
| HSL | 264.19º | 0.78% | 0.69% | - |
| HSV(B) | 264.19º | 0.52% | 0.93% | - |
| XYZ | 36.3 | 25.71 | 83.17 | - |
| YUV | 142.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 237 | 0.31 | 0.52 | 0 | 0.07 | 264.19 | 0.78 | 0.69 |
| Hex | A3 | 71 | ED | 1F | 34 | 0 | 7 | 108 | 4E | 45 |
| Octal | 243 | 161 | 355 | 37 | 64 | 0 | 7 | 410 | 116 | 105 |
| Binary | 10100011 | 1110001 | 11101101 | 11111 | 110100 | 0 | 111 | 100001000 | 1001110 | 1000101 |
Color Harmonies of #A371ED
Complementary color
Monochromatic Colors of #A371ED
Black with #A371ED
Text Example
Text Example
White with #A371ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A371ED; }
p { color: rgb(163,113,237); }
H1.HeaderClassName
{
color: #A371ED;
}
.AnyTagClassName
{
color: #A371ED;
}
</style>
background-color css
<style>
a { background-color: #A371ED; }
a { background-color: rgb(163,113,237); }
div.DivClassName
{
background-color: #A371ED;
}
.BgClassName
{
background-color: #A371ED;
}
</style>
border-color css
<style>
span { border-color: #A371ED; }
span { border-color: rgb(163,113,237); }
td.TdClassName
{
border-color: #A371ED;
}
.TagClassName
{
border-color: #A371ED;
}
</style>