Shades of Blue Violet #A12EEF
Tints of Blue Violet #A12EEF
RGB
CMYK
RGB Variations
Color information
#A12EEF (or 0xA12EEF) is known color: Blue Violet. HEX triplet: A1, 2E and EF. RGB value is (161,46,239). Sum of RGB (Red+Green+Blue) = 161+46+239=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #A12EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12EEF is #5ED110. Grayscale: #656565. Windows color (decimal): -6213905 or 15675041. OLE color: 15675041.
HSL color Cylindrical-coordinate representation of color #A12EEF: hue angle of 275.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12EEF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 46 | 239 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.06 |
| HSL | 275.75º | 0.86% | 0.56% | - |
| HSV(B) | 275.75º | 0.81% | 0.94% | - |
| XYZ | 31.25 | 15.76 | 83.06 | - |
| YUV | 102.39 | 205.1 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 239 | 0.33 | 0.81 | 0 | 0.06 | 275.75 | 0.86 | 0.56 |
| Hex | A1 | 2E | EF | 21 | 51 | 0 | 6 | 114 | 56 | 38 |
| Octal | 241 | 56 | 357 | 41 | 121 | 0 | 6 | 424 | 126 | 70 |
| Binary | 10100001 | 101110 | 11101111 | 100001 | 1010001 | 0 | 110 | 100010100 | 1010110 | 111000 |
Color Harmonies of #A12EEF
Complementary color
Monochromatic Colors of #A12EEF
Black with #A12EEF
Text Example
Text Example
White with #A12EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12EEF; }
p { color: rgb(161,46,239); }
H1.HeaderClassName
{
color: #A12EEF;
}
.AnyTagClassName
{
color: #A12EEF;
}
</style>
background-color css
<style>
a { background-color: #A12EEF; }
a { background-color: rgb(161,46,239); }
div.DivClassName
{
background-color: #A12EEF;
}
.BgClassName
{
background-color: #A12EEF;
}
</style>
border-color css
<style>
span { border-color: #A12EEF; }
span { border-color: rgb(161,46,239); }
td.TdClassName
{
border-color: #A12EEF;
}
.TagClassName
{
border-color: #A12EEF;
}
</style>