Shades of Violet Blue #A13E93
Tints of Violet Blue #A13E93
RGB
CMYK
RGB Variations
Color information
#A13E93 (or 0xA13E93) is known color: Violet Blue. HEX triplet: A1, 3E and 93. RGB value is (161,62,147). Sum of RGB (Red+Green+Blue) = 161+62+147=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13E93 is #5EC16C. Grayscale: #656565. Windows color (decimal): -6209901 or 9649825. OLE color: 9649825.
HSL color Cylindrical-coordinate representation of color #A13E93: hue angle of 308.48º 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 #A13E93 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 147 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.37 |
| HSL | 308.48º | 0.44% | 0.44% | - |
| HSV(B) | 308.48º | 0.61% | 0.63% | - |
| XYZ | 21.69 | 13.13 | 28.99 | - |
| YUV | 101.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 147 | 0 | 0.61 | 0.09 | 0.37 | 308.48 | 0.44 | 0.44 |
| Hex | A1 | 3E | 93 | 0 | 3D | 9 | 25 | 134 | 2C | 2C |
| Octal | 241 | 76 | 223 | 0 | 75 | 11 | 45 | 464 | 54 | 54 |
| Binary | 10100001 | 111110 | 10010011 | 0 | 111101 | 1001 | 100101 | 100110100 | 101100 | 101100 |
Color Harmonies of #A13E93
Complementary color
Monochromatic Colors of #A13E93
Black with #A13E93
Text Example
Text Example
White with #A13E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E93; }
p { color: rgb(161,62,147); }
H1.HeaderClassName
{
color: #A13E93;
}
.AnyTagClassName
{
color: #A13E93;
}
</style>
background-color css
<style>
a { background-color: #A13E93; }
a { background-color: rgb(161,62,147); }
div.DivClassName
{
background-color: #A13E93;
}
.BgClassName
{
background-color: #A13E93;
}
</style>
border-color css
<style>
span { border-color: #A13E93; }
span { border-color: rgb(161,62,147); }
td.TdClassName
{
border-color: #A13E93;
}
.TagClassName
{
border-color: #A13E93;
}
</style>