Shades of Blue Violet #A61CF7
Tints of Blue Violet #A61CF7
RGB
CMYK
RGB Variations
Color information
#A61CF7 (or 0xA61CF7) is known color: Blue Violet. HEX triplet: A6, 1C and F7. RGB value is (166,28,247). Sum of RGB (Red+Green+Blue) = 166+28+247=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #A61CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CF7 is #59E308. Grayscale: #5D5D5D. Windows color (decimal): -5890825 or 16194726. OLE color: 16194726.
HSL color Cylindrical-coordinate representation of color #A61CF7: hue angle of 277.81º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61CF7 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 28 | 247 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.03 |
| HSL | 277.81º | 0.93% | 0.54% | - |
| HSV(B) | 277.81º | 0.89% | 0.97% | - |
| XYZ | 32.93 | 15.65 | 89.28 | - |
| YUV | 94.23 | 214.22 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 247 | 0.33 | 0.89 | 0 | 0.03 | 277.81 | 0.93 | 0.54 |
| Hex | A6 | 1C | F7 | 21 | 59 | 0 | 3 | 116 | 5D | 36 |
| Octal | 246 | 34 | 367 | 41 | 131 | 0 | 3 | 426 | 135 | 66 |
| Binary | 10100110 | 11100 | 11110111 | 100001 | 1011001 | 0 | 11 | 100010110 | 1011101 | 110110 |
Color Harmonies of #A61CF7
Complementary color
Monochromatic Colors of #A61CF7
Black with #A61CF7
Text Example
Text Example
White with #A61CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CF7; }
p { color: rgb(166,28,247); }
H1.HeaderClassName
{
color: #A61CF7;
}
.AnyTagClassName
{
color: #A61CF7;
}
</style>
background-color css
<style>
a { background-color: #A61CF7; }
a { background-color: rgb(166,28,247); }
div.DivClassName
{
background-color: #A61CF7;
}
.BgClassName
{
background-color: #A61CF7;
}
</style>
border-color css
<style>
span { border-color: #A61CF7; }
span { border-color: rgb(166,28,247); }
td.TdClassName
{
border-color: #A61CF7;
}
.TagClassName
{
border-color: #A61CF7;
}
</style>