Shades of Violet Blue #A04193
Tints of Violet Blue #A04193
RGB
CMYK
RGB Variations
Color information
#A04193 (or 0xA04193) is known color: Violet Blue. HEX triplet: A0, 41 and 93. RGB value is (160,65,147). Sum of RGB (Red+Green+Blue) = 160+65+147=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A04193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04193 is #5FBE6C. Grayscale: #666666. Windows color (decimal): -6274669 or 9650592. OLE color: 9650592.
HSL color Cylindrical-coordinate representation of color #A04193: hue angle of 308.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04193 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 147 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.37 |
| HSL | 308.21º | 0.42% | 0.44% | - |
| HSV(B) | 308.21º | 0.59% | 0.63% | - |
| XYZ | 21.65 | 13.36 | 29.04 | - |
| YUV | 102.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 147 | 0 | 0.59 | 0.08 | 0.37 | 308.21 | 0.42 | 0.44 |
| Hex | A0 | 41 | 93 | 0 | 3B | 8 | 25 | 134 | 2A | 2C |
| Octal | 240 | 101 | 223 | 0 | 73 | 10 | 45 | 464 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10010011 | 0 | 111011 | 1000 | 100101 | 100110100 | 101010 | 101100 |
Color Harmonies of #A04193
Complementary color
Monochromatic Colors of #A04193
Black with #A04193
Text Example
Text Example
White with #A04193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04193; }
p { color: rgb(160,65,147); }
H1.HeaderClassName
{
color: #A04193;
}
.AnyTagClassName
{
color: #A04193;
}
</style>
background-color css
<style>
a { background-color: #A04193; }
a { background-color: rgb(160,65,147); }
div.DivClassName
{
background-color: #A04193;
}
.BgClassName
{
background-color: #A04193;
}
</style>
border-color css
<style>
span { border-color: #A04193; }
span { border-color: rgb(160,65,147); }
td.TdClassName
{
border-color: #A04193;
}
.TagClassName
{
border-color: #A04193;
}
</style>