Shades of Medium Purple #A679EF
Tints of Medium Purple #A679EF
RGB
CMYK
RGB Variations
Color information
#A679EF (or 0xA679EF) is known color: Medium Purple. HEX triplet: A6, 79 and EF. RGB value is (166,121,239). Sum of RGB (Red+Green+Blue) = 166+121+239=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #A679EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A679EF is #598610. Grayscale: #939393. Windows color (decimal): -5867025 or 15694246. OLE color: 15694246.
HSL color Cylindrical-coordinate representation of color #A679EF: hue angle of 262.88º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A679EF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 121 | 239 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.06 |
| HSL | 262.88º | 0.79% | 0.71% | - |
| HSV(B) | 262.88º | 0.49% | 0.94% | - |
| XYZ | 38.14 | 28.01 | 85.06 | - |
| YUV | 147.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 239 | 0.31 | 0.49 | 0 | 0.06 | 262.88 | 0.79 | 0.71 |
| Hex | A6 | 79 | EF | 1F | 31 | 0 | 6 | 107 | 4F | 47 |
| Octal | 246 | 171 | 357 | 37 | 61 | 0 | 6 | 407 | 117 | 107 |
| Binary | 10100110 | 1111001 | 11101111 | 11111 | 110001 | 0 | 110 | 100000111 | 1001111 | 1000111 |
Color Harmonies of #A679EF
Complementary color
Monochromatic Colors of #A679EF
Black with #A679EF
Text Example
Text Example
White with #A679EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679EF; }
p { color: rgb(166,121,239); }
H1.HeaderClassName
{
color: #A679EF;
}
.AnyTagClassName
{
color: #A679EF;
}
</style>
background-color css
<style>
a { background-color: #A679EF; }
a { background-color: rgb(166,121,239); }
div.DivClassName
{
background-color: #A679EF;
}
.BgClassName
{
background-color: #A679EF;
}
</style>
border-color css
<style>
span { border-color: #A679EF; }
span { border-color: rgb(166,121,239); }
td.TdClassName
{
border-color: #A679EF;
}
.TagClassName
{
border-color: #A679EF;
}
</style>