Shades of Violet Blue #A1409B
Tints of Violet Blue #A1409B
RGB
CMYK
RGB Variations
Color information
#A1409B (or 0xA1409B) is known color: Violet Blue. HEX triplet: A1, 40 and 9B. RGB value is (161,64,155). Sum of RGB (Red+Green+Blue) = 161+64+155=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A1409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1409B is #5EBF64. Grayscale: #676767. Windows color (decimal): -6209381 or 10174625. OLE color: 10174625.
HSL color Cylindrical-coordinate representation of color #A1409B: hue angle of 303.71º 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 #A1409B is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 155 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.37 |
| HSL | 303.71º | 0.43% | 0.44% | - |
| HSV(B) | 303.71º | 0.6% | 0.63% | - |
| XYZ | 22.45 | 13.61 | 32.45 | - |
| YUV | 103.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 155 | 0 | 0.60 | 0.04 | 0.37 | 303.71 | 0.43 | 0.44 |
| Hex | A1 | 40 | 9B | 0 | 3C | 4 | 25 | 130 | 2B | 2C |
| Octal | 241 | 100 | 233 | 0 | 74 | 4 | 45 | 460 | 53 | 54 |
| Binary | 10100001 | 1000000 | 10011011 | 0 | 111100 | 100 | 100101 | 100110000 | 101011 | 101100 |
Color Harmonies of #A1409B
Complementary color
Monochromatic Colors of #A1409B
Black with #A1409B
Text Example
Text Example
White with #A1409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1409B; }
p { color: rgb(161,64,155); }
H1.HeaderClassName
{
color: #A1409B;
}
.AnyTagClassName
{
color: #A1409B;
}
</style>
background-color css
<style>
a { background-color: #A1409B; }
a { background-color: rgb(161,64,155); }
div.DivClassName
{
background-color: #A1409B;
}
.BgClassName
{
background-color: #A1409B;
}
</style>
border-color css
<style>
span { border-color: #A1409B; }
span { border-color: rgb(161,64,155); }
td.TdClassName
{
border-color: #A1409B;
}
.TagClassName
{
border-color: #A1409B;
}
</style>