Shades of Blue Violet #A12BED
Tints of Blue Violet #A12BED
RGB
CMYK
RGB Variations
Color information
#A12BED (or 0xA12BED) is known color: Blue Violet. HEX triplet: A1, 2B and ED. RGB value is (161,43,237). Sum of RGB (Red+Green+Blue) = 161+43+237=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #A12BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12BED is #5ED412. Grayscale: #636363. Windows color (decimal): -6214675 or 15543201. OLE color: 15543201.
HSL color Cylindrical-coordinate representation of color #A12BED: hue angle of 276.49º 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 #A12BED is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 43 | 237 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.07 |
| HSL | 276.49º | 0.84% | 0.55% | - |
| HSV(B) | 276.49º | 0.82% | 0.93% | - |
| XYZ | 30.85 | 15.42 | 81.47 | - |
| YUV | 100.4 | 205.09 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 237 | 0.32 | 0.82 | 0 | 0.07 | 276.49 | 0.84 | 0.55 |
| Hex | A1 | 2B | ED | 20 | 52 | 0 | 7 | 114 | 54 | 37 |
| Octal | 241 | 53 | 355 | 40 | 122 | 0 | 7 | 424 | 124 | 67 |
| Binary | 10100001 | 101011 | 11101101 | 100000 | 1010010 | 0 | 111 | 100010100 | 1010100 | 110111 |
Color Harmonies of #A12BED
Complementary color
Monochromatic Colors of #A12BED
Black with #A12BED
Text Example
Text Example
White with #A12BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BED; }
p { color: rgb(161,43,237); }
H1.HeaderClassName
{
color: #A12BED;
}
.AnyTagClassName
{
color: #A12BED;
}
</style>
background-color css
<style>
a { background-color: #A12BED; }
a { background-color: rgb(161,43,237); }
div.DivClassName
{
background-color: #A12BED;
}
.BgClassName
{
background-color: #A12BED;
}
</style>
border-color css
<style>
span { border-color: #A12BED; }
span { border-color: rgb(161,43,237); }
td.TdClassName
{
border-color: #A12BED;
}
.TagClassName
{
border-color: #A12BED;
}
</style>