Shades of Medium Purple #A976EF
Tints of Medium Purple #A976EF
RGB
CMYK
RGB Variations
Color information
#A976EF (or 0xA976EF) is known color: Medium Purple. HEX triplet: A9, 76 and EF. RGB value is (169,118,239). Sum of RGB (Red+Green+Blue) = 169+118+239=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #A976EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976EF is #568910. Grayscale: #929292. Windows color (decimal): -5671185 or 15693481. OLE color: 15693481.
HSL color Cylindrical-coordinate representation of color #A976EF: hue angle of 265.29º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A976EF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 118 | 239 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.06 |
| HSL | 265.29º | 0.79% | 0.7% | - |
| HSV(B) | 265.29º | 0.51% | 0.94% | - |
| XYZ | 38.42 | 27.62 | 84.97 | - |
| YUV | 147.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 239 | 0.29 | 0.51 | 0 | 0.06 | 265.29 | 0.79 | 0.7 |
| Hex | A9 | 76 | EF | 1D | 33 | 0 | 6 | 109 | 4F | 46 |
| Octal | 251 | 166 | 357 | 35 | 63 | 0 | 6 | 411 | 117 | 106 |
| Binary | 10101001 | 1110110 | 11101111 | 11101 | 110011 | 0 | 110 | 100001001 | 1001111 | 1000110 |
Color Harmonies of #A976EF
Complementary color
Monochromatic Colors of #A976EF
Black with #A976EF
Text Example
Text Example
White with #A976EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976EF; }
p { color: rgb(169,118,239); }
H1.HeaderClassName
{
color: #A976EF;
}
.AnyTagClassName
{
color: #A976EF;
}
</style>
background-color css
<style>
a { background-color: #A976EF; }
a { background-color: rgb(169,118,239); }
div.DivClassName
{
background-color: #A976EF;
}
.BgClassName
{
background-color: #A976EF;
}
</style>
border-color css
<style>
span { border-color: #A976EF; }
span { border-color: rgb(169,118,239); }
td.TdClassName
{
border-color: #A976EF;
}
.TagClassName
{
border-color: #A976EF;
}
</style>