Shades of Medium Purple #A676DA
Tints of Medium Purple #A676DA
RGB
CMYK
RGB Variations
Color information
#A676DA (or 0xA676DA) is known color: Medium Purple. HEX triplet: A6, 76 and DA. RGB value is (166,118,218). Sum of RGB (Red+Green+Blue) = 166+118+218=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #A676DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676DA is #598925. Grayscale: #8F8F8F. Windows color (decimal): -5867814 or 14317222. OLE color: 14317222.
HSL color Cylindrical-coordinate representation of color #A676DA: hue angle of 268.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A676DA is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 118 | 218 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.15 |
| HSL | 268.8º | 0.57% | 0.66% | - |
| HSV(B) | 268.8º | 0.46% | 0.85% | - |
| XYZ | 34.86 | 26.13 | 69.54 | - |
| YUV | 143.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 218 | 0.24 | 0.46 | 0 | 0.15 | 268.8 | 0.57 | 0.66 |
| Hex | A6 | 76 | DA | 18 | 2E | 0 | F | 10D | 39 | 42 |
| Octal | 246 | 166 | 332 | 30 | 56 | 0 | 17 | 415 | 71 | 102 |
| Binary | 10100110 | 1110110 | 11011010 | 11000 | 101110 | 0 | 1111 | 100001101 | 111001 | 1000010 |
Color Harmonies of #A676DA
Complementary color
Monochromatic Colors of #A676DA
Black with #A676DA
Text Example
Text Example
White with #A676DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676DA; }
p { color: rgb(166,118,218); }
H1.HeaderClassName
{
color: #A676DA;
}
.AnyTagClassName
{
color: #A676DA;
}
</style>
background-color css
<style>
a { background-color: #A676DA; }
a { background-color: rgb(166,118,218); }
div.DivClassName
{
background-color: #A676DA;
}
.BgClassName
{
background-color: #A676DA;
}
</style>
border-color css
<style>
span { border-color: #A676DA; }
span { border-color: rgb(166,118,218); }
td.TdClassName
{
border-color: #A676DA;
}
.TagClassName
{
border-color: #A676DA;
}
</style>