Shades of Blue Violet #A143F5
Tints of Blue Violet #A143F5
RGB
CMYK
RGB Variations
Color information
#A143F5 (or 0xA143F5) is known color: Blue Violet. HEX triplet: A1, 43 and F5. RGB value is (161,67,245). Sum of RGB (Red+Green+Blue) = 161+67+245=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #A143F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143F5 is #5EBC0A. Grayscale: #727272. Windows color (decimal): -6208523 or 16073633. OLE color: 16073633.
HSL color Cylindrical-coordinate representation of color #A143F5: hue angle of 271.69º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A143F5 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 67 | 245 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.04 |
| HSL | 271.69º | 0.9% | 0.61% | - |
| HSV(B) | 271.69º | 0.73% | 0.96% | - |
| XYZ | 33.19 | 18.18 | 88.15 | - |
| YUV | 115.4 | 201.14 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 245 | 0.34 | 0.73 | 0 | 0.04 | 271.69 | 0.9 | 0.61 |
| Hex | A1 | 43 | F5 | 22 | 49 | 0 | 4 | 110 | 5A | 3D |
| Octal | 241 | 103 | 365 | 42 | 111 | 0 | 4 | 420 | 132 | 75 |
| Binary | 10100001 | 1000011 | 11110101 | 100010 | 1001001 | 0 | 100 | 100010000 | 1011010 | 111101 |
Color Harmonies of #A143F5
Complementary color
Monochromatic Colors of #A143F5
Black with #A143F5
Text Example
Text Example
White with #A143F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143F5; }
p { color: rgb(161,67,245); }
H1.HeaderClassName
{
color: #A143F5;
}
.AnyTagClassName
{
color: #A143F5;
}
</style>
background-color css
<style>
a { background-color: #A143F5; }
a { background-color: rgb(161,67,245); }
div.DivClassName
{
background-color: #A143F5;
}
.BgClassName
{
background-color: #A143F5;
}
</style>
border-color css
<style>
span { border-color: #A143F5; }
span { border-color: rgb(161,67,245); }
td.TdClassName
{
border-color: #A143F5;
}
.TagClassName
{
border-color: #A143F5;
}
</style>