Shades of Medium Purple #A678DF
Tints of Medium Purple #A678DF
RGB
CMYK
RGB Variations
Color information
#A678DF (or 0xA678DF) is known color: Medium Purple. HEX triplet: A6, 78 and DF. RGB value is (166,120,223). Sum of RGB (Red+Green+Blue) = 166+120+223=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #A678DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678DF is #598720. Grayscale: #919191. Windows color (decimal): -5867297 or 14645414. OLE color: 14645414.
HSL color Cylindrical-coordinate representation of color #A678DF: hue angle of 266.8º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A678DF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 120 | 223 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.13 |
| HSL | 266.8º | 0.62% | 0.67% | - |
| HSV(B) | 266.8º | 0.46% | 0.87% | - |
| XYZ | 35.76 | 26.87 | 73.11 | - |
| YUV | 145.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 223 | 0.26 | 0.46 | 0 | 0.13 | 266.8 | 0.62 | 0.67 |
| Hex | A6 | 78 | DF | 1A | 2E | 0 | D | 10B | 3E | 43 |
| Octal | 246 | 170 | 337 | 32 | 56 | 0 | 15 | 413 | 76 | 103 |
| Binary | 10100110 | 1111000 | 11011111 | 11010 | 101110 | 0 | 1101 | 100001011 | 111110 | 1000011 |
Color Harmonies of #A678DF
Complementary color
Monochromatic Colors of #A678DF
Black with #A678DF
Text Example
Text Example
White with #A678DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678DF; }
p { color: rgb(166,120,223); }
H1.HeaderClassName
{
color: #A678DF;
}
.AnyTagClassName
{
color: #A678DF;
}
</style>
background-color css
<style>
a { background-color: #A678DF; }
a { background-color: rgb(166,120,223); }
div.DivClassName
{
background-color: #A678DF;
}
.BgClassName
{
background-color: #A678DF;
}
</style>
border-color css
<style>
span { border-color: #A678DF; }
span { border-color: rgb(166,120,223); }
td.TdClassName
{
border-color: #A678DF;
}
.TagClassName
{
border-color: #A678DF;
}
</style>