Shades of Medium Purple #A672DF
Tints of Medium Purple #A672DF
RGB
CMYK
RGB Variations
Color information
#A672DF (or 0xA672DF) is known color: Medium Purple. HEX triplet: A6, 72 and DF. RGB value is (166,114,223). Sum of RGB (Red+Green+Blue) = 166+114+223=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A672DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672DF is #598D20. Grayscale: #8D8D8D. Windows color (decimal): -5868833 or 14643878. OLE color: 14643878.
HSL color Cylindrical-coordinate representation of color #A672DF: hue angle of 268.62º 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 #A672DF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 114 | 223 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.13 |
| HSL | 268.62º | 0.63% | 0.66% | - |
| HSV(B) | 268.62º | 0.49% | 0.87% | - |
| XYZ | 35.06 | 25.47 | 72.88 | - |
| YUV | 141.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 223 | 0.26 | 0.49 | 0 | 0.13 | 268.62 | 0.63 | 0.66 |
| Hex | A6 | 72 | DF | 1A | 31 | 0 | D | 10D | 3F | 42 |
| Octal | 246 | 162 | 337 | 32 | 61 | 0 | 15 | 415 | 77 | 102 |
| Binary | 10100110 | 1110010 | 11011111 | 11010 | 110001 | 0 | 1101 | 100001101 | 111111 | 1000010 |
Color Harmonies of #A672DF
Complementary color
Monochromatic Colors of #A672DF
Black with #A672DF
Text Example
Text Example
White with #A672DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672DF; }
p { color: rgb(166,114,223); }
H1.HeaderClassName
{
color: #A672DF;
}
.AnyTagClassName
{
color: #A672DF;
}
</style>
background-color css
<style>
a { background-color: #A672DF; }
a { background-color: rgb(166,114,223); }
div.DivClassName
{
background-color: #A672DF;
}
.BgClassName
{
background-color: #A672DF;
}
</style>
border-color css
<style>
span { border-color: #A672DF; }
span { border-color: rgb(166,114,223); }
td.TdClassName
{
border-color: #A672DF;
}
.TagClassName
{
border-color: #A672DF;
}
</style>