Shades of Blue Violet #A12CEB
Tints of Blue Violet #A12CEB
RGB
CMYK
RGB Variations
Color information
#A12CEB (or 0xA12CEB) is known color: Blue Violet. HEX triplet: A1, 2C and EB. RGB value is (161,44,235). Sum of RGB (Red+Green+Blue) = 161+44+235=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #A12CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12CEB is #5ED314. Grayscale: #646464. Windows color (decimal): -6214421 or 15412385. OLE color: 15412385.
HSL color Cylindrical-coordinate representation of color #A12CEB: hue angle of 276.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12CEB is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 44 | 235 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.08 |
| HSL | 276.75º | 0.83% | 0.55% | - |
| HSV(B) | 276.75º | 0.81% | 0.92% | - |
| XYZ | 30.59 | 15.38 | 79.95 | - |
| YUV | 100.76 | 203.76 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 235 | 0.31 | 0.81 | 0 | 0.08 | 276.75 | 0.83 | 0.55 |
| Hex | A1 | 2C | EB | 1F | 51 | 0 | 8 | 115 | 53 | 37 |
| Octal | 241 | 54 | 353 | 37 | 121 | 0 | 10 | 425 | 123 | 67 |
| Binary | 10100001 | 101100 | 11101011 | 11111 | 1010001 | 0 | 1000 | 100010101 | 1010011 | 110111 |
Color Harmonies of #A12CEB
Complementary color
Monochromatic Colors of #A12CEB
Black with #A12CEB
Text Example
Text Example
White with #A12CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CEB; }
p { color: rgb(161,44,235); }
H1.HeaderClassName
{
color: #A12CEB;
}
.AnyTagClassName
{
color: #A12CEB;
}
</style>
background-color css
<style>
a { background-color: #A12CEB; }
a { background-color: rgb(161,44,235); }
div.DivClassName
{
background-color: #A12CEB;
}
.BgClassName
{
background-color: #A12CEB;
}
</style>
border-color css
<style>
span { border-color: #A12CEB; }
span { border-color: rgb(161,44,235); }
td.TdClassName
{
border-color: #A12CEB;
}
.TagClassName
{
border-color: #A12CEB;
}
</style>