Shades of Violet Blue #A1479B
Tints of Violet Blue #A1479B
RGB
CMYK
RGB Variations
Color information
#A1479B (or 0xA1479B) is known color: Violet Blue. HEX triplet: A1, 47 and 9B. RGB value is (161,71,155). Sum of RGB (Red+Green+Blue) = 161+71+155=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1479B is #5EB864. Grayscale: #6B6B6B. Windows color (decimal): -6207589 or 10176417. OLE color: 10176417.
HSL color Cylindrical-coordinate representation of color #A1479B: hue angle of 304º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1479B is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 155 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.37 |
| HSL | 304º | 0.39% | 0.45% | - |
| HSV(B) | 304º | 0.56% | 0.63% | - |
| XYZ | 22.87 | 14.45 | 32.59 | - |
| YUV | 107.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 155 | 0 | 0.56 | 0.04 | 0.37 | 304 | 0.39 | 0.45 |
| Hex | A1 | 47 | 9B | 0 | 38 | 4 | 25 | 130 | 27 | 2D |
| Octal | 241 | 107 | 233 | 0 | 70 | 4 | 45 | 460 | 47 | 55 |
| Binary | 10100001 | 1000111 | 10011011 | 0 | 111000 | 100 | 100101 | 100110000 | 100111 | 101101 |
Color Harmonies of #A1479B
Complementary color
Monochromatic Colors of #A1479B
Black with #A1479B
Text Example
Text Example
White with #A1479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1479B; }
p { color: rgb(161,71,155); }
H1.HeaderClassName
{
color: #A1479B;
}
.AnyTagClassName
{
color: #A1479B;
}
</style>
background-color css
<style>
a { background-color: #A1479B; }
a { background-color: rgb(161,71,155); }
div.DivClassName
{
background-color: #A1479B;
}
.BgClassName
{
background-color: #A1479B;
}
</style>
border-color css
<style>
span { border-color: #A1479B; }
span { border-color: rgb(161,71,155); }
td.TdClassName
{
border-color: #A1479B;
}
.TagClassName
{
border-color: #A1479B;
}
</style>