Shades of Blue Violet #A12DEB
Tints of Blue Violet #A12DEB
RGB
CMYK
RGB Variations
Color information
#A12DEB (or 0xA12DEB) is known color: Blue Violet. HEX triplet: A1, 2D and EB. RGB value is (161,45,235). Sum of RGB (Red+Green+Blue) = 161+45+235=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #A12DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12DEB is #5ED214. Grayscale: #646464. Windows color (decimal): -6214165 or 15412641. OLE color: 15412641.
HSL color Cylindrical-coordinate representation of color #A12DEB: hue angle of 276.63º 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 #A12DEB is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 45 | 235 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.08 |
| HSL | 276.63º | 0.83% | 0.55% | - |
| HSV(B) | 276.63º | 0.81% | 0.92% | - |
| XYZ | 30.63 | 15.45 | 79.97 | - |
| YUV | 101.34 | 203.43 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 235 | 0.31 | 0.81 | 0 | 0.08 | 276.63 | 0.83 | 0.55 |
| Hex | A1 | 2D | EB | 1F | 51 | 0 | 8 | 115 | 53 | 37 |
| Octal | 241 | 55 | 353 | 37 | 121 | 0 | 10 | 425 | 123 | 67 |
| Binary | 10100001 | 101101 | 11101011 | 11111 | 1010001 | 0 | 1000 | 100010101 | 1010011 | 110111 |
Color Harmonies of #A12DEB
Complementary color
Monochromatic Colors of #A12DEB
Black with #A12DEB
Text Example
Text Example
White with #A12DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DEB; }
p { color: rgb(161,45,235); }
H1.HeaderClassName
{
color: #A12DEB;
}
.AnyTagClassName
{
color: #A12DEB;
}
</style>
background-color css
<style>
a { background-color: #A12DEB; }
a { background-color: rgb(161,45,235); }
div.DivClassName
{
background-color: #A12DEB;
}
.BgClassName
{
background-color: #A12DEB;
}
</style>
border-color css
<style>
span { border-color: #A12DEB; }
span { border-color: rgb(161,45,235); }
td.TdClassName
{
border-color: #A12DEB;
}
.TagClassName
{
border-color: #A12DEB;
}
</style>