Shades of Violet Blue #A13EA0
Tints of Violet Blue #A13EA0
RGB
CMYK
RGB Variations
Color information
#A13EA0 (or 0xA13EA0) is known color: Violet Blue. HEX triplet: A1, 3E and A0. RGB value is (161,62,160). Sum of RGB (Red+Green+Blue) = 161+62+160=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A13EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EA0 is #5EC15F. Grayscale: #666666. Windows color (decimal): -6209888 or 10501793. OLE color: 10501793.
HSL color Cylindrical-coordinate representation of color #A13EA0: hue angle of 300.61º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13EA0 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 160 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.37 |
| HSL | 300.61º | 0.44% | 0.44% | - |
| HSV(B) | 300.61º | 0.61% | 0.63% | - |
| XYZ | 22.77 | 13.56 | 34.68 | - |
| YUV | 102.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 160 | 0 | 0.61 | 0.01 | 0.37 | 300.61 | 0.44 | 0.44 |
| Hex | A1 | 3E | A0 | 0 | 3D | 1 | 25 | 12D | 2C | 2C |
| Octal | 241 | 76 | 240 | 0 | 75 | 1 | 45 | 455 | 54 | 54 |
| Binary | 10100001 | 111110 | 10100000 | 0 | 111101 | 1 | 100101 | 100101101 | 101100 | 101100 |
Color Harmonies of #A13EA0
Complementary color
Monochromatic Colors of #A13EA0
Black with #A13EA0
Text Example
Text Example
White with #A13EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EA0; }
p { color: rgb(161,62,160); }
H1.HeaderClassName
{
color: #A13EA0;
}
.AnyTagClassName
{
color: #A13EA0;
}
</style>
background-color css
<style>
a { background-color: #A13EA0; }
a { background-color: rgb(161,62,160); }
div.DivClassName
{
background-color: #A13EA0;
}
.BgClassName
{
background-color: #A13EA0;
}
</style>
border-color css
<style>
span { border-color: #A13EA0; }
span { border-color: rgb(161,62,160); }
td.TdClassName
{
border-color: #A13EA0;
}
.TagClassName
{
border-color: #A13EA0;
}
</style>