Shades of Medium Purple #A679DC
Tints of Medium Purple #A679DC
RGB
CMYK
RGB Variations
Color information
#A679DC (or 0xA679DC) is known color: Medium Purple. HEX triplet: A6, 79 and DC. RGB value is (166,121,220). Sum of RGB (Red+Green+Blue) = 166+121+220=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 121 (47.66% from 255 or 23.87% 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 #A679DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679DC is #598623. Grayscale: #919191. Windows color (decimal): -5867044 or 14449062. OLE color: 14449062.
HSL color Cylindrical-coordinate representation of color #A679DC: hue angle of 267.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A679DC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 121 | 220 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.14 |
| HSL | 267.27º | 0.59% | 0.67% | - |
| HSV(B) | 267.27º | 0.45% | 0.86% | - |
| XYZ | 35.48 | 26.95 | 71.04 | - |
| YUV | 145.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 220 | 0.25 | 0.45 | 0 | 0.14 | 267.27 | 0.59 | 0.67 |
| Hex | A6 | 79 | DC | 19 | 2D | 0 | E | 10B | 3B | 43 |
| Octal | 246 | 171 | 334 | 31 | 55 | 0 | 16 | 413 | 73 | 103 |
| Binary | 10100110 | 1111001 | 11011100 | 11001 | 101101 | 0 | 1110 | 100001011 | 111011 | 1000011 |
Color Harmonies of #A679DC
Complementary color
Monochromatic Colors of #A679DC
Black with #A679DC
Text Example
Text Example
White with #A679DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679DC; }
p { color: rgb(166,121,220); }
H1.HeaderClassName
{
color: #A679DC;
}
.AnyTagClassName
{
color: #A679DC;
}
</style>
background-color css
<style>
a { background-color: #A679DC; }
a { background-color: rgb(166,121,220); }
div.DivClassName
{
background-color: #A679DC;
}
.BgClassName
{
background-color: #A679DC;
}
</style>
border-color css
<style>
span { border-color: #A679DC; }
span { border-color: rgb(166,121,220); }
td.TdClassName
{
border-color: #A679DC;
}
.TagClassName
{
border-color: #A679DC;
}
</style>