Shades of Violet Blue #A13B9C
Tints of Violet Blue #A13B9C
RGB
CMYK
RGB Variations
Color information
#A13B9C (or 0xA13B9C) is known color: Violet Blue. HEX triplet: A1, 3B and 9C. RGB value is (161,59,156). Sum of RGB (Red+Green+Blue) = 161+59+156=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B9C is #5EC463. Grayscale: #646464. Windows color (decimal): -6210660 or 10238881. OLE color: 10238881.
HSL color Cylindrical-coordinate representation of color #A13B9C: hue angle of 302.94º 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 #A13B9C is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 156 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.37 |
| HSL | 302.94º | 0.46% | 0.43% | - |
| HSV(B) | 302.94º | 0.63% | 0.63% | - |
| XYZ | 22.26 | 13.11 | 32.81 | - |
| YUV | 100.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 156 | 0 | 0.63 | 0.03 | 0.37 | 302.94 | 0.46 | 0.43 |
| Hex | A1 | 3B | 9C | 0 | 3F | 3 | 25 | 12F | 2E | 2B |
| Octal | 241 | 73 | 234 | 0 | 77 | 3 | 45 | 457 | 56 | 53 |
| Binary | 10100001 | 111011 | 10011100 | 0 | 111111 | 11 | 100101 | 100101111 | 101110 | 101011 |
Color Harmonies of #A13B9C
Complementary color
Monochromatic Colors of #A13B9C
Black with #A13B9C
Text Example
Text Example
White with #A13B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13B9C; }
p { color: rgb(161,59,156); }
H1.HeaderClassName
{
color: #A13B9C;
}
.AnyTagClassName
{
color: #A13B9C;
}
</style>
background-color css
<style>
a { background-color: #A13B9C; }
a { background-color: rgb(161,59,156); }
div.DivClassName
{
background-color: #A13B9C;
}
.BgClassName
{
background-color: #A13B9C;
}
</style>
border-color css
<style>
span { border-color: #A13B9C; }
span { border-color: rgb(161,59,156); }
td.TdClassName
{
border-color: #A13B9C;
}
.TagClassName
{
border-color: #A13B9C;
}
</style>