Shades of Blue Violet #A12DFB
Tints of Blue Violet #A12DFB
RGB
CMYK
RGB Variations
Color information
#A12DFB (or 0xA12DFB) is known color: Blue Violet. HEX triplet: A1, 2D and FB. RGB value is (161,45,251). Sum of RGB (Red+Green+Blue) = 161+45+251=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #A12DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12DFB is #5ED204. Grayscale: #666666. Windows color (decimal): -6214149 or 16461217. OLE color: 16461217.
HSL color Cylindrical-coordinate representation of color #A12DFB: hue angle of 273.79º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12DFB is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 45 | 251 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.02 |
| HSL | 273.79º | 0.96% | 0.58% | - |
| HSV(B) | 273.79º | 0.82% | 0.98% | - |
| XYZ | 33.05 | 16.42 | 92.69 | - |
| YUV | 103.17 | 211.43 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 251 | 0.36 | 0.82 | 0 | 0.02 | 273.79 | 0.96 | 0.58 |
| Hex | A1 | 2D | FB | 24 | 52 | 0 | 2 | 112 | 60 | 3A |
| Octal | 241 | 55 | 373 | 44 | 122 | 0 | 2 | 422 | 140 | 72 |
| Binary | 10100001 | 101101 | 11111011 | 100100 | 1010010 | 0 | 10 | 100010010 | 1100000 | 111010 |
Color Harmonies of #A12DFB
Complementary color
Monochromatic Colors of #A12DFB
Black with #A12DFB
Text Example
Text Example
White with #A12DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DFB; }
p { color: rgb(161,45,251); }
H1.HeaderClassName
{
color: #A12DFB;
}
.AnyTagClassName
{
color: #A12DFB;
}
</style>
background-color css
<style>
a { background-color: #A12DFB; }
a { background-color: rgb(161,45,251); }
div.DivClassName
{
background-color: #A12DFB;
}
.BgClassName
{
background-color: #A12DFB;
}
</style>
border-color css
<style>
span { border-color: #A12DFB; }
span { border-color: rgb(161,45,251); }
td.TdClassName
{
border-color: #A12DFB;
}
.TagClassName
{
border-color: #A12DFB;
}
</style>