Shades of Violet Blue #A1409F
Tints of Violet Blue #A1409F
RGB
CMYK
RGB Variations
Color information
#A1409F (or 0xA1409F) is known color: Violet Blue. HEX triplet: A1, 40 and 9F. RGB value is (161,64,159). Sum of RGB (Red+Green+Blue) = 161+64+159=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1409F is #5EBF60. Grayscale: #676767. Windows color (decimal): -6209377 or 10436769. OLE color: 10436769.
HSL color Cylindrical-coordinate representation of color #A1409F: hue angle of 301.24º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1409F is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 159 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.37 |
| HSL | 301.24º | 0.43% | 0.44% | - |
| HSV(B) | 301.24º | 0.6% | 0.63% | - |
| XYZ | 22.79 | 13.75 | 34.25 | - |
| YUV | 103.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 159 | 0 | 0.60 | 0.01 | 0.37 | 301.24 | 0.43 | 0.44 |
| Hex | A1 | 40 | 9F | 0 | 3C | 1 | 25 | 12D | 2B | 2C |
| Octal | 241 | 100 | 237 | 0 | 74 | 1 | 45 | 455 | 53 | 54 |
| Binary | 10100001 | 1000000 | 10011111 | 0 | 111100 | 1 | 100101 | 100101101 | 101011 | 101100 |
Color Harmonies of #A1409F
Complementary color
Monochromatic Colors of #A1409F
Black with #A1409F
Text Example
Text Example
White with #A1409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1409F; }
p { color: rgb(161,64,159); }
H1.HeaderClassName
{
color: #A1409F;
}
.AnyTagClassName
{
color: #A1409F;
}
</style>
background-color css
<style>
a { background-color: #A1409F; }
a { background-color: rgb(161,64,159); }
div.DivClassName
{
background-color: #A1409F;
}
.BgClassName
{
background-color: #A1409F;
}
</style>
border-color css
<style>
span { border-color: #A1409F; }
span { border-color: rgb(161,64,159); }
td.TdClassName
{
border-color: #A1409F;
}
.TagClassName
{
border-color: #A1409F;
}
</style>