Shades of Blue Violet #A12DEE
Tints of Blue Violet #A12DEE
RGB
CMYK
RGB Variations
Color information
#A12DEE (or 0xA12DEE) is known color: Blue Violet. HEX triplet: A1, 2D and EE. RGB value is (161,45,238). Sum of RGB (Red+Green+Blue) = 161+45+238=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #A12DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12DEE is #5ED211. Grayscale: #656565. Windows color (decimal): -6214162 or 15609249. OLE color: 15609249.
HSL color Cylindrical-coordinate representation of color #A12DEE: hue angle of 276.06º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12DEE is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 45 | 238 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.07 |
| HSL | 276.06º | 0.85% | 0.55% | - |
| HSV(B) | 276.06º | 0.81% | 0.93% | - |
| XYZ | 31.07 | 15.63 | 82.27 | - |
| YUV | 101.69 | 204.93 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 238 | 0.32 | 0.81 | 0 | 0.07 | 276.06 | 0.85 | 0.55 |
| Hex | A1 | 2D | EE | 20 | 51 | 0 | 7 | 114 | 55 | 37 |
| Octal | 241 | 55 | 356 | 40 | 121 | 0 | 7 | 424 | 125 | 67 |
| Binary | 10100001 | 101101 | 11101110 | 100000 | 1010001 | 0 | 111 | 100010100 | 1010101 | 110111 |
Color Harmonies of #A12DEE
Complementary color
Monochromatic Colors of #A12DEE
Black with #A12DEE
Text Example
Text Example
White with #A12DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DEE; }
p { color: rgb(161,45,238); }
H1.HeaderClassName
{
color: #A12DEE;
}
.AnyTagClassName
{
color: #A12DEE;
}
</style>
background-color css
<style>
a { background-color: #A12DEE; }
a { background-color: rgb(161,45,238); }
div.DivClassName
{
background-color: #A12DEE;
}
.BgClassName
{
background-color: #A12DEE;
}
</style>
border-color css
<style>
span { border-color: #A12DEE; }
span { border-color: rgb(161,45,238); }
td.TdClassName
{
border-color: #A12DEE;
}
.TagClassName
{
border-color: #A12DEE;
}
</style>