Shades of Medium Purple #A973ED
Tints of Medium Purple #A973ED
RGB
CMYK
RGB Variations
Color information
#A973ED (or 0xA973ED) is known color: Medium Purple. HEX triplet: A9, 73 and ED. RGB value is (169,115,237). Sum of RGB (Red+Green+Blue) = 169+115+237=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #A973ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A973ED is #568C12. Grayscale: #909090. Windows color (decimal): -5671955 or 15561641. OLE color: 15561641.
HSL color Cylindrical-coordinate representation of color #A973ED: hue angle of 266.56º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A973ED is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 115 | 237 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.07 |
| HSL | 266.56º | 0.77% | 0.69% | - |
| HSV(B) | 266.56º | 0.51% | 0.93% | - |
| XYZ | 37.78 | 26.81 | 83.3 | - |
| YUV | 145.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 237 | 0.29 | 0.51 | 0 | 0.07 | 266.56 | 0.77 | 0.69 |
| Hex | A9 | 73 | ED | 1D | 33 | 0 | 7 | 10B | 4D | 45 |
| Octal | 251 | 163 | 355 | 35 | 63 | 0 | 7 | 413 | 115 | 105 |
| Binary | 10101001 | 1110011 | 11101101 | 11101 | 110011 | 0 | 111 | 100001011 | 1001101 | 1000101 |
Color Harmonies of #A973ED
Complementary color
Monochromatic Colors of #A973ED
Black with #A973ED
Text Example
Text Example
White with #A973ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973ED; }
p { color: rgb(169,115,237); }
H1.HeaderClassName
{
color: #A973ED;
}
.AnyTagClassName
{
color: #A973ED;
}
</style>
background-color css
<style>
a { background-color: #A973ED; }
a { background-color: rgb(169,115,237); }
div.DivClassName
{
background-color: #A973ED;
}
.BgClassName
{
background-color: #A973ED;
}
</style>
border-color css
<style>
span { border-color: #A973ED; }
span { border-color: rgb(169,115,237); }
td.TdClassName
{
border-color: #A973ED;
}
.TagClassName
{
border-color: #A973ED;
}
</style>