Shades of Blue Violet #A61DF4
Tints of Blue Violet #A61DF4
RGB
CMYK
RGB Variations
Color information
#A61DF4 (or 0xA61DF4) is known color: Blue Violet. HEX triplet: A6, 1D and F4. RGB value is (166,29,244). Sum of RGB (Red+Green+Blue) = 166+29+244=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #A61DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61DF4 is #59E20B. Grayscale: #5D5D5D. Windows color (decimal): -5890572 or 15998374. OLE color: 15998374.
HSL color Cylindrical-coordinate representation of color #A61DF4: hue angle of 278.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61DF4 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 29 | 244 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.04 |
| HSL | 278.23º | 0.91% | 0.54% | - |
| HSV(B) | 278.23º | 0.88% | 0.96% | - |
| XYZ | 32.49 | 15.52 | 86.87 | - |
| YUV | 94.47 | 212.39 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 244 | 0.32 | 0.88 | 0 | 0.04 | 278.23 | 0.91 | 0.54 |
| Hex | A6 | 1D | F4 | 20 | 58 | 0 | 4 | 116 | 5B | 36 |
| Octal | 246 | 35 | 364 | 40 | 130 | 0 | 4 | 426 | 133 | 66 |
| Binary | 10100110 | 11101 | 11110100 | 100000 | 1011000 | 0 | 100 | 100010110 | 1011011 | 110110 |
Color Harmonies of #A61DF4
Complementary color
Monochromatic Colors of #A61DF4
Black with #A61DF4
Text Example
Text Example
White with #A61DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DF4; }
p { color: rgb(166,29,244); }
H1.HeaderClassName
{
color: #A61DF4;
}
.AnyTagClassName
{
color: #A61DF4;
}
</style>
background-color css
<style>
a { background-color: #A61DF4; }
a { background-color: rgb(166,29,244); }
div.DivClassName
{
background-color: #A61DF4;
}
.BgClassName
{
background-color: #A61DF4;
}
</style>
border-color css
<style>
span { border-color: #A61DF4; }
span { border-color: rgb(166,29,244); }
td.TdClassName
{
border-color: #A61DF4;
}
.TagClassName
{
border-color: #A61DF4;
}
</style>