Shades of Violet Blue #A13F9C
Tints of Violet Blue #A13F9C
RGB
CMYK
RGB Variations
Color information
#A13F9C (or 0xA13F9C) is known color: Violet Blue. HEX triplet: A1, 3F and 9C. RGB value is (161,63,156). Sum of RGB (Red+Green+Blue) = 161+63+156=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13F9C is #5EC063. Grayscale: #666666. Windows color (decimal): -6209636 or 10239905. OLE color: 10239905.
HSL color Cylindrical-coordinate representation of color #A13F9C: hue angle of 303.06º 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 #A13F9C is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 63 | 156 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.37 |
| HSL | 303.06º | 0.44% | 0.44% | - |
| HSV(B) | 303.06º | 0.61% | 0.63% | - |
| XYZ | 22.48 | 13.53 | 32.88 | - |
| YUV | 102.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 156 | 0 | 0.61 | 0.03 | 0.37 | 303.06 | 0.44 | 0.44 |
| Hex | A1 | 3F | 9C | 0 | 3D | 3 | 25 | 12F | 2C | 2C |
| Octal | 241 | 77 | 234 | 0 | 75 | 3 | 45 | 457 | 54 | 54 |
| Binary | 10100001 | 111111 | 10011100 | 0 | 111101 | 11 | 100101 | 100101111 | 101100 | 101100 |
Color Harmonies of #A13F9C
Complementary color
Monochromatic Colors of #A13F9C
Black with #A13F9C
Text Example
Text Example
White with #A13F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13F9C; }
p { color: rgb(161,63,156); }
H1.HeaderClassName
{
color: #A13F9C;
}
.AnyTagClassName
{
color: #A13F9C;
}
</style>
background-color css
<style>
a { background-color: #A13F9C; }
a { background-color: rgb(161,63,156); }
div.DivClassName
{
background-color: #A13F9C;
}
.BgClassName
{
background-color: #A13F9C;
}
</style>
border-color css
<style>
span { border-color: #A13F9C; }
span { border-color: rgb(161,63,156); }
td.TdClassName
{
border-color: #A13F9C;
}
.TagClassName
{
border-color: #A13F9C;
}
</style>