Shades of Blue Violet #A141FF
Tints of Blue Violet #A141FF
RGB
CMYK
RGB Variations
Color information
#A141FF (or 0xA141FF) is known color: Blue Violet. HEX triplet: A1, 41 and FF. RGB value is (161,65,255). Sum of RGB (Red+Green+Blue) = 161+65+255=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #A141FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A141FF is #5EBE00. Grayscale: #727272. Windows color (decimal): -6209025 or 16728481. OLE color: 16728481.
HSL color Cylindrical-coordinate representation of color #A141FF: hue angle of 270.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A141FF is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 65 | 255 | - |
| CMYK | 0.37 | 0.75 | 0 | 0 |
| HSL | 270.32º | 1% | 0.63% | - |
| HSV(B) | 270.32º | 0.75% | 1% | - |
| XYZ | 34.64 | 18.58 | 96.37 | - |
| YUV | 115.36 | 206.8 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 255 | 0.37 | 0.75 | 0 | 0 | 270.32 | 1 | 0.63 |
| Hex | A1 | 41 | FF | 25 | 4B | 0 | 0 | 10E | 64 | 3F |
| Octal | 241 | 101 | 377 | 45 | 113 | 0 | 0 | 416 | 144 | 77 |
| Binary | 10100001 | 1000001 | 11111111 | 100101 | 1001011 | 0 | 0 | 100001110 | 1100100 | 111111 |
Color Harmonies of #A141FF
Complementary color
Monochromatic Colors of #A141FF
Black with #A141FF
Text Example
Text Example
White with #A141FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141FF; }
p { color: rgb(161,65,255); }
H1.HeaderClassName
{
color: #A141FF;
}
.AnyTagClassName
{
color: #A141FF;
}
</style>
background-color css
<style>
a { background-color: #A141FF; }
a { background-color: rgb(161,65,255); }
div.DivClassName
{
background-color: #A141FF;
}
.BgClassName
{
background-color: #A141FF;
}
</style>
border-color css
<style>
span { border-color: #A141FF; }
span { border-color: rgb(161,65,255); }
td.TdClassName
{
border-color: #A141FF;
}
.TagClassName
{
border-color: #A141FF;
}
</style>