Shades of Medium Purple #A678D9
Tints of Medium Purple #A678D9
RGB
CMYK
RGB Variations
Color information
#A678D9 (or 0xA678D9) is known color: Medium Purple. HEX triplet: A6, 78 and D9. RGB value is (166,120,217). Sum of RGB (Red+Green+Blue) = 166+120+217=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #A678D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678D9 is #598726. Grayscale: #909090. Windows color (decimal): -5867303 or 14252198. OLE color: 14252198.
HSL color Cylindrical-coordinate representation of color #A678D9: hue angle of 268.45º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A678D9 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 120 | 217 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.15 |
| HSL | 268.45º | 0.56% | 0.66% | - |
| HSV(B) | 268.45º | 0.45% | 0.85% | - |
| XYZ | 34.97 | 26.55 | 68.93 | - |
| YUV | 144.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 217 | 0.24 | 0.45 | 0 | 0.15 | 268.45 | 0.56 | 0.66 |
| Hex | A6 | 78 | D9 | 18 | 2D | 0 | F | 10C | 38 | 42 |
| Octal | 246 | 170 | 331 | 30 | 55 | 0 | 17 | 414 | 70 | 102 |
| Binary | 10100110 | 1111000 | 11011001 | 11000 | 101101 | 0 | 1111 | 100001100 | 111000 | 1000010 |
Color Harmonies of #A678D9
Complementary color
Monochromatic Colors of #A678D9
Black with #A678D9
Text Example
Text Example
White with #A678D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678D9; }
p { color: rgb(166,120,217); }
H1.HeaderClassName
{
color: #A678D9;
}
.AnyTagClassName
{
color: #A678D9;
}
</style>
background-color css
<style>
a { background-color: #A678D9; }
a { background-color: rgb(166,120,217); }
div.DivClassName
{
background-color: #A678D9;
}
.BgClassName
{
background-color: #A678D9;
}
</style>
border-color css
<style>
span { border-color: #A678D9; }
span { border-color: rgb(166,120,217); }
td.TdClassName
{
border-color: #A678D9;
}
.TagClassName
{
border-color: #A678D9;
}
</style>