Shades of Medium Purple #A680D8
Tints of Medium Purple #A680D8
RGB
CMYK
RGB Variations
Color information
#A680D8 (or 0xA680D8) is known color: Medium Purple. HEX triplet: A6, 80 and D8. RGB value is (166,128,216). Sum of RGB (Red+Green+Blue) = 166+128+216=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #A680D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680D8 is #597F27. Grayscale: #959595. Windows color (decimal): -5865256 or 14188710. OLE color: 14188710.
HSL color Cylindrical-coordinate representation of color #A680D8: hue angle of 265.91º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A680D8 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 128 | 216 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.15 |
| HSL | 265.91º | 0.53% | 0.67% | - |
| HSV(B) | 265.91º | 0.41% | 0.85% | - |
| XYZ | 35.84 | 28.5 | 68.58 | - |
| YUV | 149.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 216 | 0.23 | 0.41 | 0 | 0.15 | 265.91 | 0.53 | 0.67 |
| Hex | A6 | 80 | D8 | 17 | 29 | 0 | F | 10A | 35 | 43 |
| Octal | 246 | 200 | 330 | 27 | 51 | 0 | 17 | 412 | 65 | 103 |
| Binary | 10100110 | 10000000 | 11011000 | 10111 | 101001 | 0 | 1111 | 100001010 | 110101 | 1000011 |
Color Harmonies of #A680D8
Complementary color
Monochromatic Colors of #A680D8
Black with #A680D8
Text Example
Text Example
White with #A680D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680D8; }
p { color: rgb(166,128,216); }
H1.HeaderClassName
{
color: #A680D8;
}
.AnyTagClassName
{
color: #A680D8;
}
</style>
background-color css
<style>
a { background-color: #A680D8; }
a { background-color: rgb(166,128,216); }
div.DivClassName
{
background-color: #A680D8;
}
.BgClassName
{
background-color: #A680D8;
}
</style>
border-color css
<style>
span { border-color: #A680D8; }
span { border-color: rgb(166,128,216); }
td.TdClassName
{
border-color: #A680D8;
}
.TagClassName
{
border-color: #A680D8;
}
</style>