Shades of Violet Blue #A340A0
Tints of Violet Blue #A340A0
RGB
CMYK
RGB Variations
Color information
#A340A0 (or 0xA340A0) is known color: Violet Blue. HEX triplet: A3, 40 and A0. RGB value is (163,64,160). Sum of RGB (Red+Green+Blue) = 163+64+160=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A340A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A340A0 is #5CBF5F. Grayscale: #686868. Windows color (decimal): -6078304 or 10502307. OLE color: 10502307.
HSL color Cylindrical-coordinate representation of color #A340A0: hue angle of 301.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A340A0 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 160 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.36 |
| HSL | 301.82º | 0.44% | 0.45% | - |
| HSV(B) | 301.82º | 0.61% | 0.64% | - |
| XYZ | 23.28 | 13.99 | 34.73 | - |
| YUV | 104.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 160 | 0 | 0.61 | 0.02 | 0.36 | 301.82 | 0.44 | 0.45 |
| Hex | A3 | 40 | A0 | 0 | 3D | 2 | 24 | 12E | 2C | 2D |
| Octal | 243 | 100 | 240 | 0 | 75 | 2 | 44 | 456 | 54 | 55 |
| Binary | 10100011 | 1000000 | 10100000 | 0 | 111101 | 10 | 100100 | 100101110 | 101100 | 101101 |
Color Harmonies of #A340A0
Complementary color
Monochromatic Colors of #A340A0
Black with #A340A0
Text Example
Text Example
White with #A340A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340A0; }
p { color: rgb(163,64,160); }
H1.HeaderClassName
{
color: #A340A0;
}
.AnyTagClassName
{
color: #A340A0;
}
</style>
background-color css
<style>
a { background-color: #A340A0; }
a { background-color: rgb(163,64,160); }
div.DivClassName
{
background-color: #A340A0;
}
.BgClassName
{
background-color: #A340A0;
}
</style>
border-color css
<style>
span { border-color: #A340A0; }
span { border-color: rgb(163,64,160); }
td.TdClassName
{
border-color: #A340A0;
}
.TagClassName
{
border-color: #A340A0;
}
</style>