Shades of Medium Purple #A976DC
Tints of Medium Purple #A976DC
RGB
CMYK
RGB Variations
Color information
#A976DC (or 0xA976DC) is known color: Medium Purple. HEX triplet: A9, 76 and DC. RGB value is (169,118,220). Sum of RGB (Red+Green+Blue) = 169+118+220=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A976DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976DC is #568923. Grayscale: #909090. Windows color (decimal): -5671204 or 14448297. OLE color: 14448297.
HSL color Cylindrical-coordinate representation of color #A976DC: hue angle of 270º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A976DC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 118 | 220 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.14 |
| HSL | 270º | 0.59% | 0.66% | - |
| HSV(B) | 270º | 0.46% | 0.86% | - |
| XYZ | 35.76 | 26.56 | 70.95 | - |
| YUV | 144.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 220 | 0.23 | 0.46 | 0 | 0.14 | 270 | 0.59 | 0.66 |
| Hex | A9 | 76 | DC | 17 | 2E | 0 | E | 10E | 3B | 42 |
| Octal | 251 | 166 | 334 | 27 | 56 | 0 | 16 | 416 | 73 | 102 |
| Binary | 10101001 | 1110110 | 11011100 | 10111 | 101110 | 0 | 1110 | 100001110 | 111011 | 1000010 |
Color Harmonies of #A976DC
Complementary color
Monochromatic Colors of #A976DC
Black with #A976DC
Text Example
Text Example
White with #A976DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976DC; }
p { color: rgb(169,118,220); }
H1.HeaderClassName
{
color: #A976DC;
}
.AnyTagClassName
{
color: #A976DC;
}
</style>
background-color css
<style>
a { background-color: #A976DC; }
a { background-color: rgb(169,118,220); }
div.DivClassName
{
background-color: #A976DC;
}
.BgClassName
{
background-color: #A976DC;
}
</style>
border-color css
<style>
span { border-color: #A976DC; }
span { border-color: rgb(169,118,220); }
td.TdClassName
{
border-color: #A976DC;
}
.TagClassName
{
border-color: #A976DC;
}
</style>