Shades of Violet Blue #A143A1
Tints of Violet Blue #A143A1
RGB
CMYK
RGB Variations
Color information
#A143A1 (or 0xA143A1) is known color: Violet Blue. HEX triplet: A1, 43 and A1. RGB value is (161,67,161). Sum of RGB (Red+Green+Blue) = 161+67+161=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A143A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A143A1 is #5EBC5E. Grayscale: #696969. Windows color (decimal): -6208607 or 10568609. OLE color: 10568609.
HSL color Cylindrical-coordinate representation of color #A143A1: hue angle of 300º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A143A1 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 161 | - |
| CMYK | 0 | 0.58 | 0 | 0.37 |
| HSL | 300º | 0.41% | 0.45% | - |
| HSV(B) | 300º | 0.58% | 0.63% | - |
| XYZ | 23.14 | 14.16 | 35.23 | - |
| YUV | 105.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 161 | 0 | 0.58 | 0 | 0.37 | 300 | 0.41 | 0.45 |
| Hex | A1 | 43 | A1 | 0 | 3A | 0 | 25 | 12C | 29 | 2D |
| Octal | 241 | 103 | 241 | 0 | 72 | 0 | 45 | 454 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10100001 | 0 | 111010 | 0 | 100101 | 100101100 | 101001 | 101101 |
Color Harmonies of #A143A1
Complementary color
Monochromatic Colors of #A143A1
Black with #A143A1
Text Example
Text Example
White with #A143A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143A1; }
p { color: rgb(161,67,161); }
H1.HeaderClassName
{
color: #A143A1;
}
.AnyTagClassName
{
color: #A143A1;
}
</style>
background-color css
<style>
a { background-color: #A143A1; }
a { background-color: rgb(161,67,161); }
div.DivClassName
{
background-color: #A143A1;
}
.BgClassName
{
background-color: #A143A1;
}
</style>
border-color css
<style>
span { border-color: #A143A1; }
span { border-color: rgb(161,67,161); }
td.TdClassName
{
border-color: #A143A1;
}
.TagClassName
{
border-color: #A143A1;
}
</style>