Shades of Medium Purple #A680D6
Tints of Medium Purple #A680D6
RGB
CMYK
RGB Variations
Color information
#A680D6 (or 0xA680D6) is known color: Medium Purple. HEX triplet: A6, 80 and D6. RGB value is (166,128,214). Sum of RGB (Red+Green+Blue) = 166+128+214=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #A680D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680D6 is #597F29. Grayscale: #949494. Windows color (decimal): -5865258 or 14057638. OLE color: 14057638.
HSL color Cylindrical-coordinate representation of color #A680D6: hue angle of 266.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A680D6 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 128 | 214 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.16 |
| HSL | 266.51º | 0.51% | 0.67% | - |
| HSV(B) | 266.51º | 0.4% | 0.84% | - |
| XYZ | 35.58 | 28.4 | 67.22 | - |
| YUV | 149.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 214 | 0.22 | 0.40 | 0 | 0.16 | 266.51 | 0.51 | 0.67 |
| Hex | A6 | 80 | D6 | 16 | 28 | 0 | 10 | 10B | 33 | 43 |
| Octal | 246 | 200 | 326 | 26 | 50 | 0 | 20 | 413 | 63 | 103 |
| Binary | 10100110 | 10000000 | 11010110 | 10110 | 101000 | 0 | 10000 | 100001011 | 110011 | 1000011 |
Color Harmonies of #A680D6
Complementary color
Monochromatic Colors of #A680D6
Black with #A680D6
Text Example
Text Example
White with #A680D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680D6; }
p { color: rgb(166,128,214); }
H1.HeaderClassName
{
color: #A680D6;
}
.AnyTagClassName
{
color: #A680D6;
}
</style>
background-color css
<style>
a { background-color: #A680D6; }
a { background-color: rgb(166,128,214); }
div.DivClassName
{
background-color: #A680D6;
}
.BgClassName
{
background-color: #A680D6;
}
</style>
border-color css
<style>
span { border-color: #A680D6; }
span { border-color: rgb(166,128,214); }
td.TdClassName
{
border-color: #A680D6;
}
.TagClassName
{
border-color: #A680D6;
}
</style>