Shades of Blue Violet #A143FC
Tints of Blue Violet #A143FC
RGB
CMYK
RGB Variations
Color information
#A143FC (or 0xA143FC) is known color: Blue Violet. HEX triplet: A1, 43 and FC. RGB value is (161,67,252). Sum of RGB (Red+Green+Blue) = 161+67+252=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #A143FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143FC is #5EBC03. Grayscale: #737373. Windows color (decimal): -6208516 or 16532385. OLE color: 16532385.
HSL color Cylindrical-coordinate representation of color #A143FC: hue angle of 270.49º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A143FC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 67 | 252 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.01 |
| HSL | 270.49º | 0.97% | 0.63% | - |
| HSV(B) | 270.49º | 0.73% | 0.99% | - |
| XYZ | 34.28 | 18.62 | 93.88 | - |
| YUV | 116.2 | 204.64 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 252 | 0.36 | 0.73 | 0 | 0.01 | 270.49 | 0.97 | 0.63 |
| Hex | A1 | 43 | FC | 24 | 49 | 0 | 1 | 10E | 61 | 3F |
| Octal | 241 | 103 | 374 | 44 | 111 | 0 | 1 | 416 | 141 | 77 |
| Binary | 10100001 | 1000011 | 11111100 | 100100 | 1001001 | 0 | 1 | 100001110 | 1100001 | 111111 |
Color Harmonies of #A143FC
Complementary color
Monochromatic Colors of #A143FC
Black with #A143FC
Text Example
Text Example
White with #A143FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143FC; }
p { color: rgb(161,67,252); }
H1.HeaderClassName
{
color: #A143FC;
}
.AnyTagClassName
{
color: #A143FC;
}
</style>
background-color css
<style>
a { background-color: #A143FC; }
a { background-color: rgb(161,67,252); }
div.DivClassName
{
background-color: #A143FC;
}
.BgClassName
{
background-color: #A143FC;
}
</style>
border-color css
<style>
span { border-color: #A143FC; }
span { border-color: rgb(161,67,252); }
td.TdClassName
{
border-color: #A143FC;
}
.TagClassName
{
border-color: #A143FC;
}
</style>