Shades of Blue Violet #A12EFC
Tints of Blue Violet #A12EFC
RGB
CMYK
RGB Variations
Color information
#A12EFC (or 0xA12EFC) is known color: Blue Violet. HEX triplet: A1, 2E and FC. RGB value is (161,46,252). Sum of RGB (Red+Green+Blue) = 161+46+252=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #A12EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12EFC is #5ED103. Grayscale: #676767. Windows color (decimal): -6213892 or 16527009. OLE color: 16527009.
HSL color Cylindrical-coordinate representation of color #A12EFC: hue angle of 273.5º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12EFC is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 46 | 252 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.01 |
| HSL | 273.5º | 0.97% | 0.58% | - |
| HSV(B) | 273.5º | 0.82% | 0.99% | - |
| XYZ | 33.25 | 16.56 | 93.54 | - |
| YUV | 103.87 | 211.6 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 252 | 0.36 | 0.82 | 0 | 0.01 | 273.5 | 0.97 | 0.58 |
| Hex | A1 | 2E | FC | 24 | 52 | 0 | 1 | 111 | 61 | 3A |
| Octal | 241 | 56 | 374 | 44 | 122 | 0 | 1 | 421 | 141 | 72 |
| Binary | 10100001 | 101110 | 11111100 | 100100 | 1010010 | 0 | 1 | 100010001 | 1100001 | 111010 |
Color Harmonies of #A12EFC
Complementary color
Monochromatic Colors of #A12EFC
Black with #A12EFC
Text Example
Text Example
White with #A12EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12EFC; }
p { color: rgb(161,46,252); }
H1.HeaderClassName
{
color: #A12EFC;
}
.AnyTagClassName
{
color: #A12EFC;
}
</style>
background-color css
<style>
a { background-color: #A12EFC; }
a { background-color: rgb(161,46,252); }
div.DivClassName
{
background-color: #A12EFC;
}
.BgClassName
{
background-color: #A12EFC;
}
</style>
border-color css
<style>
span { border-color: #A12EFC; }
span { border-color: rgb(161,46,252); }
td.TdClassName
{
border-color: #A12EFC;
}
.TagClassName
{
border-color: #A12EFC;
}
</style>