Shades of Medium Purple #A679DF
Tints of Medium Purple #A679DF
RGB
CMYK
RGB Variations
Color information
#A679DF (or 0xA679DF) is known color: Medium Purple. HEX triplet: A6, 79 and DF. RGB value is (166,121,223). Sum of RGB (Red+Green+Blue) = 166+121+223=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #A679DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679DF is #598620. Grayscale: #919191. Windows color (decimal): -5867041 or 14645670. OLE color: 14645670.
HSL color Cylindrical-coordinate representation of color #A679DF: hue angle of 266.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A679DF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 121 | 223 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.13 |
| HSL | 266.47º | 0.61% | 0.67% | - |
| HSV(B) | 266.47º | 0.46% | 0.87% | - |
| XYZ | 35.88 | 27.11 | 73.15 | - |
| YUV | 146.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 223 | 0.26 | 0.46 | 0 | 0.13 | 266.47 | 0.61 | 0.67 |
| Hex | A6 | 79 | DF | 1A | 2E | 0 | D | 10A | 3D | 43 |
| Octal | 246 | 171 | 337 | 32 | 56 | 0 | 15 | 412 | 75 | 103 |
| Binary | 10100110 | 1111001 | 11011111 | 11010 | 101110 | 0 | 1101 | 100001010 | 111101 | 1000011 |
Color Harmonies of #A679DF
Complementary color
Monochromatic Colors of #A679DF
Black with #A679DF
Text Example
Text Example
White with #A679DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679DF; }
p { color: rgb(166,121,223); }
H1.HeaderClassName
{
color: #A679DF;
}
.AnyTagClassName
{
color: #A679DF;
}
</style>
background-color css
<style>
a { background-color: #A679DF; }
a { background-color: rgb(166,121,223); }
div.DivClassName
{
background-color: #A679DF;
}
.BgClassName
{
background-color: #A679DF;
}
</style>
border-color css
<style>
span { border-color: #A679DF; }
span { border-color: rgb(166,121,223); }
td.TdClassName
{
border-color: #A679DF;
}
.TagClassName
{
border-color: #A679DF;
}
</style>