Shades of Violet Blue #A347AC
Tints of Violet Blue #A347AC
RGB
CMYK
RGB Variations
Color information
#A347AC (or 0xA347AC) is known color: Violet Blue. HEX triplet: A3, 47 and AC. RGB value is (163,71,172). Sum of RGB (Red+Green+Blue) = 163+71+172=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #A347AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A347AC is #5CB853. Grayscale: #6D6D6D. Windows color (decimal): -6076500 or 11290531. OLE color: 11290531.
HSL color Cylindrical-coordinate representation of color #A347AC: hue angle of 294.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A347AC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 71 | 172 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.33 |
| HSL | 294.65º | 0.42% | 0.48% | - |
| HSV(B) | 294.65º | 0.59% | 0.67% | - |
| XYZ | 24.8 | 15.27 | 40.67 | - |
| YUV | 110.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 172 | 0.05 | 0.59 | 0 | 0.33 | 294.65 | 0.42 | 0.48 |
| Hex | A3 | 47 | AC | 5 | 3B | 0 | 21 | 127 | 2A | 30 |
| Octal | 243 | 107 | 254 | 5 | 73 | 0 | 41 | 447 | 52 | 60 |
| Binary | 10100011 | 1000111 | 10101100 | 101 | 111011 | 0 | 100001 | 100100111 | 101010 | 110000 |
Color Harmonies of #A347AC
Complementary color
Monochromatic Colors of #A347AC
Black with #A347AC
Text Example
Text Example
White with #A347AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347AC; }
p { color: rgb(163,71,172); }
H1.HeaderClassName
{
color: #A347AC;
}
.AnyTagClassName
{
color: #A347AC;
}
</style>
background-color css
<style>
a { background-color: #A347AC; }
a { background-color: rgb(163,71,172); }
div.DivClassName
{
background-color: #A347AC;
}
.BgClassName
{
background-color: #A347AC;
}
</style>
border-color css
<style>
span { border-color: #A347AC; }
span { border-color: rgb(163,71,172); }
td.TdClassName
{
border-color: #A347AC;
}
.TagClassName
{
border-color: #A347AC;
}
</style>