Shades of Violet Blue #A13EA3
Tints of Violet Blue #A13EA3
RGB
CMYK
RGB Variations
Color information
#A13EA3 (or 0xA13EA3) is known color: Violet Blue. HEX triplet: A1, 3E and A3. RGB value is (161,62,163). Sum of RGB (Red+Green+Blue) = 161+62+163=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #A13EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EA3 is #5EC15C. Grayscale: #666666. Windows color (decimal): -6209885 or 10698401. OLE color: 10698401.
HSL color Cylindrical-coordinate representation of color #A13EA3: hue angle of 298.81º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13EA3 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 62 | 163 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.36 |
| HSL | 298.81º | 0.45% | 0.44% | - |
| HSV(B) | 298.81º | 0.62% | 0.64% | - |
| XYZ | 23.03 | 13.67 | 36.07 | - |
| YUV | 103.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 163 | 0.01 | 0.62 | 0 | 0.36 | 298.81 | 0.45 | 0.44 |
| Hex | A1 | 3E | A3 | 1 | 3E | 0 | 24 | 12B | 2D | 2C |
| Octal | 241 | 76 | 243 | 1 | 76 | 0 | 44 | 453 | 55 | 54 |
| Binary | 10100001 | 111110 | 10100011 | 1 | 111110 | 0 | 100100 | 100101011 | 101101 | 101100 |
Color Harmonies of #A13EA3
Complementary color
Monochromatic Colors of #A13EA3
Black with #A13EA3
Text Example
Text Example
White with #A13EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EA3; }
p { color: rgb(161,62,163); }
H1.HeaderClassName
{
color: #A13EA3;
}
.AnyTagClassName
{
color: #A13EA3;
}
</style>
background-color css
<style>
a { background-color: #A13EA3; }
a { background-color: rgb(161,62,163); }
div.DivClassName
{
background-color: #A13EA3;
}
.BgClassName
{
background-color: #A13EA3;
}
</style>
border-color css
<style>
span { border-color: #A13EA3; }
span { border-color: rgb(161,62,163); }
td.TdClassName
{
border-color: #A13EA3;
}
.TagClassName
{
border-color: #A13EA3;
}
</style>