Shades of Violet Blue #A1468F
Tints of Violet Blue #A1468F
RGB
CMYK
RGB Variations
Color information
#A1468F (or 0xA1468F) is known color: Violet Blue. HEX triplet: A1, 46 and 8F. RGB value is (161,70,143). Sum of RGB (Red+Green+Blue) = 161+70+143=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1468F is #5EB970. Grayscale: #696969. Windows color (decimal): -6207857 or 9389729. OLE color: 9389729.
HSL color Cylindrical-coordinate representation of color #A1468F: hue angle of 311.87º 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 #A1468F is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 143 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.37 |
| HSL | 311.87º | 0.39% | 0.45% | - |
| HSV(B) | 311.87º | 0.57% | 0.63% | - |
| XYZ | 21.85 | 13.94 | 27.53 | - |
| YUV | 105.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 143 | 0 | 0.57 | 0.11 | 0.37 | 311.87 | 0.39 | 0.45 |
| Hex | A1 | 46 | 8F | 0 | 39 | B | 25 | 138 | 27 | 2D |
| Octal | 241 | 106 | 217 | 0 | 71 | 13 | 45 | 470 | 47 | 55 |
| Binary | 10100001 | 1000110 | 10001111 | 0 | 111001 | 1011 | 100101 | 100111000 | 100111 | 101101 |
Color Harmonies of #A1468F
Complementary color
Monochromatic Colors of #A1468F
Black with #A1468F
Text Example
Text Example
White with #A1468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1468F; }
p { color: rgb(161,70,143); }
H1.HeaderClassName
{
color: #A1468F;
}
.AnyTagClassName
{
color: #A1468F;
}
</style>
background-color css
<style>
a { background-color: #A1468F; }
a { background-color: rgb(161,70,143); }
div.DivClassName
{
background-color: #A1468F;
}
.BgClassName
{
background-color: #A1468F;
}
</style>
border-color css
<style>
span { border-color: #A1468F; }
span { border-color: rgb(161,70,143); }
td.TdClassName
{
border-color: #A1468F;
}
.TagClassName
{
border-color: #A1468F;
}
</style>