Shades of Blue Violet #A12FFA
Tints of Blue Violet #A12FFA
RGB
CMYK
RGB Variations
Color information
#A12FFA (or 0xA12FFA) is known color: Blue Violet. HEX triplet: A1, 2F and FA. RGB value is (161,47,250). Sum of RGB (Red+Green+Blue) = 161+47+250=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #A12FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12FFA is #5ED005. Grayscale: #676767. Windows color (decimal): -6213638 or 16396193. OLE color: 16396193.
HSL color Cylindrical-coordinate representation of color #A12FFA: hue angle of 273.69º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12FFA is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 47 | 250 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.02 |
| HSL | 273.69º | 0.95% | 0.58% | - |
| HSV(B) | 273.69º | 0.81% | 0.98% | - |
| XYZ | 32.97 | 16.51 | 91.89 | - |
| YUV | 104.23 | 210.27 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 250 | 0.36 | 0.81 | 0 | 0.02 | 273.69 | 0.95 | 0.58 |
| Hex | A1 | 2F | FA | 24 | 51 | 0 | 2 | 112 | 5F | 3A |
| Octal | 241 | 57 | 372 | 44 | 121 | 0 | 2 | 422 | 137 | 72 |
| Binary | 10100001 | 101111 | 11111010 | 100100 | 1010001 | 0 | 10 | 100010010 | 1011111 | 111010 |
Color Harmonies of #A12FFA
Complementary color
Monochromatic Colors of #A12FFA
Black with #A12FFA
Text Example
Text Example
White with #A12FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FFA; }
p { color: rgb(161,47,250); }
H1.HeaderClassName
{
color: #A12FFA;
}
.AnyTagClassName
{
color: #A12FFA;
}
</style>
background-color css
<style>
a { background-color: #A12FFA; }
a { background-color: rgb(161,47,250); }
div.DivClassName
{
background-color: #A12FFA;
}
.BgClassName
{
background-color: #A12FFA;
}
</style>
border-color css
<style>
span { border-color: #A12FFA; }
span { border-color: rgb(161,47,250); }
td.TdClassName
{
border-color: #A12FFA;
}
.TagClassName
{
border-color: #A12FFA;
}
</style>