Shades of Violet Blue #A13B9A
Tints of Violet Blue #A13B9A
RGB
CMYK
RGB Variations
Color information
#A13B9A (or 0xA13B9A) is known color: Violet Blue. HEX triplet: A1, 3B and 9A. RGB value is (161,59,154). Sum of RGB (Red+Green+Blue) = 161+59+154=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B9A is #5EC465. Grayscale: #646464. Windows color (decimal): -6210662 or 10107809. OLE color: 10107809.
HSL color Cylindrical-coordinate representation of color #A13B9A: hue angle of 304.12º 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 #A13B9A is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 154 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.37 |
| HSL | 304.12º | 0.46% | 0.43% | - |
| HSV(B) | 304.12º | 0.63% | 0.63% | - |
| XYZ | 22.09 | 13.04 | 31.92 | - |
| YUV | 100.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 154 | 0 | 0.63 | 0.04 | 0.37 | 304.12 | 0.46 | 0.43 |
| Hex | A1 | 3B | 9A | 0 | 3F | 4 | 25 | 130 | 2E | 2B |
| Octal | 241 | 73 | 232 | 0 | 77 | 4 | 45 | 460 | 56 | 53 |
| Binary | 10100001 | 111011 | 10011010 | 0 | 111111 | 100 | 100101 | 100110000 | 101110 | 101011 |
Color Harmonies of #A13B9A
Complementary color
Monochromatic Colors of #A13B9A
Black with #A13B9A
Text Example
Text Example
White with #A13B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13B9A; }
p { color: rgb(161,59,154); }
H1.HeaderClassName
{
color: #A13B9A;
}
.AnyTagClassName
{
color: #A13B9A;
}
</style>
background-color css
<style>
a { background-color: #A13B9A; }
a { background-color: rgb(161,59,154); }
div.DivClassName
{
background-color: #A13B9A;
}
.BgClassName
{
background-color: #A13B9A;
}
</style>
border-color css
<style>
span { border-color: #A13B9A; }
span { border-color: rgb(161,59,154); }
td.TdClassName
{
border-color: #A13B9A;
}
.TagClassName
{
border-color: #A13B9A;
}
</style>