Shades of Blue Violet #A61CF2
Tints of Blue Violet #A61CF2
RGB
CMYK
RGB Variations
Color information
#A61CF2 (or 0xA61CF2) is known color: Blue Violet. HEX triplet: A6, 1C and F2. RGB value is (166,28,242). Sum of RGB (Red+Green+Blue) = 166+28+242=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #A61CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CF2 is #59E30D. Grayscale: #5C5C5C. Windows color (decimal): -5890830 or 15867046. OLE color: 15867046.
HSL color Cylindrical-coordinate representation of color #A61CF2: hue angle of 278.69º 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 #A61CF2 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 28 | 242 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.05 |
| HSL | 278.69º | 0.89% | 0.53% | - |
| HSV(B) | 278.69º | 0.88% | 0.95% | - |
| XYZ | 32.17 | 15.35 | 85.27 | - |
| YUV | 93.66 | 211.72 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 242 | 0.31 | 0.88 | 0 | 0.05 | 278.69 | 0.89 | 0.53 |
| Hex | A6 | 1C | F2 | 1F | 58 | 0 | 5 | 117 | 59 | 35 |
| Octal | 246 | 34 | 362 | 37 | 130 | 0 | 5 | 427 | 131 | 65 |
| Binary | 10100110 | 11100 | 11110010 | 11111 | 1011000 | 0 | 101 | 100010111 | 1011001 | 110101 |
Color Harmonies of #A61CF2
Complementary color
Monochromatic Colors of #A61CF2
Black with #A61CF2
Text Example
Text Example
White with #A61CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CF2; }
p { color: rgb(166,28,242); }
H1.HeaderClassName
{
color: #A61CF2;
}
.AnyTagClassName
{
color: #A61CF2;
}
</style>
background-color css
<style>
a { background-color: #A61CF2; }
a { background-color: rgb(166,28,242); }
div.DivClassName
{
background-color: #A61CF2;
}
.BgClassName
{
background-color: #A61CF2;
}
</style>
border-color css
<style>
span { border-color: #A61CF2; }
span { border-color: rgb(166,28,242); }
td.TdClassName
{
border-color: #A61CF2;
}
.TagClassName
{
border-color: #A61CF2;
}
</style>