Shades of Violet Blue #A1479D
Tints of Violet Blue #A1479D
RGB
CMYK
RGB Variations
Color information
#A1479D (or 0xA1479D) is known color: Violet Blue. HEX triplet: A1, 47 and 9D. RGB value is (161,71,157). Sum of RGB (Red+Green+Blue) = 161+71+157=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1479D is #5EB862. Grayscale: #6B6B6B. Windows color (decimal): -6207587 or 10307489. OLE color: 10307489.
HSL color Cylindrical-coordinate representation of color #A1479D: hue angle of 302.67º 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 #A1479D is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 157 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.37 |
| HSL | 302.67º | 0.39% | 0.45% | - |
| HSV(B) | 302.67º | 0.56% | 0.63% | - |
| XYZ | 23.04 | 14.52 | 33.49 | - |
| YUV | 107.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 157 | 0 | 0.56 | 0.02 | 0.37 | 302.67 | 0.39 | 0.45 |
| Hex | A1 | 47 | 9D | 0 | 38 | 2 | 25 | 12F | 27 | 2D |
| Octal | 241 | 107 | 235 | 0 | 70 | 2 | 45 | 457 | 47 | 55 |
| Binary | 10100001 | 1000111 | 10011101 | 0 | 111000 | 10 | 100101 | 100101111 | 100111 | 101101 |
Color Harmonies of #A1479D
Complementary color
Monochromatic Colors of #A1479D
Black with #A1479D
Text Example
Text Example
White with #A1479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1479D; }
p { color: rgb(161,71,157); }
H1.HeaderClassName
{
color: #A1479D;
}
.AnyTagClassName
{
color: #A1479D;
}
</style>
background-color css
<style>
a { background-color: #A1479D; }
a { background-color: rgb(161,71,157); }
div.DivClassName
{
background-color: #A1479D;
}
.BgClassName
{
background-color: #A1479D;
}
</style>
border-color css
<style>
span { border-color: #A1479D; }
span { border-color: rgb(161,71,157); }
td.TdClassName
{
border-color: #A1479D;
}
.TagClassName
{
border-color: #A1479D;
}
</style>