Shades of Blue Violet #A126ED
Tints of Blue Violet #A126ED
RGB
CMYK
RGB Variations
Color information
#A126ED (or 0xA126ED) is known color: Blue Violet. HEX triplet: A1, 26 and ED. RGB value is (161,38,237). Sum of RGB (Red+Green+Blue) = 161+38+237=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #A126ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A126ED is #5ED912. Grayscale: #606060. Windows color (decimal): -6215955 or 15541921. OLE color: 15541921.
HSL color Cylindrical-coordinate representation of color #A126ED: hue angle of 277.09º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A126ED is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 38 | 237 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.07 |
| HSL | 277.09º | 0.85% | 0.54% | - |
| HSV(B) | 277.09º | 0.84% | 0.93% | - |
| XYZ | 30.68 | 15.08 | 81.41 | - |
| YUV | 97.46 | 206.75 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 237 | 0.32 | 0.84 | 0 | 0.07 | 277.09 | 0.85 | 0.54 |
| Hex | A1 | 26 | ED | 20 | 54 | 0 | 7 | 115 | 55 | 36 |
| Octal | 241 | 46 | 355 | 40 | 124 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100001 | 100110 | 11101101 | 100000 | 1010100 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A126ED
Complementary color
Monochromatic Colors of #A126ED
Black with #A126ED
Text Example
Text Example
White with #A126ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126ED; }
p { color: rgb(161,38,237); }
H1.HeaderClassName
{
color: #A126ED;
}
.AnyTagClassName
{
color: #A126ED;
}
</style>
background-color css
<style>
a { background-color: #A126ED; }
a { background-color: rgb(161,38,237); }
div.DivClassName
{
background-color: #A126ED;
}
.BgClassName
{
background-color: #A126ED;
}
</style>
border-color css
<style>
span { border-color: #A126ED; }
span { border-color: rgb(161,38,237); }
td.TdClassName
{
border-color: #A126ED;
}
.TagClassName
{
border-color: #A126ED;
}
</style>