Shades of Blue Violet #A61AF2
Tints of Blue Violet #A61AF2
RGB
CMYK
RGB Variations
Color information
#A61AF2 (or 0xA61AF2) is known color: Blue Violet. HEX triplet: A6, 1A and F2. RGB value is (166,26,242). Sum of RGB (Red+Green+Blue) = 166+26+242=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #A61AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61AF2 is #59E50D. Grayscale: #5B5B5B. Windows color (decimal): -5891342 or 15866534. OLE color: 15866534.
HSL color Cylindrical-coordinate representation of color #A61AF2: hue angle of 278.89º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61AF2 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 26 | 242 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.05 |
| HSL | 278.89º | 0.89% | 0.53% | - |
| HSV(B) | 278.89º | 0.89% | 0.95% | - |
| XYZ | 32.12 | 15.26 | 85.26 | - |
| YUV | 92.48 | 212.38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 242 | 0.31 | 0.89 | 0 | 0.05 | 278.89 | 0.89 | 0.53 |
| Hex | A6 | 1A | F2 | 1F | 59 | 0 | 5 | 117 | 59 | 35 |
| Octal | 246 | 32 | 362 | 37 | 131 | 0 | 5 | 427 | 131 | 65 |
| Binary | 10100110 | 11010 | 11110010 | 11111 | 1011001 | 0 | 101 | 100010111 | 1011001 | 110101 |
Color Harmonies of #A61AF2
Complementary color
Monochromatic Colors of #A61AF2
Black with #A61AF2
Text Example
Text Example
White with #A61AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61AF2; }
p { color: rgb(166,26,242); }
H1.HeaderClassName
{
color: #A61AF2;
}
.AnyTagClassName
{
color: #A61AF2;
}
</style>
background-color css
<style>
a { background-color: #A61AF2; }
a { background-color: rgb(166,26,242); }
div.DivClassName
{
background-color: #A61AF2;
}
.BgClassName
{
background-color: #A61AF2;
}
</style>
border-color css
<style>
span { border-color: #A61AF2; }
span { border-color: rgb(166,26,242); }
td.TdClassName
{
border-color: #A61AF2;
}
.TagClassName
{
border-color: #A61AF2;
}
</style>