Shades of Medium Purple #A680DE
Tints of Medium Purple #A680DE
RGB
CMYK
RGB Variations
Color information
#A680DE (or 0xA680DE) is known color: Medium Purple. HEX triplet: A6, 80 and DE. RGB value is (166,128,222). Sum of RGB (Red+Green+Blue) = 166+128+222=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #A680DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680DE is #597F21. Grayscale: #959595. Windows color (decimal): -5865250 or 14581926. OLE color: 14581926.
HSL color Cylindrical-coordinate representation of color #A680DE: hue angle of 264.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A680DE is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 128 | 222 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.13 |
| HSL | 264.26º | 0.59% | 0.69% | - |
| HSV(B) | 264.26º | 0.42% | 0.87% | - |
| XYZ | 36.63 | 28.82 | 72.74 | - |
| YUV | 150.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 222 | 0.25 | 0.42 | 0 | 0.13 | 264.26 | 0.59 | 0.69 |
| Hex | A6 | 80 | DE | 19 | 2A | 0 | D | 108 | 3B | 45 |
| Octal | 246 | 200 | 336 | 31 | 52 | 0 | 15 | 410 | 73 | 105 |
| Binary | 10100110 | 10000000 | 11011110 | 11001 | 101010 | 0 | 1101 | 100001000 | 111011 | 1000101 |
Color Harmonies of #A680DE
Complementary color
Monochromatic Colors of #A680DE
Black with #A680DE
Text Example
Text Example
White with #A680DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680DE; }
p { color: rgb(166,128,222); }
H1.HeaderClassName
{
color: #A680DE;
}
.AnyTagClassName
{
color: #A680DE;
}
</style>
background-color css
<style>
a { background-color: #A680DE; }
a { background-color: rgb(166,128,222); }
div.DivClassName
{
background-color: #A680DE;
}
.BgClassName
{
background-color: #A680DE;
}
</style>
border-color css
<style>
span { border-color: #A680DE; }
span { border-color: rgb(166,128,222); }
td.TdClassName
{
border-color: #A680DE;
}
.TagClassName
{
border-color: #A680DE;
}
</style>