Shades of Medium Purple #A680DF
Tints of Medium Purple #A680DF
RGB
CMYK
RGB Variations
Color information
#A680DF (or 0xA680DF) is known color: Medium Purple. HEX triplet: A6, 80 and DF. RGB value is (166,128,223). Sum of RGB (Red+Green+Blue) = 166+128+223=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A680DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680DF is #597F20. Grayscale: #959595. Windows color (decimal): -5865249 or 14647462. OLE color: 14647462.
HSL color Cylindrical-coordinate representation of color #A680DF: hue angle of 264º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A680DF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 128 | 223 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.13 |
| HSL | 264º | 0.6% | 0.69% | - |
| HSV(B) | 264º | 0.43% | 0.87% | - |
| XYZ | 36.76 | 28.87 | 73.45 | - |
| YUV | 150.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 223 | 0.26 | 0.43 | 0 | 0.13 | 264 | 0.6 | 0.69 |
| Hex | A6 | 80 | DF | 1A | 2B | 0 | D | 108 | 3C | 45 |
| Octal | 246 | 200 | 337 | 32 | 53 | 0 | 15 | 410 | 74 | 105 |
| Binary | 10100110 | 10000000 | 11011111 | 11010 | 101011 | 0 | 1101 | 100001000 | 111100 | 1000101 |
Color Harmonies of #A680DF
Complementary color
Monochromatic Colors of #A680DF
Black with #A680DF
Text Example
Text Example
White with #A680DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680DF; }
p { color: rgb(166,128,223); }
H1.HeaderClassName
{
color: #A680DF;
}
.AnyTagClassName
{
color: #A680DF;
}
</style>
background-color css
<style>
a { background-color: #A680DF; }
a { background-color: rgb(166,128,223); }
div.DivClassName
{
background-color: #A680DF;
}
.BgClassName
{
background-color: #A680DF;
}
</style>
border-color css
<style>
span { border-color: #A680DF; }
span { border-color: rgb(166,128,223); }
td.TdClassName
{
border-color: #A680DF;
}
.TagClassName
{
border-color: #A680DF;
}
</style>