Shades of Blue Violet #A12FFF
Tints of Blue Violet #A12FFF
RGB
CMYK
RGB Variations
Color information
#A12FFF (or 0xA12FFF) is known color: Blue Violet. HEX triplet: A1, 2F and FF. RGB value is (161,47,255). Sum of RGB (Red+Green+Blue) = 161+47+255=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #A12FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12FFF is #5ED000. Grayscale: #686868. Windows color (decimal): -6213633 or 16723873. OLE color: 16723873.
HSL color Cylindrical-coordinate representation of color #A12FFF: hue angle of 272.88º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12FFF is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 47 | 255 | - |
| CMYK | 0.37 | 0.82 | 0 | 0 |
| HSL | 272.88º | 1% | 0.59% | - |
| HSV(B) | 272.88º | 0.82% | 1% | - |
| XYZ | 33.76 | 16.83 | 96.08 | - |
| YUV | 104.8 | 212.77 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 255 | 0.37 | 0.82 | 0 | 0 | 272.88 | 1 | 0.59 |
| Hex | A1 | 2F | FF | 25 | 52 | 0 | 0 | 111 | 64 | 3B |
| Octal | 241 | 57 | 377 | 45 | 122 | 0 | 0 | 421 | 144 | 73 |
| Binary | 10100001 | 101111 | 11111111 | 100101 | 1010010 | 0 | 0 | 100010001 | 1100100 | 111011 |
Color Harmonies of #A12FFF
Complementary color
Monochromatic Colors of #A12FFF
Black with #A12FFF
Text Example
Text Example
White with #A12FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FFF; }
p { color: rgb(161,47,255); }
H1.HeaderClassName
{
color: #A12FFF;
}
.AnyTagClassName
{
color: #A12FFF;
}
</style>
background-color css
<style>
a { background-color: #A12FFF; }
a { background-color: rgb(161,47,255); }
div.DivClassName
{
background-color: #A12FFF;
}
.BgClassName
{
background-color: #A12FFF;
}
</style>
border-color css
<style>
span { border-color: #A12FFF; }
span { border-color: rgb(161,47,255); }
td.TdClassName
{
border-color: #A12FFF;
}
.TagClassName
{
border-color: #A12FFF;
}
</style>