Shades of Violet Blue #A140A0
Tints of Violet Blue #A140A0
RGB
CMYK
RGB Variations
Color information
#A140A0 (or 0xA140A0) is known color: Violet Blue. HEX triplet: A1, 40 and A0. RGB value is (161,64,160). Sum of RGB (Red+Green+Blue) = 161+64+160=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A140A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A140A0 is #5EBF5F. Grayscale: #676767. Windows color (decimal): -6209376 or 10502305. OLE color: 10502305.
HSL color Cylindrical-coordinate representation of color #A140A0: hue angle of 300.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A140A0 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 160 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.37 |
| HSL | 300.62º | 0.43% | 0.44% | - |
| HSV(B) | 300.62º | 0.6% | 0.63% | - |
| XYZ | 22.88 | 13.78 | 34.71 | - |
| YUV | 103.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 160 | 0 | 0.60 | 0.01 | 0.37 | 300.62 | 0.43 | 0.44 |
| Hex | A1 | 40 | A0 | 0 | 3C | 1 | 25 | 12D | 2B | 2C |
| Octal | 241 | 100 | 240 | 0 | 74 | 1 | 45 | 455 | 53 | 54 |
| Binary | 10100001 | 1000000 | 10100000 | 0 | 111100 | 1 | 100101 | 100101101 | 101011 | 101100 |
Color Harmonies of #A140A0
Complementary color
Monochromatic Colors of #A140A0
Black with #A140A0
Text Example
Text Example
White with #A140A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140A0; }
p { color: rgb(161,64,160); }
H1.HeaderClassName
{
color: #A140A0;
}
.AnyTagClassName
{
color: #A140A0;
}
</style>
background-color css
<style>
a { background-color: #A140A0; }
a { background-color: rgb(161,64,160); }
div.DivClassName
{
background-color: #A140A0;
}
.BgClassName
{
background-color: #A140A0;
}
</style>
border-color css
<style>
span { border-color: #A140A0; }
span { border-color: rgb(161,64,160); }
td.TdClassName
{
border-color: #A140A0;
}
.TagClassName
{
border-color: #A140A0;
}
</style>