Shades of Blue Violet #A12BEA
Tints of Blue Violet #A12BEA
RGB
CMYK
RGB Variations
Color information
#A12BEA (or 0xA12BEA) is known color: Blue Violet. HEX triplet: A1, 2B and EA. RGB value is (161,43,234). Sum of RGB (Red+Green+Blue) = 161+43+234=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #A12BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12BEA is #5ED415. Grayscale: #636363. Windows color (decimal): -6214678 or 15346593. OLE color: 15346593.
HSL color Cylindrical-coordinate representation of color #A12BEA: hue angle of 277.07º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12BEA is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 43 | 234 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.08 |
| HSL | 277.07º | 0.82% | 0.54% | - |
| HSV(B) | 277.07º | 0.82% | 0.92% | - |
| XYZ | 30.41 | 15.25 | 79.18 | - |
| YUV | 100.06 | 203.59 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 234 | 0.31 | 0.82 | 0 | 0.08 | 277.07 | 0.82 | 0.54 |
| Hex | A1 | 2B | EA | 1F | 52 | 0 | 8 | 115 | 52 | 36 |
| Octal | 241 | 53 | 352 | 37 | 122 | 0 | 10 | 425 | 122 | 66 |
| Binary | 10100001 | 101011 | 11101010 | 11111 | 1010010 | 0 | 1000 | 100010101 | 1010010 | 110110 |
Color Harmonies of #A12BEA
Complementary color
Monochromatic Colors of #A12BEA
Black with #A12BEA
Text Example
Text Example
White with #A12BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BEA; }
p { color: rgb(161,43,234); }
H1.HeaderClassName
{
color: #A12BEA;
}
.AnyTagClassName
{
color: #A12BEA;
}
</style>
background-color css
<style>
a { background-color: #A12BEA; }
a { background-color: rgb(161,43,234); }
div.DivClassName
{
background-color: #A12BEA;
}
.BgClassName
{
background-color: #A12BEA;
}
</style>
border-color css
<style>
span { border-color: #A12BEA; }
span { border-color: rgb(161,43,234); }
td.TdClassName
{
border-color: #A12BEA;
}
.TagClassName
{
border-color: #A12BEA;
}
</style>