Shades of Blue Violet #A61FEA
Tints of Blue Violet #A61FEA
RGB
CMYK
RGB Variations
Color information
#A61FEA (or 0xA61FEA) is known color: Blue Violet. HEX triplet: A6, 1F and EA. RGB value is (166,31,234). Sum of RGB (Red+Green+Blue) = 166+31+234=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #A61FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61FEA is #59E015. Grayscale: #5D5D5D. Windows color (decimal): -5890070 or 15343526. OLE color: 15343526.
HSL color Cylindrical-coordinate representation of color #A61FEA: hue angle of 279.9º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61FEA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 31 | 234 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.08 |
| HSL | 279.9º | 0.83% | 0.52% | - |
| HSV(B) | 279.9º | 0.87% | 0.92% | - |
| XYZ | 31.07 | 15.03 | 79.11 | - |
| YUV | 94.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 234 | 0.29 | 0.87 | 0 | 0.08 | 279.9 | 0.83 | 0.52 |
| Hex | A6 | 1F | EA | 1D | 57 | 0 | 8 | 118 | 53 | 34 |
| Octal | 246 | 37 | 352 | 35 | 127 | 0 | 10 | 430 | 123 | 64 |
| Binary | 10100110 | 11111 | 11101010 | 11101 | 1010111 | 0 | 1000 | 100011000 | 1010011 | 110100 |
Color Harmonies of #A61FEA
Complementary color
Monochromatic Colors of #A61FEA
Black with #A61FEA
Text Example
Text Example
White with #A61FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61FEA; }
p { color: rgb(166,31,234); }
H1.HeaderClassName
{
color: #A61FEA;
}
.AnyTagClassName
{
color: #A61FEA;
}
</style>
background-color css
<style>
a { background-color: #A61FEA; }
a { background-color: rgb(166,31,234); }
div.DivClassName
{
background-color: #A61FEA;
}
.BgClassName
{
background-color: #A61FEA;
}
</style>
border-color css
<style>
span { border-color: #A61FEA; }
span { border-color: rgb(166,31,234); }
td.TdClassName
{
border-color: #A61FEA;
}
.TagClassName
{
border-color: #A61FEA;
}
</style>