Shades of Violet Blue #A3479B
Tints of Violet Blue #A3479B
RGB
CMYK
RGB Variations
Color information
#A3479B (or 0xA3479B) is known color: Violet Blue. HEX triplet: A3, 47 and 9B. RGB value is (163,71,155). Sum of RGB (Red+Green+Blue) = 163+71+155=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3479B is #5CB864. Grayscale: #6B6B6B. Windows color (decimal): -6076517 or 10176419. OLE color: 10176419.
HSL color Cylindrical-coordinate representation of color #A3479B: hue angle of 305.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3479B is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 155 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.36 |
| HSL | 305.22º | 0.39% | 0.46% | - |
| HSV(B) | 305.22º | 0.56% | 0.64% | - |
| XYZ | 23.27 | 14.66 | 32.61 | - |
| YUV | 108.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 155 | 0 | 0.56 | 0.05 | 0.36 | 305.22 | 0.39 | 0.46 |
| Hex | A3 | 47 | 9B | 0 | 38 | 5 | 24 | 131 | 27 | 2E |
| Octal | 243 | 107 | 233 | 0 | 70 | 5 | 44 | 461 | 47 | 56 |
| Binary | 10100011 | 1000111 | 10011011 | 0 | 111000 | 101 | 100100 | 100110001 | 100111 | 101110 |
Color Harmonies of #A3479B
Complementary color
Monochromatic Colors of #A3479B
Black with #A3479B
Text Example
Text Example
White with #A3479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3479B; }
p { color: rgb(163,71,155); }
H1.HeaderClassName
{
color: #A3479B;
}
.AnyTagClassName
{
color: #A3479B;
}
</style>
background-color css
<style>
a { background-color: #A3479B; }
a { background-color: rgb(163,71,155); }
div.DivClassName
{
background-color: #A3479B;
}
.BgClassName
{
background-color: #A3479B;
}
</style>
border-color css
<style>
span { border-color: #A3479B; }
span { border-color: rgb(163,71,155); }
td.TdClassName
{
border-color: #A3479B;
}
.TagClassName
{
border-color: #A3479B;
}
</style>