Shades of Violet Blue #A1468E
Tints of Violet Blue #A1468E
RGB
CMYK
RGB Variations
Color information
#A1468E (or 0xA1468E) is known color: Violet Blue. HEX triplet: A1, 46 and 8E. RGB value is (161,70,142). Sum of RGB (Red+Green+Blue) = 161+70+142=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1468E is #5EB971. Grayscale: #696969. Windows color (decimal): -6207858 or 9324193. OLE color: 9324193.
HSL color Cylindrical-coordinate representation of color #A1468E: hue angle of 312.53º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1468E is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 142 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.37 |
| HSL | 312.53º | 0.39% | 0.45% | - |
| HSV(B) | 312.53º | 0.57% | 0.63% | - |
| XYZ | 21.77 | 13.91 | 27.13 | - |
| YUV | 105.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 142 | 0 | 0.57 | 0.12 | 0.37 | 312.53 | 0.39 | 0.45 |
| Hex | A1 | 46 | 8E | 0 | 39 | C | 25 | 139 | 27 | 2D |
| Octal | 241 | 106 | 216 | 0 | 71 | 14 | 45 | 471 | 47 | 55 |
| Binary | 10100001 | 1000110 | 10001110 | 0 | 111001 | 1100 | 100101 | 100111001 | 100111 | 101101 |
Color Harmonies of #A1468E
Complementary color
Monochromatic Colors of #A1468E
Black with #A1468E
Text Example
Text Example
White with #A1468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1468E; }
p { color: rgb(161,70,142); }
H1.HeaderClassName
{
color: #A1468E;
}
.AnyTagClassName
{
color: #A1468E;
}
</style>
background-color css
<style>
a { background-color: #A1468E; }
a { background-color: rgb(161,70,142); }
div.DivClassName
{
background-color: #A1468E;
}
.BgClassName
{
background-color: #A1468E;
}
</style>
border-color css
<style>
span { border-color: #A1468E; }
span { border-color: rgb(161,70,142); }
td.TdClassName
{
border-color: #A1468E;
}
.TagClassName
{
border-color: #A1468E;
}
</style>