Shades of Violet Blue #A140A6
Tints of Violet Blue #A140A6
RGB
CMYK
RGB Variations
Color information
#A140A6 (or 0xA140A6) is known color: Violet Blue. HEX triplet: A1, 40 and A6. RGB value is (161,64,166). Sum of RGB (Red+Green+Blue) = 161+64+166=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #A140A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A140A6 is #5EBF59. Grayscale: #686868. Windows color (decimal): -6209370 or 10895521. OLE color: 10895521.
HSL color Cylindrical-coordinate representation of color #A140A6: hue angle of 297.06º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A140A6 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 64 | 166 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.35 |
| HSL | 297.06º | 0.44% | 0.45% | - |
| HSV(B) | 297.06º | 0.61% | 0.65% | - |
| XYZ | 23.41 | 14 | 37.54 | - |
| YUV | 104.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 166 | 0.03 | 0.61 | 0 | 0.35 | 297.06 | 0.44 | 0.45 |
| Hex | A1 | 40 | A6 | 3 | 3D | 0 | 23 | 129 | 2C | 2D |
| Octal | 241 | 100 | 246 | 3 | 75 | 0 | 43 | 451 | 54 | 55 |
| Binary | 10100001 | 1000000 | 10100110 | 11 | 111101 | 0 | 100011 | 100101001 | 101100 | 101101 |
Color Harmonies of #A140A6
Complementary color
Monochromatic Colors of #A140A6
Black with #A140A6
Text Example
Text Example
White with #A140A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140A6; }
p { color: rgb(161,64,166); }
H1.HeaderClassName
{
color: #A140A6;
}
.AnyTagClassName
{
color: #A140A6;
}
</style>
background-color css
<style>
a { background-color: #A140A6; }
a { background-color: rgb(161,64,166); }
div.DivClassName
{
background-color: #A140A6;
}
.BgClassName
{
background-color: #A140A6;
}
</style>
border-color css
<style>
span { border-color: #A140A6; }
span { border-color: rgb(161,64,166); }
td.TdClassName
{
border-color: #A140A6;
}
.TagClassName
{
border-color: #A140A6;
}
</style>