Shades of Blue Violet #A146FF
Tints of Blue Violet #A146FF
RGB
CMYK
RGB Variations
Color information
#A146FF (or 0xA146FF) is known color: Blue Violet. HEX triplet: A1, 46 and FF. RGB value is (161,70,255). Sum of RGB (Red+Green+Blue) = 161+70+255=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #A146FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A146FF is #5EB900. Grayscale: #757575. Windows color (decimal): -6207745 or 16729761. OLE color: 16729761.
HSL color Cylindrical-coordinate representation of color #A146FF: hue angle of 269.51º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A146FF is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 70 | 255 | - |
| CMYK | 0.37 | 0.73 | 0 | 0 |
| HSL | 269.51º | 1% | 0.64% | - |
| HSV(B) | 269.51º | 0.73% | 1% | - |
| XYZ | 34.94 | 19.18 | 96.47 | - |
| YUV | 118.3 | 205.15 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 255 | 0.37 | 0.73 | 0 | 0 | 269.51 | 1 | 0.64 |
| Hex | A1 | 46 | FF | 25 | 49 | 0 | 0 | 10E | 64 | 40 |
| Octal | 241 | 106 | 377 | 45 | 111 | 0 | 0 | 416 | 144 | 100 |
| Binary | 10100001 | 1000110 | 11111111 | 100101 | 1001001 | 0 | 0 | 100001110 | 1100100 | 1000000 |
Color Harmonies of #A146FF
Complementary color
Monochromatic Colors of #A146FF
Black with #A146FF
Text Example
Text Example
White with #A146FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A146FF; }
p { color: rgb(161,70,255); }
H1.HeaderClassName
{
color: #A146FF;
}
.AnyTagClassName
{
color: #A146FF;
}
</style>
background-color css
<style>
a { background-color: #A146FF; }
a { background-color: rgb(161,70,255); }
div.DivClassName
{
background-color: #A146FF;
}
.BgClassName
{
background-color: #A146FF;
}
</style>
border-color css
<style>
span { border-color: #A146FF; }
span { border-color: rgb(161,70,255); }
td.TdClassName
{
border-color: #A146FF;
}
.TagClassName
{
border-color: #A146FF;
}
</style>