Shades of Medium Purple #A680DC
Tints of Medium Purple #A680DC
RGB
CMYK
RGB Variations
Color information
#A680DC (or 0xA680DC) is known color: Medium Purple. HEX triplet: A6, 80 and DC. RGB value is (166,128,220). Sum of RGB (Red+Green+Blue) = 166+128+220=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A680DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680DC is #597F23. Grayscale: #959595. Windows color (decimal): -5865252 or 14450854. OLE color: 14450854.
HSL color Cylindrical-coordinate representation of color #A680DC: hue angle of 264.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A680DC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 128 | 220 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.14 |
| HSL | 264.78º | 0.57% | 0.68% | - |
| HSV(B) | 264.78º | 0.42% | 0.86% | - |
| XYZ | 36.36 | 28.71 | 71.34 | - |
| YUV | 149.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 220 | 0.25 | 0.42 | 0 | 0.14 | 264.78 | 0.57 | 0.68 |
| Hex | A6 | 80 | DC | 19 | 2A | 0 | E | 109 | 39 | 44 |
| Octal | 246 | 200 | 334 | 31 | 52 | 0 | 16 | 411 | 71 | 104 |
| Binary | 10100110 | 10000000 | 11011100 | 11001 | 101010 | 0 | 1110 | 100001001 | 111001 | 1000100 |
Color Harmonies of #A680DC
Complementary color
Monochromatic Colors of #A680DC
Black with #A680DC
Text Example
Text Example
White with #A680DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680DC; }
p { color: rgb(166,128,220); }
H1.HeaderClassName
{
color: #A680DC;
}
.AnyTagClassName
{
color: #A680DC;
}
</style>
background-color css
<style>
a { background-color: #A680DC; }
a { background-color: rgb(166,128,220); }
div.DivClassName
{
background-color: #A680DC;
}
.BgClassName
{
background-color: #A680DC;
}
</style>
border-color css
<style>
span { border-color: #A680DC; }
span { border-color: rgb(166,128,220); }
td.TdClassName
{
border-color: #A680DC;
}
.TagClassName
{
border-color: #A680DC;
}
</style>