Shades of Violet Blue #A1439C
Tints of Violet Blue #A1439C
RGB
CMYK
RGB Variations
Color information
#A1439C (or 0xA1439C) is known color: Violet Blue. HEX triplet: A1, 43 and 9C. RGB value is (161,67,156). Sum of RGB (Red+Green+Blue) = 161+67+156=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1439C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1439C is #5EBC63. Grayscale: #686868. Windows color (decimal): -6208612 or 10240929. OLE color: 10240929.
HSL color Cylindrical-coordinate representation of color #A1439C: hue angle of 303.19º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1439C is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 156 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.37 |
| HSL | 303.19º | 0.41% | 0.45% | - |
| HSV(B) | 303.19º | 0.58% | 0.63% | - |
| XYZ | 22.71 | 13.99 | 32.96 | - |
| YUV | 105.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 156 | 0 | 0.58 | 0.03 | 0.37 | 303.19 | 0.41 | 0.45 |
| Hex | A1 | 43 | 9C | 0 | 3A | 3 | 25 | 12F | 29 | 2D |
| Octal | 241 | 103 | 234 | 0 | 72 | 3 | 45 | 457 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10011100 | 0 | 111010 | 11 | 100101 | 100101111 | 101001 | 101101 |
Color Harmonies of #A1439C
Complementary color
Monochromatic Colors of #A1439C
Black with #A1439C
Text Example
Text Example
White with #A1439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1439C; }
p { color: rgb(161,67,156); }
H1.HeaderClassName
{
color: #A1439C;
}
.AnyTagClassName
{
color: #A1439C;
}
</style>
background-color css
<style>
a { background-color: #A1439C; }
a { background-color: rgb(161,67,156); }
div.DivClassName
{
background-color: #A1439C;
}
.BgClassName
{
background-color: #A1439C;
}
</style>
border-color css
<style>
span { border-color: #A1439C; }
span { border-color: rgb(161,67,156); }
td.TdClassName
{
border-color: #A1439C;
}
.TagClassName
{
border-color: #A1439C;
}
</style>