Shades of Medium Purple #A681F0
Tints of Medium Purple #A681F0
RGB
CMYK
RGB Variations
Color information
#A681F0 (or 0xA681F0) is known color: Medium Purple. HEX triplet: A6, 81 and F0. RGB value is (166,129,240). Sum of RGB (Red+Green+Blue) = 166+129+240=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A681F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681F0 is #597E0F. Grayscale: #989898. Windows color (decimal): -5864976 or 15761830. OLE color: 15761830.
HSL color Cylindrical-coordinate representation of color #A681F0: hue angle of 260º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A681F0 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 129 | 240 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.06 |
| HSL | 260º | 0.79% | 0.72% | - |
| HSV(B) | 260º | 0.46% | 0.94% | - |
| XYZ | 39.3 | 30.1 | 86.18 | - |
| YUV | 152.72 | 177.26 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 240 | 0.31 | 0.46 | 0 | 0.06 | 260 | 0.79 | 0.72 |
| Hex | A6 | 81 | F0 | 1F | 2E | 0 | 6 | 104 | 4F | 48 |
| Octal | 246 | 201 | 360 | 37 | 56 | 0 | 6 | 404 | 117 | 110 |
| Binary | 10100110 | 10000001 | 11110000 | 11111 | 101110 | 0 | 110 | 100000100 | 1001111 | 1001000 |
Color Harmonies of #A681F0
Complementary color
Monochromatic Colors of #A681F0
Black with #A681F0
Text Example
Text Example
White with #A681F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681F0; }
p { color: rgb(166,129,240); }
H1.HeaderClassName
{
color: #A681F0;
}
.AnyTagClassName
{
color: #A681F0;
}
</style>
background-color css
<style>
a { background-color: #A681F0; }
a { background-color: rgb(166,129,240); }
div.DivClassName
{
background-color: #A681F0;
}
.BgClassName
{
background-color: #A681F0;
}
</style>
border-color css
<style>
span { border-color: #A681F0; }
span { border-color: rgb(166,129,240); }
td.TdClassName
{
border-color: #A681F0;
}
.TagClassName
{
border-color: #A681F0;
}
</style>