Shades of Medium Purple #A678DC
Tints of Medium Purple #A678DC
RGB
CMYK
RGB Variations
Color information
#A678DC (or 0xA678DC) is known color: Medium Purple. HEX triplet: A6, 78 and DC. RGB value is (166,120,220). Sum of RGB (Red+Green+Blue) = 166+120+220=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #A678DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678DC is #598723. Grayscale: #909090. Windows color (decimal): -5867300 or 14448806. OLE color: 14448806.
HSL color Cylindrical-coordinate representation of color #A678DC: hue angle of 267.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A678DC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 120 | 220 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.14 |
| HSL | 267.6º | 0.59% | 0.67% | - |
| HSV(B) | 267.6º | 0.45% | 0.86% | - |
| XYZ | 35.36 | 26.71 | 71 | - |
| YUV | 145.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 220 | 0.25 | 0.45 | 0 | 0.14 | 267.6 | 0.59 | 0.67 |
| Hex | A6 | 78 | DC | 19 | 2D | 0 | E | 10C | 3B | 43 |
| Octal | 246 | 170 | 334 | 31 | 55 | 0 | 16 | 414 | 73 | 103 |
| Binary | 10100110 | 1111000 | 11011100 | 11001 | 101101 | 0 | 1110 | 100001100 | 111011 | 1000011 |
Color Harmonies of #A678DC
Complementary color
Monochromatic Colors of #A678DC
Black with #A678DC
Text Example
Text Example
White with #A678DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678DC; }
p { color: rgb(166,120,220); }
H1.HeaderClassName
{
color: #A678DC;
}
.AnyTagClassName
{
color: #A678DC;
}
</style>
background-color css
<style>
a { background-color: #A678DC; }
a { background-color: rgb(166,120,220); }
div.DivClassName
{
background-color: #A678DC;
}
.BgClassName
{
background-color: #A678DC;
}
</style>
border-color css
<style>
span { border-color: #A678DC; }
span { border-color: rgb(166,120,220); }
td.TdClassName
{
border-color: #A678DC;
}
.TagClassName
{
border-color: #A678DC;
}
</style>