Shades of Medium Purple #A971ED
Tints of Medium Purple #A971ED
RGB
CMYK
RGB Variations
Color information
#A971ED (or 0xA971ED) is known color: Medium Purple. HEX triplet: A9, 71 and ED. RGB value is (169,113,237). Sum of RGB (Red+Green+Blue) = 169+113+237=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #A971ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A971ED is #568E12. Grayscale: #8F8F8F. Windows color (decimal): -5672467 or 15561129. OLE color: 15561129.
HSL color Cylindrical-coordinate representation of color #A971ED: hue angle of 267.1º 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 #A971ED is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 113 | 237 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.07 |
| HSL | 267.1º | 0.78% | 0.69% | - |
| HSV(B) | 267.1º | 0.52% | 0.93% | - |
| XYZ | 37.55 | 26.36 | 83.23 | - |
| YUV | 143.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 237 | 0.29 | 0.52 | 0 | 0.07 | 267.1 | 0.78 | 0.69 |
| Hex | A9 | 71 | ED | 1D | 34 | 0 | 7 | 10B | 4E | 45 |
| Octal | 251 | 161 | 355 | 35 | 64 | 0 | 7 | 413 | 116 | 105 |
| Binary | 10101001 | 1110001 | 11101101 | 11101 | 110100 | 0 | 111 | 100001011 | 1001110 | 1000101 |
Color Harmonies of #A971ED
Complementary color
Monochromatic Colors of #A971ED
Black with #A971ED
Text Example
Text Example
White with #A971ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A971ED; }
p { color: rgb(169,113,237); }
H1.HeaderClassName
{
color: #A971ED;
}
.AnyTagClassName
{
color: #A971ED;
}
</style>
background-color css
<style>
a { background-color: #A971ED; }
a { background-color: rgb(169,113,237); }
div.DivClassName
{
background-color: #A971ED;
}
.BgClassName
{
background-color: #A971ED;
}
</style>
border-color css
<style>
span { border-color: #A971ED; }
span { border-color: rgb(169,113,237); }
td.TdClassName
{
border-color: #A971ED;
}
.TagClassName
{
border-color: #A971ED;
}
</style>