Shades of Medium Purple #A671F0
Tints of Medium Purple #A671F0
RGB
CMYK
RGB Variations
Color information
#A671F0 (or 0xA671F0) is known color: Medium Purple. HEX triplet: A6, 71 and F0. RGB value is (166,113,240). Sum of RGB (Red+Green+Blue) = 166+113+240=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #A671F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A671F0 is #598E0F. Grayscale: #8E8E8E. Windows color (decimal): -5869072 or 15757734. OLE color: 15757734.
HSL color Cylindrical-coordinate representation of color #A671F0: hue angle of 265.04º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A671F0 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 113 | 240 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.06 |
| HSL | 265.04º | 0.81% | 0.69% | - |
| HSV(B) | 265.04º | 0.53% | 0.94% | - |
| XYZ | 37.36 | 26.21 | 85.53 | - |
| YUV | 143.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 240 | 0.31 | 0.53 | 0 | 0.06 | 265.04 | 0.81 | 0.69 |
| Hex | A6 | 71 | F0 | 1F | 35 | 0 | 6 | 109 | 51 | 45 |
| Octal | 246 | 161 | 360 | 37 | 65 | 0 | 6 | 411 | 121 | 105 |
| Binary | 10100110 | 1110001 | 11110000 | 11111 | 110101 | 0 | 110 | 100001001 | 1010001 | 1000101 |
Color Harmonies of #A671F0
Complementary color
Monochromatic Colors of #A671F0
Black with #A671F0
Text Example
Text Example
White with #A671F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A671F0; }
p { color: rgb(166,113,240); }
H1.HeaderClassName
{
color: #A671F0;
}
.AnyTagClassName
{
color: #A671F0;
}
</style>
background-color css
<style>
a { background-color: #A671F0; }
a { background-color: rgb(166,113,240); }
div.DivClassName
{
background-color: #A671F0;
}
.BgClassName
{
background-color: #A671F0;
}
</style>
border-color css
<style>
span { border-color: #A671F0; }
span { border-color: rgb(166,113,240); }
td.TdClassName
{
border-color: #A671F0;
}
.TagClassName
{
border-color: #A671F0;
}
</style>