Shades of Medium Purple #A670DF
Tints of Medium Purple #A670DF
RGB
CMYK
RGB Variations
Color information
#A670DF (or 0xA670DF) is known color: Medium Purple. HEX triplet: A6, 70 and DF. RGB value is (166,112,223). Sum of RGB (Red+Green+Blue) = 166+112+223=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A670DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670DF is #598F20. Grayscale: #8C8C8C. Windows color (decimal): -5869345 or 14643366. OLE color: 14643366.
HSL color Cylindrical-coordinate representation of color #A670DF: hue angle of 269.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A670DF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 112 | 223 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.13 |
| HSL | 269.19º | 0.63% | 0.66% | - |
| HSV(B) | 269.19º | 0.5% | 0.87% | - |
| XYZ | 34.84 | 25.02 | 72.81 | - |
| YUV | 140.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 223 | 0.26 | 0.50 | 0 | 0.13 | 269.19 | 0.63 | 0.66 |
| Hex | A6 | 70 | DF | 1A | 32 | 0 | D | 10D | 3F | 42 |
| Octal | 246 | 160 | 337 | 32 | 62 | 0 | 15 | 415 | 77 | 102 |
| Binary | 10100110 | 1110000 | 11011111 | 11010 | 110010 | 0 | 1101 | 100001101 | 111111 | 1000010 |
Color Harmonies of #A670DF
Complementary color
Monochromatic Colors of #A670DF
Black with #A670DF
Text Example
Text Example
White with #A670DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670DF; }
p { color: rgb(166,112,223); }
H1.HeaderClassName
{
color: #A670DF;
}
.AnyTagClassName
{
color: #A670DF;
}
</style>
background-color css
<style>
a { background-color: #A670DF; }
a { background-color: rgb(166,112,223); }
div.DivClassName
{
background-color: #A670DF;
}
.BgClassName
{
background-color: #A670DF;
}
</style>
border-color css
<style>
span { border-color: #A670DF; }
span { border-color: rgb(166,112,223); }
td.TdClassName
{
border-color: #A670DF;
}
.TagClassName
{
border-color: #A670DF;
}
</style>