Shades of Medium Purple #A661FC
Tints of Medium Purple #A661FC
RGB
CMYK
RGB Variations
Color information
#A661FC (or 0xA661FC) is known color: Medium Purple. HEX triplet: A6, 61 and FC. RGB value is (166,97,252). Sum of RGB (Red+Green+Blue) = 166+97+252=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #A661FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A661FC is #599E03. Grayscale: #868686. Windows color (decimal): -5873156 or 16540070. OLE color: 16540070.
HSL color Cylindrical-coordinate representation of color #A661FC: hue angle of 266.71º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A661FC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 97 | 252 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.01 |
| HSL | 266.71º | 0.96% | 0.68% | - |
| HSV(B) | 266.71º | 0.62% | 0.99% | - |
| XYZ | 37.57 | 23.68 | 94.69 | - |
| YUV | 135.3 | 193.86 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 252 | 0.34 | 0.62 | 0 | 0.01 | 266.71 | 0.96 | 0.68 |
| Hex | A6 | 61 | FC | 22 | 3E | 0 | 1 | 10B | 60 | 44 |
| Octal | 246 | 141 | 374 | 42 | 76 | 0 | 1 | 413 | 140 | 104 |
| Binary | 10100110 | 1100001 | 11111100 | 100010 | 111110 | 0 | 1 | 100001011 | 1100000 | 1000100 |
Color Harmonies of #A661FC
Complementary color
Monochromatic Colors of #A661FC
Black with #A661FC
Text Example
Text Example
White with #A661FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661FC; }
p { color: rgb(166,97,252); }
H1.HeaderClassName
{
color: #A661FC;
}
.AnyTagClassName
{
color: #A661FC;
}
</style>
background-color css
<style>
a { background-color: #A661FC; }
a { background-color: rgb(166,97,252); }
div.DivClassName
{
background-color: #A661FC;
}
.BgClassName
{
background-color: #A661FC;
}
</style>
border-color css
<style>
span { border-color: #A661FC; }
span { border-color: rgb(166,97,252); }
td.TdClassName
{
border-color: #A661FC;
}
.TagClassName
{
border-color: #A661FC;
}
</style>