Shades of Blue Violet #A61EF2
Tints of Blue Violet #A61EF2
RGB
CMYK
RGB Variations
Color information
#A61EF2 (or 0xA61EF2) is known color: Blue Violet. HEX triplet: A6, 1E and F2. RGB value is (166,30,242). Sum of RGB (Red+Green+Blue) = 166+30+242=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #A61EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EF2 is #59E10D. Grayscale: #5E5E5E. Windows color (decimal): -5890318 or 15867558. OLE color: 15867558.
HSL color Cylindrical-coordinate representation of color #A61EF2: hue angle of 278.49º 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 #A61EF2 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 30 | 242 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.05 |
| HSL | 278.49º | 0.89% | 0.53% | - |
| HSV(B) | 278.49º | 0.88% | 0.95% | - |
| XYZ | 32.22 | 15.45 | 85.29 | - |
| YUV | 94.83 | 211.06 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 242 | 0.31 | 0.88 | 0 | 0.05 | 278.49 | 0.89 | 0.53 |
| Hex | A6 | 1E | F2 | 1F | 58 | 0 | 5 | 116 | 59 | 35 |
| Octal | 246 | 36 | 362 | 37 | 130 | 0 | 5 | 426 | 131 | 65 |
| Binary | 10100110 | 11110 | 11110010 | 11111 | 1011000 | 0 | 101 | 100010110 | 1011001 | 110101 |
Color Harmonies of #A61EF2
Complementary color
Monochromatic Colors of #A61EF2
Black with #A61EF2
Text Example
Text Example
White with #A61EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61EF2; }
p { color: rgb(166,30,242); }
H1.HeaderClassName
{
color: #A61EF2;
}
.AnyTagClassName
{
color: #A61EF2;
}
</style>
background-color css
<style>
a { background-color: #A61EF2; }
a { background-color: rgb(166,30,242); }
div.DivClassName
{
background-color: #A61EF2;
}
.BgClassName
{
background-color: #A61EF2;
}
</style>
border-color css
<style>
span { border-color: #A61EF2; }
span { border-color: rgb(166,30,242); }
td.TdClassName
{
border-color: #A61EF2;
}
.TagClassName
{
border-color: #A61EF2;
}
</style>