Shades of Violet Blue #A13B9E
Tints of Violet Blue #A13B9E
RGB
CMYK
RGB Variations
Color information
#A13B9E (or 0xA13B9E) is known color: Violet Blue. HEX triplet: A1, 3B and 9E. RGB value is (161,59,158). Sum of RGB (Red+Green+Blue) = 161+59+158=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B9E is #5EC461. Grayscale: #646464. Windows color (decimal): -6210658 or 10369953. OLE color: 10369953.
HSL color Cylindrical-coordinate representation of color #A13B9E: hue angle of 301.76º 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 #A13B9E is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 158 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.37 |
| HSL | 301.76º | 0.46% | 0.43% | - |
| HSV(B) | 301.76º | 0.63% | 0.63% | - |
| XYZ | 22.43 | 13.17 | 33.71 | - |
| YUV | 100.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 158 | 0 | 0.63 | 0.02 | 0.37 | 301.76 | 0.46 | 0.43 |
| Hex | A1 | 3B | 9E | 0 | 3F | 2 | 25 | 12E | 2E | 2B |
| Octal | 241 | 73 | 236 | 0 | 77 | 2 | 45 | 456 | 56 | 53 |
| Binary | 10100001 | 111011 | 10011110 | 0 | 111111 | 10 | 100101 | 100101110 | 101110 | 101011 |
Color Harmonies of #A13B9E
Complementary color
Monochromatic Colors of #A13B9E
Black with #A13B9E
Text Example
Text Example
White with #A13B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13B9E; }
p { color: rgb(161,59,158); }
H1.HeaderClassName
{
color: #A13B9E;
}
.AnyTagClassName
{
color: #A13B9E;
}
</style>
background-color css
<style>
a { background-color: #A13B9E; }
a { background-color: rgb(161,59,158); }
div.DivClassName
{
background-color: #A13B9E;
}
.BgClassName
{
background-color: #A13B9E;
}
</style>
border-color css
<style>
span { border-color: #A13B9E; }
span { border-color: rgb(161,59,158); }
td.TdClassName
{
border-color: #A13B9E;
}
.TagClassName
{
border-color: #A13B9E;
}
</style>