Shades of Violet Blue #A343AC
Tints of Violet Blue #A343AC
RGB
CMYK
RGB Variations
Color information
#A343AC (or 0xA343AC) is known color: Violet Blue. HEX triplet: A3, 43 and AC. RGB value is (163,67,172). Sum of RGB (Red+Green+Blue) = 163+67+172=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #A343AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A343AC is #5CBC53. Grayscale: #6B6B6B. Windows color (decimal): -6077524 or 11289507. OLE color: 11289507.
HSL color Cylindrical-coordinate representation of color #A343AC: hue angle of 294.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A343AC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 67 | 172 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.33 |
| HSL | 294.86º | 0.44% | 0.47% | - |
| HSV(B) | 294.86º | 0.61% | 0.67% | - |
| XYZ | 24.56 | 14.78 | 40.59 | - |
| YUV | 107.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 172 | 0.05 | 0.61 | 0 | 0.33 | 294.86 | 0.44 | 0.47 |
| Hex | A3 | 43 | AC | 5 | 3D | 0 | 21 | 127 | 2C | 2F |
| Octal | 243 | 103 | 254 | 5 | 75 | 0 | 41 | 447 | 54 | 57 |
| Binary | 10100011 | 1000011 | 10101100 | 101 | 111101 | 0 | 100001 | 100100111 | 101100 | 101111 |
Color Harmonies of #A343AC
Complementary color
Monochromatic Colors of #A343AC
Black with #A343AC
Text Example
Text Example
White with #A343AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343AC; }
p { color: rgb(163,67,172); }
H1.HeaderClassName
{
color: #A343AC;
}
.AnyTagClassName
{
color: #A343AC;
}
</style>
background-color css
<style>
a { background-color: #A343AC; }
a { background-color: rgb(163,67,172); }
div.DivClassName
{
background-color: #A343AC;
}
.BgClassName
{
background-color: #A343AC;
}
</style>
border-color css
<style>
span { border-color: #A343AC; }
span { border-color: rgb(163,67,172); }
td.TdClassName
{
border-color: #A343AC;
}
.TagClassName
{
border-color: #A343AC;
}
</style>