Shades of Medium Purple #A681E9
Tints of Medium Purple #A681E9
RGB
CMYK
RGB Variations
Color information
#A681E9 (or 0xA681E9) is known color: Medium Purple. HEX triplet: A6, 81 and E9. RGB value is (166,129,233). Sum of RGB (Red+Green+Blue) = 166+129+233=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #A681E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681E9 is #597E16. Grayscale: #979797. Windows color (decimal): -5864983 or 15303078. OLE color: 15303078.
HSL color Cylindrical-coordinate representation of color #A681E9: hue angle of 261.35º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A681E9 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 129 | 233 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.09 |
| HSL | 261.35º | 0.7% | 0.71% | - |
| HSV(B) | 261.35º | 0.45% | 0.91% | - |
| XYZ | 38.28 | 29.69 | 80.8 | - |
| YUV | 151.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 233 | 0.29 | 0.45 | 0 | 0.09 | 261.35 | 0.7 | 0.71 |
| Hex | A6 | 81 | E9 | 1D | 2D | 0 | 9 | 105 | 46 | 47 |
| Octal | 246 | 201 | 351 | 35 | 55 | 0 | 11 | 405 | 106 | 107 |
| Binary | 10100110 | 10000001 | 11101001 | 11101 | 101101 | 0 | 1001 | 100000101 | 1000110 | 1000111 |
Color Harmonies of #A681E9
Complementary color
Monochromatic Colors of #A681E9
Black with #A681E9
Text Example
Text Example
White with #A681E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681E9; }
p { color: rgb(166,129,233); }
H1.HeaderClassName
{
color: #A681E9;
}
.AnyTagClassName
{
color: #A681E9;
}
</style>
background-color css
<style>
a { background-color: #A681E9; }
a { background-color: rgb(166,129,233); }
div.DivClassName
{
background-color: #A681E9;
}
.BgClassName
{
background-color: #A681E9;
}
</style>
border-color css
<style>
span { border-color: #A681E9; }
span { border-color: rgb(166,129,233); }
td.TdClassName
{
border-color: #A681E9;
}
.TagClassName
{
border-color: #A681E9;
}
</style>