Shades of Violet Blue #A05096
Tints of Violet Blue #A05096
RGB
CMYK
RGB Variations
Color information
#A05096 (or 0xA05096) is known color: Violet Blue. HEX triplet: A0, 50 and 96. RGB value is (160,80,150). Sum of RGB (Red+Green+Blue) = 160+80+150=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A05096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05096 is #5FAF69. Grayscale: #6F6F6F. Windows color (decimal): -6270826 or 9851040. OLE color: 9851040.
HSL color Cylindrical-coordinate representation of color #A05096: hue angle of 307.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05096 is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 150 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.37 |
| HSL | 307.5º | 0.33% | 0.47% | - |
| HSV(B) | 307.5º | 0.5% | 0.63% | - |
| XYZ | 22.87 | 15.41 | 30.62 | - |
| YUV | 111.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 150 | 0 | 0.5 | 0.06 | 0.37 | 307.5 | 0.33 | 0.47 |
| Hex | A0 | 50 | 96 | 0 | 32 | 6 | 25 | 134 | 21 | 2F |
| Octal | 240 | 120 | 226 | 0 | 62 | 6 | 45 | 464 | 41 | 57 |
| Binary | 10100000 | 1010000 | 10010110 | 0 | 110010 | 110 | 100101 | 100110100 | 100001 | 101111 |
Color Harmonies of #A05096
Complementary color
Monochromatic Colors of #A05096
Black with #A05096
Text Example
Text Example
White with #A05096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05096; }
p { color: rgb(160,80,150); }
H1.HeaderClassName
{
color: #A05096;
}
.AnyTagClassName
{
color: #A05096;
}
</style>
background-color css
<style>
a { background-color: #A05096; }
a { background-color: rgb(160,80,150); }
div.DivClassName
{
background-color: #A05096;
}
.BgClassName
{
background-color: #A05096;
}
</style>
border-color css
<style>
span { border-color: #A05096; }
span { border-color: rgb(160,80,150); }
td.TdClassName
{
border-color: #A05096;
}
.TagClassName
{
border-color: #A05096;
}
</style>