Shades of Blue Violet #A126FE
Tints of Blue Violet #A126FE
RGB
CMYK
RGB Variations
Color information
#A126FE (or 0xA126FE) is known color: Blue Violet. HEX triplet: A1, 26 and FE. RGB value is (161,38,254). Sum of RGB (Red+Green+Blue) = 161+38+254=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #A126FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A126FE is #5ED901. Grayscale: #626262. Windows color (decimal): -6215938 or 16656033. OLE color: 16656033.
HSL color Cylindrical-coordinate representation of color #A126FE: hue angle of 274.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A126FE is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 38 | 254 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.00 |
| HSL | 274.17º | 0.99% | 0.57% | - |
| HSV(B) | 274.17º | 0.85% | 1% | - |
| XYZ | 33.28 | 16.12 | 95.12 | - |
| YUV | 99.4 | 215.25 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 254 | 0.37 | 0.85 | 0 | 0.00 | 274.17 | 0.99 | 0.57 |
| Hex | A1 | 26 | FE | 25 | 55 | 0 | 0 | 112 | 63 | 39 |
| Octal | 241 | 46 | 376 | 45 | 125 | 0 | 0 | 422 | 143 | 71 |
| Binary | 10100001 | 100110 | 11111110 | 100101 | 1010101 | 0 | 0 | 100010010 | 1100011 | 111001 |
Color Harmonies of #A126FE
Complementary color
Monochromatic Colors of #A126FE
Black with #A126FE
Text Example
Text Example
White with #A126FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126FE; }
p { color: rgb(161,38,254); }
H1.HeaderClassName
{
color: #A126FE;
}
.AnyTagClassName
{
color: #A126FE;
}
</style>
background-color css
<style>
a { background-color: #A126FE; }
a { background-color: rgb(161,38,254); }
div.DivClassName
{
background-color: #A126FE;
}
.BgClassName
{
background-color: #A126FE;
}
</style>
border-color css
<style>
span { border-color: #A126FE; }
span { border-color: rgb(161,38,254); }
td.TdClassName
{
border-color: #A126FE;
}
.TagClassName
{
border-color: #A126FE;
}
</style>