Shades of Violet Blue #A1409D
Tints of Violet Blue #A1409D
RGB
CMYK
RGB Variations
Color information
#A1409D (or 0xA1409D) is known color: Violet Blue. HEX triplet: A1, 40 and 9D. RGB value is (161,64,157). Sum of RGB (Red+Green+Blue) = 161+64+157=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1409D is #5EBF62. Grayscale: #676767. Windows color (decimal): -6209379 or 10305697. OLE color: 10305697.
HSL color Cylindrical-coordinate representation of color #A1409D: hue angle of 302.47º 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 #A1409D is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 157 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.37 |
| HSL | 302.47º | 0.43% | 0.44% | - |
| HSV(B) | 302.47º | 0.6% | 0.63% | - |
| XYZ | 22.62 | 13.68 | 33.35 | - |
| YUV | 103.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 157 | 0 | 0.60 | 0.02 | 0.37 | 302.47 | 0.43 | 0.44 |
| Hex | A1 | 40 | 9D | 0 | 3C | 2 | 25 | 12E | 2B | 2C |
| Octal | 241 | 100 | 235 | 0 | 74 | 2 | 45 | 456 | 53 | 54 |
| Binary | 10100001 | 1000000 | 10011101 | 0 | 111100 | 10 | 100101 | 100101110 | 101011 | 101100 |
Color Harmonies of #A1409D
Complementary color
Monochromatic Colors of #A1409D
Black with #A1409D
Text Example
Text Example
White with #A1409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1409D; }
p { color: rgb(161,64,157); }
H1.HeaderClassName
{
color: #A1409D;
}
.AnyTagClassName
{
color: #A1409D;
}
</style>
background-color css
<style>
a { background-color: #A1409D; }
a { background-color: rgb(161,64,157); }
div.DivClassName
{
background-color: #A1409D;
}
.BgClassName
{
background-color: #A1409D;
}
</style>
border-color css
<style>
span { border-color: #A1409D; }
span { border-color: rgb(161,64,157); }
td.TdClassName
{
border-color: #A1409D;
}
.TagClassName
{
border-color: #A1409D;
}
</style>