Shades of Blue Violet #A12BE7
Tints of Blue Violet #A12BE7
RGB
CMYK
RGB Variations
Color information
#A12BE7 (or 0xA12BE7) is known color: Blue Violet. HEX triplet: A1, 2B and E7. RGB value is (161,43,231). Sum of RGB (Red+Green+Blue) = 161+43+231=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #A12BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12BE7 is #5ED418. Grayscale: #636363. Windows color (decimal): -6214681 or 15149985. OLE color: 15149985.
HSL color Cylindrical-coordinate representation of color #A12BE7: hue angle of 277.66º degrees, saturation: 0.8, 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 #A12BE7 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 43 | 231 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.09 |
| HSL | 277.66º | 0.8% | 0.54% | - |
| HSV(B) | 277.66º | 0.81% | 0.91% | - |
| XYZ | 29.99 | 15.07 | 76.93 | - |
| YUV | 99.71 | 202.09 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 231 | 0.30 | 0.81 | 0 | 0.09 | 277.66 | 0.8 | 0.54 |
| Hex | A1 | 2B | E7 | 1E | 51 | 0 | 9 | 116 | 50 | 36 |
| Octal | 241 | 53 | 347 | 36 | 121 | 0 | 11 | 426 | 120 | 66 |
| Binary | 10100001 | 101011 | 11100111 | 11110 | 1010001 | 0 | 1001 | 100010110 | 1010000 | 110110 |
Color Harmonies of #A12BE7
Complementary color
Monochromatic Colors of #A12BE7
Black with #A12BE7
Text Example
Text Example
White with #A12BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BE7; }
p { color: rgb(161,43,231); }
H1.HeaderClassName
{
color: #A12BE7;
}
.AnyTagClassName
{
color: #A12BE7;
}
</style>
background-color css
<style>
a { background-color: #A12BE7; }
a { background-color: rgb(161,43,231); }
div.DivClassName
{
background-color: #A12BE7;
}
.BgClassName
{
background-color: #A12BE7;
}
</style>
border-color css
<style>
span { border-color: #A12BE7; }
span { border-color: rgb(161,43,231); }
td.TdClassName
{
border-color: #A12BE7;
}
.TagClassName
{
border-color: #A12BE7;
}
</style>