Shades of Blue Violet #A143FF
Tints of Blue Violet #A143FF
RGB
CMYK
RGB Variations
Color information
#A143FF (or 0xA143FF) is known color: Blue Violet. HEX triplet: A1, 43 and FF. RGB value is (161,67,255). Sum of RGB (Red+Green+Blue) = 161+67+255=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #A143FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143FF is #5EBC00. Grayscale: #737373. Windows color (decimal): -6208513 or 16728993. OLE color: 16728993.
HSL color Cylindrical-coordinate representation of color #A143FF: hue angle of 270º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A143FF is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 67 | 255 | - |
| CMYK | 0.37 | 0.74 | 0 | 0 |
| HSL | 270º | 1% | 0.63% | - |
| HSV(B) | 270º | 0.74% | 1% | - |
| XYZ | 34.76 | 18.81 | 96.41 | - |
| YUV | 116.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 255 | 0.37 | 0.74 | 0 | 0 | 270 | 1 | 0.63 |
| Hex | A1 | 43 | FF | 25 | 4A | 0 | 0 | 10E | 64 | 3F |
| Octal | 241 | 103 | 377 | 45 | 112 | 0 | 0 | 416 | 144 | 77 |
| Binary | 10100001 | 1000011 | 11111111 | 100101 | 1001010 | 0 | 0 | 100001110 | 1100100 | 111111 |
Color Harmonies of #A143FF
Complementary color
Monochromatic Colors of #A143FF
Black with #A143FF
Text Example
Text Example
White with #A143FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143FF; }
p { color: rgb(161,67,255); }
H1.HeaderClassName
{
color: #A143FF;
}
.AnyTagClassName
{
color: #A143FF;
}
</style>
background-color css
<style>
a { background-color: #A143FF; }
a { background-color: rgb(161,67,255); }
div.DivClassName
{
background-color: #A143FF;
}
.BgClassName
{
background-color: #A143FF;
}
</style>
border-color css
<style>
span { border-color: #A143FF; }
span { border-color: rgb(161,67,255); }
td.TdClassName
{
border-color: #A143FF;
}
.TagClassName
{
border-color: #A143FF;
}
</style>