Shades of Medium Purple #A680DA
Tints of Medium Purple #A680DA
RGB
CMYK
RGB Variations
Color information
#A680DA (or 0xA680DA) is known color: Medium Purple. HEX triplet: A6, 80 and DA. RGB value is (166,128,218). Sum of RGB (Red+Green+Blue) = 166+128+218=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #A680DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680DA is #597F25. Grayscale: #959595. Windows color (decimal): -5865254 or 14319782. OLE color: 14319782.
HSL color Cylindrical-coordinate representation of color #A680DA: hue angle of 265.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A680DA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 128 | 218 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.15 |
| HSL | 265.33º | 0.55% | 0.68% | - |
| HSV(B) | 265.33º | 0.41% | 0.85% | - |
| XYZ | 36.1 | 28.61 | 69.95 | - |
| YUV | 149.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 218 | 0.24 | 0.41 | 0 | 0.15 | 265.33 | 0.55 | 0.68 |
| Hex | A6 | 80 | DA | 18 | 29 | 0 | F | 109 | 37 | 44 |
| Octal | 246 | 200 | 332 | 30 | 51 | 0 | 17 | 411 | 67 | 104 |
| Binary | 10100110 | 10000000 | 11011010 | 11000 | 101001 | 0 | 1111 | 100001001 | 110111 | 1000100 |
Color Harmonies of #A680DA
Complementary color
Monochromatic Colors of #A680DA
Black with #A680DA
Text Example
Text Example
White with #A680DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680DA; }
p { color: rgb(166,128,218); }
H1.HeaderClassName
{
color: #A680DA;
}
.AnyTagClassName
{
color: #A680DA;
}
</style>
background-color css
<style>
a { background-color: #A680DA; }
a { background-color: rgb(166,128,218); }
div.DivClassName
{
background-color: #A680DA;
}
.BgClassName
{
background-color: #A680DA;
}
</style>
border-color css
<style>
span { border-color: #A680DA; }
span { border-color: rgb(166,128,218); }
td.TdClassName
{
border-color: #A680DA;
}
.TagClassName
{
border-color: #A680DA;
}
</style>