Shades of Medium Purple #A680DD
Tints of Medium Purple #A680DD
RGB
CMYK
RGB Variations
Color information
#A680DD (or 0xA680DD) is known color: Medium Purple. HEX triplet: A6, 80 and DD. RGB value is (166,128,221). Sum of RGB (Red+Green+Blue) = 166+128+221=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #A680DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680DD is #597F22. Grayscale: #959595. Windows color (decimal): -5865251 or 14516390. OLE color: 14516390.
HSL color Cylindrical-coordinate representation of color #A680DD: hue angle of 264.52º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A680DD is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 128 | 221 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.13 |
| HSL | 264.52º | 0.58% | 0.68% | - |
| HSV(B) | 264.52º | 0.42% | 0.87% | - |
| XYZ | 36.5 | 28.77 | 72.04 | - |
| YUV | 149.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 221 | 0.25 | 0.42 | 0 | 0.13 | 264.52 | 0.58 | 0.68 |
| Hex | A6 | 80 | DD | 19 | 2A | 0 | D | 109 | 3A | 44 |
| Octal | 246 | 200 | 335 | 31 | 52 | 0 | 15 | 411 | 72 | 104 |
| Binary | 10100110 | 10000000 | 11011101 | 11001 | 101010 | 0 | 1101 | 100001001 | 111010 | 1000100 |
Color Harmonies of #A680DD
Complementary color
Monochromatic Colors of #A680DD
Black with #A680DD
Text Example
Text Example
White with #A680DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680DD; }
p { color: rgb(166,128,221); }
H1.HeaderClassName
{
color: #A680DD;
}
.AnyTagClassName
{
color: #A680DD;
}
</style>
background-color css
<style>
a { background-color: #A680DD; }
a { background-color: rgb(166,128,221); }
div.DivClassName
{
background-color: #A680DD;
}
.BgClassName
{
background-color: #A680DD;
}
</style>
border-color css
<style>
span { border-color: #A680DD; }
span { border-color: rgb(166,128,221); }
td.TdClassName
{
border-color: #A680DD;
}
.TagClassName
{
border-color: #A680DD;
}
</style>