Shades of Blue Violet #A12CE3
Tints of Blue Violet #A12CE3
RGB
CMYK
RGB Variations
Color information
#A12CE3 (or 0xA12CE3) is known color: Blue Violet. HEX triplet: A1, 2C and E3. RGB value is (161,44,227). Sum of RGB (Red+Green+Blue) = 161+44+227=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 227 (89.06% from 255 or 52.55% from 432); Max value from RGB is 227 - color contains mainly: blue. Hex color #A12CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CE3 is #5ED31C. Grayscale: #636363. Windows color (decimal): -6214429 or 14888097. OLE color: 14888097.
HSL color Cylindrical-coordinate representation of color #A12CE3: hue angle of 278.36º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12CE3 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 44 | 227 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.11 |
| HSL | 278.36º | 0.77% | 0.53% | - |
| HSV(B) | 278.36º | 0.81% | 0.89% | - |
| XYZ | 29.46 | 14.92 | 74 | - |
| YUV | 99.85 | 199.76 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 227 | 0.29 | 0.81 | 0 | 0.11 | 278.36 | 0.77 | 0.53 |
| Hex | A1 | 2C | E3 | 1D | 51 | 0 | B | 116 | 4D | 35 |
| Octal | 241 | 54 | 343 | 35 | 121 | 0 | 13 | 426 | 115 | 65 |
| Binary | 10100001 | 101100 | 11100011 | 11101 | 1010001 | 0 | 1011 | 100010110 | 1001101 | 110101 |
Color Harmonies of #A12CE3
Complementary color
Monochromatic Colors of #A12CE3
Black with #A12CE3
Text Example
Text Example
White with #A12CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CE3; }
p { color: rgb(161,44,227); }
H1.HeaderClassName
{
color: #A12CE3;
}
.AnyTagClassName
{
color: #A12CE3;
}
</style>
background-color css
<style>
a { background-color: #A12CE3; }
a { background-color: rgb(161,44,227); }
div.DivClassName
{
background-color: #A12CE3;
}
.BgClassName
{
background-color: #A12CE3;
}
</style>
border-color css
<style>
span { border-color: #A12CE3; }
span { border-color: rgb(161,44,227); }
td.TdClassName
{
border-color: #A12CE3;
}
.TagClassName
{
border-color: #A12CE3;
}
</style>