Shades of Medium Purple #A671FC
Tints of Medium Purple #A671FC
RGB
CMYK
RGB Variations
Color information
#A671FC (or 0xA671FC) is known color: Medium Purple. HEX triplet: A6, 71 and FC. RGB value is (166,113,252). Sum of RGB (Red+Green+Blue) = 166+113+252=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #A671FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A671FC is #598E03. Grayscale: #909090. Windows color (decimal): -5869060 or 16544166. OLE color: 16544166.
HSL color Cylindrical-coordinate representation of color #A671FC: hue angle of 262.88º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A671FC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 113 | 252 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.01 |
| HSL | 262.88º | 0.96% | 0.72% | - |
| HSV(B) | 262.88º | 0.55% | 0.99% | - |
| XYZ | 39.2 | 26.95 | 95.23 | - |
| YUV | 144.69 | 188.56 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 252 | 0.34 | 0.55 | 0 | 0.01 | 262.88 | 0.96 | 0.72 |
| Hex | A6 | 71 | FC | 22 | 37 | 0 | 1 | 107 | 60 | 48 |
| Octal | 246 | 161 | 374 | 42 | 67 | 0 | 1 | 407 | 140 | 110 |
| Binary | 10100110 | 1110001 | 11111100 | 100010 | 110111 | 0 | 1 | 100000111 | 1100000 | 1001000 |
Color Harmonies of #A671FC
Complementary color
Monochromatic Colors of #A671FC
Black with #A671FC
Text Example
Text Example
White with #A671FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A671FC; }
p { color: rgb(166,113,252); }
H1.HeaderClassName
{
color: #A671FC;
}
.AnyTagClassName
{
color: #A671FC;
}
</style>
background-color css
<style>
a { background-color: #A671FC; }
a { background-color: rgb(166,113,252); }
div.DivClassName
{
background-color: #A671FC;
}
.BgClassName
{
background-color: #A671FC;
}
</style>
border-color css
<style>
span { border-color: #A671FC; }
span { border-color: rgb(166,113,252); }
td.TdClassName
{
border-color: #A671FC;
}
.TagClassName
{
border-color: #A671FC;
}
</style>