Shades of Violet Blue #A05593
Tints of Violet Blue #A05593
RGB
CMYK
RGB Variations
Color information
#A05593 (or 0xA05593) is known color: Violet Blue. HEX triplet: A0, 55 and 93. RGB value is (160,85,147). Sum of RGB (Red+Green+Blue) = 160+85+147=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A05593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05593 is #5FAA6C. Grayscale: #727272. Windows color (decimal): -6269549 or 9655712. OLE color: 9655712.
HSL color Cylindrical-coordinate representation of color #A05593: hue angle of 310.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05593 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 147 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.37 |
| HSL | 310.4º | 0.31% | 0.48% | - |
| HSV(B) | 310.4º | 0.47% | 0.63% | - |
| XYZ | 23.01 | 16.08 | 29.49 | - |
| YUV | 114.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 147 | 0 | 0.47 | 0.08 | 0.37 | 310.4 | 0.31 | 0.48 |
| Hex | A0 | 55 | 93 | 0 | 2F | 8 | 25 | 136 | 1F | 30 |
| Octal | 240 | 125 | 223 | 0 | 57 | 10 | 45 | 466 | 37 | 60 |
| Binary | 10100000 | 1010101 | 10010011 | 0 | 101111 | 1000 | 100101 | 100110110 | 11111 | 110000 |
Color Harmonies of #A05593
Complementary color
Monochromatic Colors of #A05593
Black with #A05593
Text Example
Text Example
White with #A05593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05593; }
p { color: rgb(160,85,147); }
H1.HeaderClassName
{
color: #A05593;
}
.AnyTagClassName
{
color: #A05593;
}
</style>
background-color css
<style>
a { background-color: #A05593; }
a { background-color: rgb(160,85,147); }
div.DivClassName
{
background-color: #A05593;
}
.BgClassName
{
background-color: #A05593;
}
</style>
border-color css
<style>
span { border-color: #A05593; }
span { border-color: rgb(160,85,147); }
td.TdClassName
{
border-color: #A05593;
}
.TagClassName
{
border-color: #A05593;
}
</style>