Shades of Medium Purple #A671DF
Tints of Medium Purple #A671DF
RGB
CMYK
RGB Variations
Color information
#A671DF (or 0xA671DF) is known color: Medium Purple. HEX triplet: A6, 71 and DF. RGB value is (166,113,223). Sum of RGB (Red+Green+Blue) = 166+113+223=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A671DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671DF is #598E20. Grayscale: #8D8D8D. Windows color (decimal): -5869089 or 14643622. OLE color: 14643622.
HSL color Cylindrical-coordinate representation of color #A671DF: hue angle of 268.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A671DF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 113 | 223 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.13 |
| HSL | 268.91º | 0.63% | 0.66% | - |
| HSV(B) | 268.91º | 0.49% | 0.87% | - |
| XYZ | 34.95 | 25.24 | 72.84 | - |
| YUV | 141.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 223 | 0.26 | 0.49 | 0 | 0.13 | 268.91 | 0.63 | 0.66 |
| Hex | A6 | 71 | DF | 1A | 31 | 0 | D | 10D | 3F | 42 |
| Octal | 246 | 161 | 337 | 32 | 61 | 0 | 15 | 415 | 77 | 102 |
| Binary | 10100110 | 1110001 | 11011111 | 11010 | 110001 | 0 | 1101 | 100001101 | 111111 | 1000010 |
Color Harmonies of #A671DF
Complementary color
Monochromatic Colors of #A671DF
Black with #A671DF
Text Example
Text Example
White with #A671DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A671DF; }
p { color: rgb(166,113,223); }
H1.HeaderClassName
{
color: #A671DF;
}
.AnyTagClassName
{
color: #A671DF;
}
</style>
background-color css
<style>
a { background-color: #A671DF; }
a { background-color: rgb(166,113,223); }
div.DivClassName
{
background-color: #A671DF;
}
.BgClassName
{
background-color: #A671DF;
}
</style>
border-color css
<style>
span { border-color: #A671DF; }
span { border-color: rgb(166,113,223); }
td.TdClassName
{
border-color: #A671DF;
}
.TagClassName
{
border-color: #A671DF;
}
</style>