Shades of Violet Blue #A342AC
Tints of Violet Blue #A342AC
RGB
CMYK
RGB Variations
Color information
#A342AC (or 0xA342AC) is known color: Violet Blue. HEX triplet: A3, 42 and AC. RGB value is (163,66,172). Sum of RGB (Red+Green+Blue) = 163+66+172=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #A342AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A342AC is #5CBD53. Grayscale: #6A6A6A. Windows color (decimal): -6077780 or 11289251. OLE color: 11289251.
HSL color Cylindrical-coordinate representation of color #A342AC: hue angle of 294.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A342AC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 66 | 172 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.33 |
| HSL | 294.91º | 0.45% | 0.47% | - |
| HSV(B) | 294.91º | 0.62% | 0.67% | - |
| XYZ | 24.5 | 14.66 | 40.57 | - |
| YUV | 107.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 172 | 0.05 | 0.62 | 0 | 0.33 | 294.91 | 0.45 | 0.47 |
| Hex | A3 | 42 | AC | 5 | 3E | 0 | 21 | 127 | 2D | 2F |
| Octal | 243 | 102 | 254 | 5 | 76 | 0 | 41 | 447 | 55 | 57 |
| Binary | 10100011 | 1000010 | 10101100 | 101 | 111110 | 0 | 100001 | 100100111 | 101101 | 101111 |
Color Harmonies of #A342AC
Complementary color
Monochromatic Colors of #A342AC
Black with #A342AC
Text Example
Text Example
White with #A342AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A342AC; }
p { color: rgb(163,66,172); }
H1.HeaderClassName
{
color: #A342AC;
}
.AnyTagClassName
{
color: #A342AC;
}
</style>
background-color css
<style>
a { background-color: #A342AC; }
a { background-color: rgb(163,66,172); }
div.DivClassName
{
background-color: #A342AC;
}
.BgClassName
{
background-color: #A342AC;
}
</style>
border-color css
<style>
span { border-color: #A342AC; }
span { border-color: rgb(163,66,172); }
td.TdClassName
{
border-color: #A342AC;
}
.TagClassName
{
border-color: #A342AC;
}
</style>