Shades of Violet Blue #A13BA0
Tints of Violet Blue #A13BA0
RGB
CMYK
RGB Variations
Color information
#A13BA0 (or 0xA13BA0) is known color: Violet Blue. HEX triplet: A1, 3B and A0. RGB value is (161,59,160). Sum of RGB (Red+Green+Blue) = 161+59+160=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A13BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BA0 is #5EC45F. Grayscale: #646464. Windows color (decimal): -6210656 or 10501025. OLE color: 10501025.
HSL color Cylindrical-coordinate representation of color #A13BA0: hue angle of 300.59º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13BA0 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 160 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.37 |
| HSL | 300.59º | 0.46% | 0.43% | - |
| HSV(B) | 300.59º | 0.63% | 0.63% | - |
| XYZ | 22.61 | 13.24 | 34.62 | - |
| YUV | 101.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 160 | 0 | 0.63 | 0.01 | 0.37 | 300.59 | 0.46 | 0.43 |
| Hex | A1 | 3B | A0 | 0 | 3F | 1 | 25 | 12D | 2E | 2B |
| Octal | 241 | 73 | 240 | 0 | 77 | 1 | 45 | 455 | 56 | 53 |
| Binary | 10100001 | 111011 | 10100000 | 0 | 111111 | 1 | 100101 | 100101101 | 101110 | 101011 |
Color Harmonies of #A13BA0
Complementary color
Monochromatic Colors of #A13BA0
Black with #A13BA0
Text Example
Text Example
White with #A13BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13BA0; }
p { color: rgb(161,59,160); }
H1.HeaderClassName
{
color: #A13BA0;
}
.AnyTagClassName
{
color: #A13BA0;
}
</style>
background-color css
<style>
a { background-color: #A13BA0; }
a { background-color: rgb(161,59,160); }
div.DivClassName
{
background-color: #A13BA0;
}
.BgClassName
{
background-color: #A13BA0;
}
</style>
border-color css
<style>
span { border-color: #A13BA0; }
span { border-color: rgb(161,59,160); }
td.TdClassName
{
border-color: #A13BA0;
}
.TagClassName
{
border-color: #A13BA0;
}
</style>