Shades of Violet Blue #A06496
Tints of Violet Blue #A06496
RGB
CMYK
RGB Variations
Color information
#A06496 (or 0xA06496) is known color: Violet Blue. HEX triplet: A0, 64 and 96. RGB value is (160,100,150). Sum of RGB (Red+Green+Blue) = 160+100+150=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A06496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06496 is #5F9B69. Grayscale: #7B7B7B. Windows color (decimal): -6265706 or 9856160. OLE color: 9856160.
HSL color Cylindrical-coordinate representation of color #A06496: hue angle of 310º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06496 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 150 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.37 |
| HSL | 310º | 0.24% | 0.51% | - |
| HSV(B) | 310º | 0.38% | 0.63% | - |
| XYZ | 24.56 | 18.79 | 31.19 | - |
| YUV | 123.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 150 | 0 | 0.38 | 0.06 | 0.37 | 310 | 0.24 | 0.51 |
| Hex | A0 | 64 | 96 | 0 | 26 | 6 | 25 | 136 | 18 | 33 |
| Octal | 240 | 144 | 226 | 0 | 46 | 6 | 45 | 466 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10010110 | 0 | 100110 | 110 | 100101 | 100110110 | 11000 | 110011 |
Color Harmonies of #A06496
Complementary color
Monochromatic Colors of #A06496
Black with #A06496
Text Example
Text Example
White with #A06496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06496; }
p { color: rgb(160,100,150); }
H1.HeaderClassName
{
color: #A06496;
}
.AnyTagClassName
{
color: #A06496;
}
</style>
background-color css
<style>
a { background-color: #A06496; }
a { background-color: rgb(160,100,150); }
div.DivClassName
{
background-color: #A06496;
}
.BgClassName
{
background-color: #A06496;
}
</style>
border-color css
<style>
span { border-color: #A06496; }
span { border-color: rgb(160,100,150); }
td.TdClassName
{
border-color: #A06496;
}
.TagClassName
{
border-color: #A06496;
}
</style>