Shades of Blue Violet #A12BEE
Tints of Blue Violet #A12BEE
RGB
CMYK
RGB Variations
Color information
#A12BEE (or 0xA12BEE) is known color: Blue Violet. HEX triplet: A1, 2B and EE. RGB value is (161,43,238). Sum of RGB (Red+Green+Blue) = 161+43+238=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #A12BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12BEE is #5ED411. Grayscale: #636363. Windows color (decimal): -6214674 or 15608737. OLE color: 15608737.
HSL color Cylindrical-coordinate representation of color #A12BEE: hue angle of 276.31º degrees, saturation: 0.85, 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 #A12BEE is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 43 | 238 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.07 |
| HSL | 276.31º | 0.85% | 0.55% | - |
| HSV(B) | 276.31º | 0.82% | 0.93% | - |
| XYZ | 30.99 | 15.48 | 82.24 | - |
| YUV | 100.51 | 205.59 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 238 | 0.32 | 0.82 | 0 | 0.07 | 276.31 | 0.85 | 0.55 |
| Hex | A1 | 2B | EE | 20 | 52 | 0 | 7 | 114 | 55 | 37 |
| Octal | 241 | 53 | 356 | 40 | 122 | 0 | 7 | 424 | 125 | 67 |
| Binary | 10100001 | 101011 | 11101110 | 100000 | 1010010 | 0 | 111 | 100010100 | 1010101 | 110111 |
Color Harmonies of #A12BEE
Complementary color
Monochromatic Colors of #A12BEE
Black with #A12BEE
Text Example
Text Example
White with #A12BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BEE; }
p { color: rgb(161,43,238); }
H1.HeaderClassName
{
color: #A12BEE;
}
.AnyTagClassName
{
color: #A12BEE;
}
</style>
background-color css
<style>
a { background-color: #A12BEE; }
a { background-color: rgb(161,43,238); }
div.DivClassName
{
background-color: #A12BEE;
}
.BgClassName
{
background-color: #A12BEE;
}
</style>
border-color css
<style>
span { border-color: #A12BEE; }
span { border-color: rgb(161,43,238); }
td.TdClassName
{
border-color: #A12BEE;
}
.TagClassName
{
border-color: #A12BEE;
}
</style>