Shades of Medium Purple #A974ED
Tints of Medium Purple #A974ED
RGB
CMYK
RGB Variations
Color information
#A974ED (or 0xA974ED) is known color: Medium Purple. HEX triplet: A9, 74 and ED. RGB value is (169,116,237). Sum of RGB (Red+Green+Blue) = 169+116+237=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A974ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A974ED is #568B12. Grayscale: #919191. Windows color (decimal): -5671699 or 15561897. OLE color: 15561897.
HSL color Cylindrical-coordinate representation of color #A974ED: hue angle of 266.28º 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 #A974ED is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 116 | 237 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.07 |
| HSL | 266.28º | 0.77% | 0.69% | - |
| HSV(B) | 266.28º | 0.51% | 0.93% | - |
| XYZ | 37.89 | 27.04 | 83.34 | - |
| YUV | 145.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 237 | 0.29 | 0.51 | 0 | 0.07 | 266.28 | 0.77 | 0.69 |
| Hex | A9 | 74 | ED | 1D | 33 | 0 | 7 | 10A | 4D | 45 |
| Octal | 251 | 164 | 355 | 35 | 63 | 0 | 7 | 412 | 115 | 105 |
| Binary | 10101001 | 1110100 | 11101101 | 11101 | 110011 | 0 | 111 | 100001010 | 1001101 | 1000101 |
Color Harmonies of #A974ED
Complementary color
Monochromatic Colors of #A974ED
Black with #A974ED
Text Example
Text Example
White with #A974ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A974ED; }
p { color: rgb(169,116,237); }
H1.HeaderClassName
{
color: #A974ED;
}
.AnyTagClassName
{
color: #A974ED;
}
</style>
background-color css
<style>
a { background-color: #A974ED; }
a { background-color: rgb(169,116,237); }
div.DivClassName
{
background-color: #A974ED;
}
.BgClassName
{
background-color: #A974ED;
}
</style>
border-color css
<style>
span { border-color: #A974ED; }
span { border-color: rgb(169,116,237); }
td.TdClassName
{
border-color: #A974ED;
}
.TagClassName
{
border-color: #A974ED;
}
</style>