Shades of Violet Blue #A1439A
Tints of Violet Blue #A1439A
RGB
CMYK
RGB Variations
Color information
#A1439A (or 0xA1439A) is known color: Violet Blue. HEX triplet: A1, 43 and 9A. RGB value is (161,67,154). Sum of RGB (Red+Green+Blue) = 161+67+154=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1439A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1439A is #5EBC65. Grayscale: #686868. Windows color (decimal): -6208614 or 10109857. OLE color: 10109857.
HSL color Cylindrical-coordinate representation of color #A1439A: hue angle of 304.47º 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 #A1439A is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 154 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.37 |
| HSL | 304.47º | 0.41% | 0.45% | - |
| HSV(B) | 304.47º | 0.58% | 0.63% | - |
| XYZ | 22.54 | 13.92 | 32.07 | - |
| YUV | 105.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 154 | 0 | 0.58 | 0.04 | 0.37 | 304.47 | 0.41 | 0.45 |
| Hex | A1 | 43 | 9A | 0 | 3A | 4 | 25 | 130 | 29 | 2D |
| Octal | 241 | 103 | 232 | 0 | 72 | 4 | 45 | 460 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10011010 | 0 | 111010 | 100 | 100101 | 100110000 | 101001 | 101101 |
Color Harmonies of #A1439A
Complementary color
Monochromatic Colors of #A1439A
Black with #A1439A
Text Example
Text Example
White with #A1439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1439A; }
p { color: rgb(161,67,154); }
H1.HeaderClassName
{
color: #A1439A;
}
.AnyTagClassName
{
color: #A1439A;
}
</style>
background-color css
<style>
a { background-color: #A1439A; }
a { background-color: rgb(161,67,154); }
div.DivClassName
{
background-color: #A1439A;
}
.BgClassName
{
background-color: #A1439A;
}
</style>
border-color css
<style>
span { border-color: #A1439A; }
span { border-color: rgb(161,67,154); }
td.TdClassName
{
border-color: #A1439A;
}
.TagClassName
{
border-color: #A1439A;
}
</style>