Shades of Blue Violet #A12BEC
Tints of Blue Violet #A12BEC
RGB
CMYK
RGB Variations
Color information
#A12BEC (or 0xA12BEC) is known color: Blue Violet. HEX triplet: A1, 2B and EC. RGB value is (161,43,236). Sum of RGB (Red+Green+Blue) = 161+43+236=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #A12BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12BEC is #5ED413. Grayscale: #636363. Windows color (decimal): -6214676 or 15477665. OLE color: 15477665.
HSL color Cylindrical-coordinate representation of color #A12BEC: hue angle of 276.68º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12BEC is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 43 | 236 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.07 |
| HSL | 276.68º | 0.84% | 0.55% | - |
| HSV(B) | 276.68º | 0.82% | 0.93% | - |
| XYZ | 30.7 | 15.36 | 80.7 | - |
| YUV | 100.28 | 204.59 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 236 | 0.32 | 0.82 | 0 | 0.07 | 276.68 | 0.84 | 0.55 |
| Hex | A1 | 2B | EC | 20 | 52 | 0 | 7 | 115 | 54 | 37 |
| Octal | 241 | 53 | 354 | 40 | 122 | 0 | 7 | 425 | 124 | 67 |
| Binary | 10100001 | 101011 | 11101100 | 100000 | 1010010 | 0 | 111 | 100010101 | 1010100 | 110111 |
Color Harmonies of #A12BEC
Complementary color
Monochromatic Colors of #A12BEC
Black with #A12BEC
Text Example
Text Example
White with #A12BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BEC; }
p { color: rgb(161,43,236); }
H1.HeaderClassName
{
color: #A12BEC;
}
.AnyTagClassName
{
color: #A12BEC;
}
</style>
background-color css
<style>
a { background-color: #A12BEC; }
a { background-color: rgb(161,43,236); }
div.DivClassName
{
background-color: #A12BEC;
}
.BgClassName
{
background-color: #A12BEC;
}
</style>
border-color css
<style>
span { border-color: #A12BEC; }
span { border-color: rgb(161,43,236); }
td.TdClassName
{
border-color: #A12BEC;
}
.TagClassName
{
border-color: #A12BEC;
}
</style>