Shades of Medium Purple #A679DA
Tints of Medium Purple #A679DA
RGB
CMYK
RGB Variations
Color information
#A679DA (or 0xA679DA) is known color: Medium Purple. HEX triplet: A6, 79 and DA. RGB value is (166,121,218). Sum of RGB (Red+Green+Blue) = 166+121+218=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #A679DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679DA is #598625. Grayscale: #919191. Windows color (decimal): -5867046 or 14317990. OLE color: 14317990.
HSL color Cylindrical-coordinate representation of color #A679DA: hue angle of 267.84º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A679DA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 121 | 218 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.15 |
| HSL | 267.84º | 0.57% | 0.66% | - |
| HSV(B) | 267.84º | 0.44% | 0.85% | - |
| XYZ | 35.22 | 26.84 | 69.65 | - |
| YUV | 145.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 218 | 0.24 | 0.44 | 0 | 0.15 | 267.84 | 0.57 | 0.66 |
| Hex | A6 | 79 | DA | 18 | 2C | 0 | F | 10C | 39 | 42 |
| Octal | 246 | 171 | 332 | 30 | 54 | 0 | 17 | 414 | 71 | 102 |
| Binary | 10100110 | 1111001 | 11011010 | 11000 | 101100 | 0 | 1111 | 100001100 | 111001 | 1000010 |
Color Harmonies of #A679DA
Complementary color
Monochromatic Colors of #A679DA
Black with #A679DA
Text Example
Text Example
White with #A679DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679DA; }
p { color: rgb(166,121,218); }
H1.HeaderClassName
{
color: #A679DA;
}
.AnyTagClassName
{
color: #A679DA;
}
</style>
background-color css
<style>
a { background-color: #A679DA; }
a { background-color: rgb(166,121,218); }
div.DivClassName
{
background-color: #A679DA;
}
.BgClassName
{
background-color: #A679DA;
}
</style>
border-color css
<style>
span { border-color: #A679DA; }
span { border-color: rgb(166,121,218); }
td.TdClassName
{
border-color: #A679DA;
}
.TagClassName
{
border-color: #A679DA;
}
</style>