Shades of Medium Purple #A679F3
Tints of Medium Purple #A679F3
RGB
CMYK
RGB Variations
Color information
#A679F3 (or 0xA679F3) is known color: Medium Purple. HEX triplet: A6, 79 and F3. RGB value is (166,121,243). Sum of RGB (Red+Green+Blue) = 166+121+243=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #A679F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A679F3 is #59860C. Grayscale: #939393. Windows color (decimal): -5867021 or 15956390. OLE color: 15956390.
HSL color Cylindrical-coordinate representation of color #A679F3: hue angle of 262.13º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A679F3 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 121 | 243 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.05 |
| HSL | 262.13º | 0.84% | 0.71% | - |
| HSV(B) | 262.13º | 0.5% | 0.95% | - |
| XYZ | 38.74 | 28.25 | 88.21 | - |
| YUV | 148.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 243 | 0.32 | 0.50 | 0 | 0.05 | 262.13 | 0.84 | 0.71 |
| Hex | A6 | 79 | F3 | 20 | 32 | 0 | 5 | 106 | 54 | 47 |
| Octal | 246 | 171 | 363 | 40 | 62 | 0 | 5 | 406 | 124 | 107 |
| Binary | 10100110 | 1111001 | 11110011 | 100000 | 110010 | 0 | 101 | 100000110 | 1010100 | 1000111 |
Color Harmonies of #A679F3
Complementary color
Monochromatic Colors of #A679F3
Black with #A679F3
Text Example
Text Example
White with #A679F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679F3; }
p { color: rgb(166,121,243); }
H1.HeaderClassName
{
color: #A679F3;
}
.AnyTagClassName
{
color: #A679F3;
}
</style>
background-color css
<style>
a { background-color: #A679F3; }
a { background-color: rgb(166,121,243); }
div.DivClassName
{
background-color: #A679F3;
}
.BgClassName
{
background-color: #A679F3;
}
</style>
border-color css
<style>
span { border-color: #A679F3; }
span { border-color: rgb(166,121,243); }
td.TdClassName
{
border-color: #A679F3;
}
.TagClassName
{
border-color: #A679F3;
}
</style>