Shades of Violet Blue #A340A2
Tints of Violet Blue #A340A2
RGB
CMYK
RGB Variations
Color information
#A340A2 (or 0xA340A2) is known color: Violet Blue. HEX triplet: A3, 40 and A2. RGB value is (163,64,162). Sum of RGB (Red+Green+Blue) = 163+64+162=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A340A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A340A2 is #5CBF5D. Grayscale: #686868. Windows color (decimal): -6078302 or 10633379. OLE color: 10633379.
HSL color Cylindrical-coordinate representation of color #A340A2: hue angle of 300.61º 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 #A340A2 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 162 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.36 |
| HSL | 300.61º | 0.44% | 0.45% | - |
| HSV(B) | 300.61º | 0.61% | 0.64% | - |
| XYZ | 23.46 | 14.06 | 35.66 | - |
| YUV | 104.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 162 | 0 | 0.61 | 0.01 | 0.36 | 300.61 | 0.44 | 0.45 |
| Hex | A3 | 40 | A2 | 0 | 3D | 1 | 24 | 12D | 2C | 2D |
| Octal | 243 | 100 | 242 | 0 | 75 | 1 | 44 | 455 | 54 | 55 |
| Binary | 10100011 | 1000000 | 10100010 | 0 | 111101 | 1 | 100100 | 100101101 | 101100 | 101101 |
Color Harmonies of #A340A2
Complementary color
Monochromatic Colors of #A340A2
Black with #A340A2
Text Example
Text Example
White with #A340A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340A2; }
p { color: rgb(163,64,162); }
H1.HeaderClassName
{
color: #A340A2;
}
.AnyTagClassName
{
color: #A340A2;
}
</style>
background-color css
<style>
a { background-color: #A340A2; }
a { background-color: rgb(163,64,162); }
div.DivClassName
{
background-color: #A340A2;
}
.BgClassName
{
background-color: #A340A2;
}
</style>
border-color css
<style>
span { border-color: #A340A2; }
span { border-color: rgb(163,64,162); }
td.TdClassName
{
border-color: #A340A2;
}
.TagClassName
{
border-color: #A340A2;
}
</style>