Shades of Violet Blue #A06596
Tints of Violet Blue #A06596
RGB
CMYK
RGB Variations
Color information
#A06596 (or 0xA06596) is known color: Violet Blue. HEX triplet: A0, 65 and 96. RGB value is (160,101,150). Sum of RGB (Red+Green+Blue) = 160+101+150=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A06596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06596 is #5F9A69. Grayscale: #7C7C7C. Windows color (decimal): -6265450 or 9856416. OLE color: 9856416.
HSL color Cylindrical-coordinate representation of color #A06596: hue angle of 310.17º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06596 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 150 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.37 |
| HSL | 310.17º | 0.24% | 0.51% | - |
| HSV(B) | 310.17º | 0.37% | 0.63% | - |
| XYZ | 24.66 | 18.98 | 31.22 | - |
| YUV | 124.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 150 | 0 | 0.37 | 0.06 | 0.37 | 310.17 | 0.24 | 0.51 |
| Hex | A0 | 65 | 96 | 0 | 25 | 6 | 25 | 136 | 18 | 33 |
| Octal | 240 | 145 | 226 | 0 | 45 | 6 | 45 | 466 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10010110 | 0 | 100101 | 110 | 100101 | 100110110 | 11000 | 110011 |
Color Harmonies of #A06596
Complementary color
Monochromatic Colors of #A06596
Black with #A06596
Text Example
Text Example
White with #A06596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06596; }
p { color: rgb(160,101,150); }
H1.HeaderClassName
{
color: #A06596;
}
.AnyTagClassName
{
color: #A06596;
}
</style>
background-color css
<style>
a { background-color: #A06596; }
a { background-color: rgb(160,101,150); }
div.DivClassName
{
background-color: #A06596;
}
.BgClassName
{
background-color: #A06596;
}
</style>
border-color css
<style>
span { border-color: #A06596; }
span { border-color: rgb(160,101,150); }
td.TdClassName
{
border-color: #A06596;
}
.TagClassName
{
border-color: #A06596;
}
</style>