Shades of Violet Blue #A340AC
Tints of Violet Blue #A340AC
RGB
CMYK
RGB Variations
Color information
#A340AC (or 0xA340AC) is known color: Violet Blue. HEX triplet: A3, 40 and AC. RGB value is (163,64,172). Sum of RGB (Red+Green+Blue) = 163+64+172=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #A340AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A340AC is #5CBF53. Grayscale: #696969. Windows color (decimal): -6078292 or 11288739. OLE color: 11288739.
HSL color Cylindrical-coordinate representation of color #A340AC: hue angle of 295º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A340AC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 64 | 172 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.33 |
| HSL | 295º | 0.46% | 0.46% | - |
| HSV(B) | 295º | 0.63% | 0.67% | - |
| XYZ | 24.38 | 14.43 | 40.53 | - |
| YUV | 105.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 172 | 0.05 | 0.63 | 0 | 0.33 | 295 | 0.46 | 0.46 |
| Hex | A3 | 40 | AC | 5 | 3F | 0 | 21 | 127 | 2E | 2E |
| Octal | 243 | 100 | 254 | 5 | 77 | 0 | 41 | 447 | 56 | 56 |
| Binary | 10100011 | 1000000 | 10101100 | 101 | 111111 | 0 | 100001 | 100100111 | 101110 | 101110 |
Color Harmonies of #A340AC
Complementary color
Monochromatic Colors of #A340AC
Black with #A340AC
Text Example
Text Example
White with #A340AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340AC; }
p { color: rgb(163,64,172); }
H1.HeaderClassName
{
color: #A340AC;
}
.AnyTagClassName
{
color: #A340AC;
}
</style>
background-color css
<style>
a { background-color: #A340AC; }
a { background-color: rgb(163,64,172); }
div.DivClassName
{
background-color: #A340AC;
}
.BgClassName
{
background-color: #A340AC;
}
</style>
border-color css
<style>
span { border-color: #A340AC; }
span { border-color: rgb(163,64,172); }
td.TdClassName
{
border-color: #A340AC;
}
.TagClassName
{
border-color: #A340AC;
}
</style>