Shades of Blue Violet #A12CE9
Tints of Blue Violet #A12CE9
RGB
CMYK
RGB Variations
Color information
#A12CE9 (or 0xA12CE9) is known color: Blue Violet. HEX triplet: A1, 2C and E9. RGB value is (161,44,233). Sum of RGB (Red+Green+Blue) = 161+44+233=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #A12CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12CE9 is #5ED316. Grayscale: #636363. Windows color (decimal): -6214423 or 15281313. OLE color: 15281313.
HSL color Cylindrical-coordinate representation of color #A12CE9: hue angle of 277.14º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12CE9 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 44 | 233 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.09 |
| HSL | 277.14º | 0.81% | 0.54% | - |
| HSV(B) | 277.14º | 0.81% | 0.91% | - |
| XYZ | 30.31 | 15.26 | 78.44 | - |
| YUV | 100.53 | 202.76 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 233 | 0.31 | 0.81 | 0 | 0.09 | 277.14 | 0.81 | 0.54 |
| Hex | A1 | 2C | E9 | 1F | 51 | 0 | 9 | 115 | 51 | 36 |
| Octal | 241 | 54 | 351 | 37 | 121 | 0 | 11 | 425 | 121 | 66 |
| Binary | 10100001 | 101100 | 11101001 | 11111 | 1010001 | 0 | 1001 | 100010101 | 1010001 | 110110 |
Color Harmonies of #A12CE9
Complementary color
Monochromatic Colors of #A12CE9
Black with #A12CE9
Text Example
Text Example
White with #A12CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CE9; }
p { color: rgb(161,44,233); }
H1.HeaderClassName
{
color: #A12CE9;
}
.AnyTagClassName
{
color: #A12CE9;
}
</style>
background-color css
<style>
a { background-color: #A12CE9; }
a { background-color: rgb(161,44,233); }
div.DivClassName
{
background-color: #A12CE9;
}
.BgClassName
{
background-color: #A12CE9;
}
</style>
border-color css
<style>
span { border-color: #A12CE9; }
span { border-color: rgb(161,44,233); }
td.TdClassName
{
border-color: #A12CE9;
}
.TagClassName
{
border-color: #A12CE9;
}
</style>