Shades of Blue Violet #A61DF2
Tints of Blue Violet #A61DF2
RGB
CMYK
RGB Variations
Color information
#A61DF2 (or 0xA61DF2) is known color: Blue Violet. HEX triplet: A6, 1D and F2. RGB value is (166,29,242). Sum of RGB (Red+Green+Blue) = 166+29+242=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #A61DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61DF2 is #59E20D. Grayscale: #5D5D5D. Windows color (decimal): -5890574 or 15867302. OLE color: 15867302.
HSL color Cylindrical-coordinate representation of color #A61DF2: hue angle of 278.59º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61DF2 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 29 | 242 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.05 |
| HSL | 278.59º | 0.89% | 0.53% | - |
| HSV(B) | 278.59º | 0.88% | 0.95% | - |
| XYZ | 32.19 | 15.4 | 85.28 | - |
| YUV | 94.25 | 211.39 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 242 | 0.31 | 0.88 | 0 | 0.05 | 278.59 | 0.89 | 0.53 |
| Hex | A6 | 1D | F2 | 1F | 58 | 0 | 5 | 117 | 59 | 35 |
| Octal | 246 | 35 | 362 | 37 | 130 | 0 | 5 | 427 | 131 | 65 |
| Binary | 10100110 | 11101 | 11110010 | 11111 | 1011000 | 0 | 101 | 100010111 | 1011001 | 110101 |
Color Harmonies of #A61DF2
Complementary color
Monochromatic Colors of #A61DF2
Black with #A61DF2
Text Example
Text Example
White with #A61DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DF2; }
p { color: rgb(166,29,242); }
H1.HeaderClassName
{
color: #A61DF2;
}
.AnyTagClassName
{
color: #A61DF2;
}
</style>
background-color css
<style>
a { background-color: #A61DF2; }
a { background-color: rgb(166,29,242); }
div.DivClassName
{
background-color: #A61DF2;
}
.BgClassName
{
background-color: #A61DF2;
}
</style>
border-color css
<style>
span { border-color: #A61DF2; }
span { border-color: rgb(166,29,242); }
td.TdClassName
{
border-color: #A61DF2;
}
.TagClassName
{
border-color: #A61DF2;
}
</style>