Shades of Violet Blue #A13A9B
Tints of Violet Blue #A13A9B
RGB
CMYK
RGB Variations
Color information
#A13A9B (or 0xA13A9B) is known color: Violet Blue. HEX triplet: A1, 3A and 9B. RGB value is (161,58,155). Sum of RGB (Red+Green+Blue) = 161+58+155=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13A9B is #5EC564. Grayscale: #636363. Windows color (decimal): -6210917 or 10173089. OLE color: 10173089.
HSL color Cylindrical-coordinate representation of color #A13A9B: hue angle of 303.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13A9B is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 155 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.37 |
| HSL | 303.5º | 0.47% | 0.43% | - |
| HSV(B) | 303.5º | 0.64% | 0.63% | - |
| XYZ | 22.13 | 12.97 | 32.35 | - |
| YUV | 99.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 155 | 0 | 0.64 | 0.04 | 0.37 | 303.5 | 0.47 | 0.43 |
| Hex | A1 | 3A | 9B | 0 | 40 | 4 | 25 | 12F | 2F | 2B |
| Octal | 241 | 72 | 233 | 0 | 100 | 4 | 45 | 457 | 57 | 53 |
| Binary | 10100001 | 111010 | 10011011 | 0 | 1000000 | 100 | 100101 | 100101111 | 101111 | 101011 |
Color Harmonies of #A13A9B
Complementary color
Monochromatic Colors of #A13A9B
Black with #A13A9B
Text Example
Text Example
White with #A13A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A9B; }
p { color: rgb(161,58,155); }
H1.HeaderClassName
{
color: #A13A9B;
}
.AnyTagClassName
{
color: #A13A9B;
}
</style>
background-color css
<style>
a { background-color: #A13A9B; }
a { background-color: rgb(161,58,155); }
div.DivClassName
{
background-color: #A13A9B;
}
.BgClassName
{
background-color: #A13A9B;
}
</style>
border-color css
<style>
span { border-color: #A13A9B; }
span { border-color: rgb(161,58,155); }
td.TdClassName
{
border-color: #A13A9B;
}
.TagClassName
{
border-color: #A13A9B;
}
</style>