Shades of Violet Blue #A13F98
Tints of Violet Blue #A13F98
RGB
CMYK
RGB Variations
Color information
#A13F98 (or 0xA13F98) is known color: Violet Blue. HEX triplet: A1, 3F and 98. RGB value is (161,63,152). Sum of RGB (Red+Green+Blue) = 161+63+152=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13F98 is #5EC067. Grayscale: #666666. Windows color (decimal): -6209640 or 9977761. OLE color: 9977761.
HSL color Cylindrical-coordinate representation of color #A13F98: hue angle of 305.51º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13F98 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 63 | 152 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.37 |
| HSL | 305.51º | 0.44% | 0.44% | - |
| HSV(B) | 305.51º | 0.61% | 0.63% | - |
| XYZ | 22.14 | 13.4 | 31.12 | - |
| YUV | 102.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 152 | 0 | 0.61 | 0.06 | 0.37 | 305.51 | 0.44 | 0.44 |
| Hex | A1 | 3F | 98 | 0 | 3D | 6 | 25 | 132 | 2C | 2C |
| Octal | 241 | 77 | 230 | 0 | 75 | 6 | 45 | 462 | 54 | 54 |
| Binary | 10100001 | 111111 | 10011000 | 0 | 111101 | 110 | 100101 | 100110010 | 101100 | 101100 |
Color Harmonies of #A13F98
Complementary color
Monochromatic Colors of #A13F98
Black with #A13F98
Text Example
Text Example
White with #A13F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13F98; }
p { color: rgb(161,63,152); }
H1.HeaderClassName
{
color: #A13F98;
}
.AnyTagClassName
{
color: #A13F98;
}
</style>
background-color css
<style>
a { background-color: #A13F98; }
a { background-color: rgb(161,63,152); }
div.DivClassName
{
background-color: #A13F98;
}
.BgClassName
{
background-color: #A13F98;
}
</style>
border-color css
<style>
span { border-color: #A13F98; }
span { border-color: rgb(161,63,152); }
td.TdClassName
{
border-color: #A13F98;
}
.TagClassName
{
border-color: #A13F98;
}
</style>