Shades of Blue Violet #A146FB
Tints of Blue Violet #A146FB
RGB
CMYK
RGB Variations
Color information
#A146FB (or 0xA146FB) is known color: Blue Violet. HEX triplet: A1, 46 and FB. RGB value is (161,70,251). Sum of RGB (Red+Green+Blue) = 161+70+251=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #A146FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A146FB is #5EB904. Grayscale: #757575. Windows color (decimal): -6207749 or 16467617. OLE color: 16467617.
HSL color Cylindrical-coordinate representation of color #A146FB: hue angle of 270.17º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A146FB is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 70 | 251 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.02 |
| HSL | 270.17º | 0.96% | 0.63% | - |
| HSV(B) | 270.17º | 0.72% | 0.98% | - |
| XYZ | 34.3 | 18.92 | 93.11 | - |
| YUV | 117.84 | 203.15 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 251 | 0.36 | 0.72 | 0 | 0.02 | 270.17 | 0.96 | 0.63 |
| Hex | A1 | 46 | FB | 24 | 48 | 0 | 2 | 10E | 60 | 3F |
| Octal | 241 | 106 | 373 | 44 | 110 | 0 | 2 | 416 | 140 | 77 |
| Binary | 10100001 | 1000110 | 11111011 | 100100 | 1001000 | 0 | 10 | 100001110 | 1100000 | 111111 |
Color Harmonies of #A146FB
Complementary color
Monochromatic Colors of #A146FB
Black with #A146FB
Text Example
Text Example
White with #A146FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A146FB; }
p { color: rgb(161,70,251); }
H1.HeaderClassName
{
color: #A146FB;
}
.AnyTagClassName
{
color: #A146FB;
}
</style>
background-color css
<style>
a { background-color: #A146FB; }
a { background-color: rgb(161,70,251); }
div.DivClassName
{
background-color: #A146FB;
}
.BgClassName
{
background-color: #A146FB;
}
</style>
border-color css
<style>
span { border-color: #A146FB; }
span { border-color: rgb(161,70,251); }
td.TdClassName
{
border-color: #A146FB;
}
.TagClassName
{
border-color: #A146FB;
}
</style>