Shades of Medium Purple #A681F9
Tints of Medium Purple #A681F9
RGB
CMYK
RGB Variations
Color information
#A681F9 (or 0xA681F9) is known color: Medium Purple. HEX triplet: A6, 81 and F9. RGB value is (166,129,249). Sum of RGB (Red+Green+Blue) = 166+129+249=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #A681F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681F9 is #597E06. Grayscale: #999999. Windows color (decimal): -5864967 or 16351654. OLE color: 16351654.
HSL color Cylindrical-coordinate representation of color #A681F9: hue angle of 258.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A681F9 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 129 | 249 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.02 |
| HSL | 258.5º | 0.91% | 0.74% | - |
| HSV(B) | 258.5º | 0.48% | 0.98% | - |
| XYZ | 40.68 | 30.65 | 93.39 | - |
| YUV | 153.74 | 181.76 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 249 | 0.33 | 0.48 | 0 | 0.02 | 258.5 | 0.91 | 0.74 |
| Hex | A6 | 81 | F9 | 21 | 30 | 0 | 2 | 102 | 5B | 4A |
| Octal | 246 | 201 | 371 | 41 | 60 | 0 | 2 | 402 | 133 | 112 |
| Binary | 10100110 | 10000001 | 11111001 | 100001 | 110000 | 0 | 10 | 100000010 | 1011011 | 1001010 |
Color Harmonies of #A681F9
Complementary color
Monochromatic Colors of #A681F9
Black with #A681F9
Text Example
Text Example
White with #A681F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681F9; }
p { color: rgb(166,129,249); }
H1.HeaderClassName
{
color: #A681F9;
}
.AnyTagClassName
{
color: #A681F9;
}
</style>
background-color css
<style>
a { background-color: #A681F9; }
a { background-color: rgb(166,129,249); }
div.DivClassName
{
background-color: #A681F9;
}
.BgClassName
{
background-color: #A681F9;
}
</style>
border-color css
<style>
span { border-color: #A681F9; }
span { border-color: rgb(166,129,249); }
td.TdClassName
{
border-color: #A681F9;
}
.TagClassName
{
border-color: #A681F9;
}
</style>