Shades of Violet Blue #A346AD
Tints of Violet Blue #A346AD
RGB
CMYK
RGB Variations
Color information
#A346AD (or 0xA346AD) is known color: Violet Blue. HEX triplet: A3, 46 and AD. RGB value is (163,70,173). Sum of RGB (Red+Green+Blue) = 163+70+173=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #A346AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A346AD is #5CB952. Grayscale: #6D6D6D. Windows color (decimal): -6076755 or 11355811. OLE color: 11355811.
HSL color Cylindrical-coordinate representation of color #A346AD: hue angle of 294.17º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A346AD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 70 | 173 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.32 |
| HSL | 294.17º | 0.42% | 0.48% | - |
| HSV(B) | 294.17º | 0.6% | 0.68% | - |
| XYZ | 24.84 | 15.18 | 41.16 | - |
| YUV | 109.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 173 | 0.06 | 0.60 | 0 | 0.32 | 294.17 | 0.42 | 0.48 |
| Hex | A3 | 46 | AD | 6 | 3C | 0 | 20 | 126 | 2A | 30 |
| Octal | 243 | 106 | 255 | 6 | 74 | 0 | 40 | 446 | 52 | 60 |
| Binary | 10100011 | 1000110 | 10101101 | 110 | 111100 | 0 | 100000 | 100100110 | 101010 | 110000 |
Color Harmonies of #A346AD
Complementary color
Monochromatic Colors of #A346AD
Black with #A346AD
Text Example
Text Example
White with #A346AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A346AD; }
p { color: rgb(163,70,173); }
H1.HeaderClassName
{
color: #A346AD;
}
.AnyTagClassName
{
color: #A346AD;
}
</style>
background-color css
<style>
a { background-color: #A346AD; }
a { background-color: rgb(163,70,173); }
div.DivClassName
{
background-color: #A346AD;
}
.BgClassName
{
background-color: #A346AD;
}
</style>
border-color css
<style>
span { border-color: #A346AD; }
span { border-color: rgb(163,70,173); }
td.TdClassName
{
border-color: #A346AD;
}
.TagClassName
{
border-color: #A346AD;
}
</style>