Shades of Violet Blue #A13C97
Tints of Violet Blue #A13C97
RGB
CMYK
RGB Variations
Color information
#A13C97 (or 0xA13C97) is known color: Violet Blue. HEX triplet: A1, 3C and 97. RGB value is (161,60,151). Sum of RGB (Red+Green+Blue) = 161+60+151=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13C97 is #5EC368. Grayscale: #646464. Windows color (decimal): -6210409 or 9911457. OLE color: 9911457.
HSL color Cylindrical-coordinate representation of color #A13C97: hue angle of 305.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 #A13C97 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 151 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.37 |
| HSL | 305.94º | 0.46% | 0.43% | - |
| HSV(B) | 305.94º | 0.63% | 0.63% | - |
| XYZ | 21.9 | 13.04 | 30.64 | - |
| YUV | 100.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 151 | 0 | 0.63 | 0.06 | 0.37 | 305.94 | 0.46 | 0.43 |
| Hex | A1 | 3C | 97 | 0 | 3F | 6 | 25 | 132 | 2E | 2B |
| Octal | 241 | 74 | 227 | 0 | 77 | 6 | 45 | 462 | 56 | 53 |
| Binary | 10100001 | 111100 | 10010111 | 0 | 111111 | 110 | 100101 | 100110010 | 101110 | 101011 |
Color Harmonies of #A13C97
Complementary color
Monochromatic Colors of #A13C97
Black with #A13C97
Text Example
Text Example
White with #A13C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C97; }
p { color: rgb(161,60,151); }
H1.HeaderClassName
{
color: #A13C97;
}
.AnyTagClassName
{
color: #A13C97;
}
</style>
background-color css
<style>
a { background-color: #A13C97; }
a { background-color: rgb(161,60,151); }
div.DivClassName
{
background-color: #A13C97;
}
.BgClassName
{
background-color: #A13C97;
}
</style>
border-color css
<style>
span { border-color: #A13C97; }
span { border-color: rgb(161,60,151); }
td.TdClassName
{
border-color: #A13C97;
}
.TagClassName
{
border-color: #A13C97;
}
</style>