Shades of Blue Violet #A141FA
Tints of Blue Violet #A141FA
RGB
CMYK
RGB Variations
Color information
#A141FA (or 0xA141FA) is known color: Blue Violet. HEX triplet: A1, 41 and FA. RGB value is (161,65,250). Sum of RGB (Red+Green+Blue) = 161+65+250=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #A141FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A141FA is #5EBE05. Grayscale: #727272. Windows color (decimal): -6209030 or 16400801. OLE color: 16400801.
HSL color Cylindrical-coordinate representation of color #A141FA: hue angle of 271.14º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A141FA is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 65 | 250 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.02 |
| HSL | 271.14º | 0.95% | 0.62% | - |
| HSV(B) | 271.14º | 0.74% | 0.98% | - |
| XYZ | 33.84 | 18.26 | 92.18 | - |
| YUV | 114.79 | 204.3 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 250 | 0.36 | 0.74 | 0 | 0.02 | 271.14 | 0.95 | 0.62 |
| Hex | A1 | 41 | FA | 24 | 4A | 0 | 2 | 10F | 5F | 3E |
| Octal | 241 | 101 | 372 | 44 | 112 | 0 | 2 | 417 | 137 | 76 |
| Binary | 10100001 | 1000001 | 11111010 | 100100 | 1001010 | 0 | 10 | 100001111 | 1011111 | 111110 |
Color Harmonies of #A141FA
Complementary color
Monochromatic Colors of #A141FA
Black with #A141FA
Text Example
Text Example
White with #A141FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141FA; }
p { color: rgb(161,65,250); }
H1.HeaderClassName
{
color: #A141FA;
}
.AnyTagClassName
{
color: #A141FA;
}
</style>
background-color css
<style>
a { background-color: #A141FA; }
a { background-color: rgb(161,65,250); }
div.DivClassName
{
background-color: #A141FA;
}
.BgClassName
{
background-color: #A141FA;
}
</style>
border-color css
<style>
span { border-color: #A141FA; }
span { border-color: rgb(161,65,250); }
td.TdClassName
{
border-color: #A141FA;
}
.TagClassName
{
border-color: #A141FA;
}
</style>