Shades of Medium Purple #A679DD
Tints of Medium Purple #A679DD
RGB
CMYK
RGB Variations
Color information
#A679DD (or 0xA679DD) is known color: Medium Purple. HEX triplet: A6, 79 and DD. RGB value is (166,121,221). Sum of RGB (Red+Green+Blue) = 166+121+221=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #A679DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679DD is #598622. Grayscale: #919191. Windows color (decimal): -5867043 or 14514598. OLE color: 14514598.
HSL color Cylindrical-coordinate representation of color #A679DD: hue angle of 267º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A679DD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 121 | 221 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.13 |
| HSL | 267º | 0.6% | 0.67% | - |
| HSV(B) | 267º | 0.45% | 0.87% | - |
| XYZ | 35.61 | 27 | 71.74 | - |
| YUV | 145.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 221 | 0.25 | 0.45 | 0 | 0.13 | 267 | 0.6 | 0.67 |
| Hex | A6 | 79 | DD | 19 | 2D | 0 | D | 10B | 3C | 43 |
| Octal | 246 | 171 | 335 | 31 | 55 | 0 | 15 | 413 | 74 | 103 |
| Binary | 10100110 | 1111001 | 11011101 | 11001 | 101101 | 0 | 1101 | 100001011 | 111100 | 1000011 |
Color Harmonies of #A679DD
Complementary color
Monochromatic Colors of #A679DD
Black with #A679DD
Text Example
Text Example
White with #A679DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679DD; }
p { color: rgb(166,121,221); }
H1.HeaderClassName
{
color: #A679DD;
}
.AnyTagClassName
{
color: #A679DD;
}
</style>
background-color css
<style>
a { background-color: #A679DD; }
a { background-color: rgb(166,121,221); }
div.DivClassName
{
background-color: #A679DD;
}
.BgClassName
{
background-color: #A679DD;
}
</style>
border-color css
<style>
span { border-color: #A679DD; }
span { border-color: rgb(166,121,221); }
td.TdClassName
{
border-color: #A679DD;
}
.TagClassName
{
border-color: #A679DD;
}
</style>