Shades of Violet Blue #A1469D
Tints of Violet Blue #A1469D
RGB
CMYK
RGB Variations
Color information
#A1469D (or 0xA1469D) is known color: Violet Blue. HEX triplet: A1, 46 and 9D. RGB value is (161,70,157). Sum of RGB (Red+Green+Blue) = 161+70+157=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1469D is #5EB962. Grayscale: #6A6A6A. Windows color (decimal): -6207843 or 10307233. OLE color: 10307233.
HSL color Cylindrical-coordinate representation of color #A1469D: hue angle of 302.64º 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 #A1469D is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 157 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.37 |
| HSL | 302.64º | 0.39% | 0.45% | - |
| HSV(B) | 302.64º | 0.57% | 0.63% | - |
| XYZ | 22.97 | 14.39 | 33.47 | - |
| YUV | 107.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 157 | 0 | 0.57 | 0.02 | 0.37 | 302.64 | 0.39 | 0.45 |
| Hex | A1 | 46 | 9D | 0 | 39 | 2 | 25 | 12F | 27 | 2D |
| Octal | 241 | 106 | 235 | 0 | 71 | 2 | 45 | 457 | 47 | 55 |
| Binary | 10100001 | 1000110 | 10011101 | 0 | 111001 | 10 | 100101 | 100101111 | 100111 | 101101 |
Color Harmonies of #A1469D
Complementary color
Monochromatic Colors of #A1469D
Black with #A1469D
Text Example
Text Example
White with #A1469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1469D; }
p { color: rgb(161,70,157); }
H1.HeaderClassName
{
color: #A1469D;
}
.AnyTagClassName
{
color: #A1469D;
}
</style>
background-color css
<style>
a { background-color: #A1469D; }
a { background-color: rgb(161,70,157); }
div.DivClassName
{
background-color: #A1469D;
}
.BgClassName
{
background-color: #A1469D;
}
</style>
border-color css
<style>
span { border-color: #A1469D; }
span { border-color: rgb(161,70,157); }
td.TdClassName
{
border-color: #A1469D;
}
.TagClassName
{
border-color: #A1469D;
}
</style>