Shades of Medium Purple #A681DA
Tints of Medium Purple #A681DA
RGB
CMYK
RGB Variations
Color information
#A681DA (or 0xA681DA) is known color: Medium Purple. HEX triplet: A6, 81 and DA. RGB value is (166,129,218). Sum of RGB (Red+Green+Blue) = 166+129+218=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #A681DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681DA is #597E25. Grayscale: #959595. Windows color (decimal): -5864998 or 14320038. OLE color: 14320038.
HSL color Cylindrical-coordinate representation of color #A681DA: hue angle of 264.94º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A681DA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 129 | 218 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.15 |
| HSL | 264.94º | 0.55% | 0.68% | - |
| HSV(B) | 264.94º | 0.41% | 0.85% | - |
| XYZ | 36.23 | 28.87 | 69.99 | - |
| YUV | 150.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 218 | 0.24 | 0.41 | 0 | 0.15 | 264.94 | 0.55 | 0.68 |
| Hex | A6 | 81 | DA | 18 | 29 | 0 | F | 109 | 37 | 44 |
| Octal | 246 | 201 | 332 | 30 | 51 | 0 | 17 | 411 | 67 | 104 |
| Binary | 10100110 | 10000001 | 11011010 | 11000 | 101001 | 0 | 1111 | 100001001 | 110111 | 1000100 |
Color Harmonies of #A681DA
Complementary color
Monochromatic Colors of #A681DA
Black with #A681DA
Text Example
Text Example
White with #A681DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681DA; }
p { color: rgb(166,129,218); }
H1.HeaderClassName
{
color: #A681DA;
}
.AnyTagClassName
{
color: #A681DA;
}
</style>
background-color css
<style>
a { background-color: #A681DA; }
a { background-color: rgb(166,129,218); }
div.DivClassName
{
background-color: #A681DA;
}
.BgClassName
{
background-color: #A681DA;
}
</style>
border-color css
<style>
span { border-color: #A681DA; }
span { border-color: rgb(166,129,218); }
td.TdClassName
{
border-color: #A681DA;
}
.TagClassName
{
border-color: #A681DA;
}
</style>