Shades of Violet Blue #A06D96
Tints of Violet Blue #A06D96
RGB
CMYK
RGB Variations
Color information
#A06D96 (or 0xA06D96) is known color: Violet Blue. HEX triplet: A0, 6D and 96. RGB value is (160,109,150). Sum of RGB (Red+Green+Blue) = 160+109+150=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06D96 is #5F9269. Grayscale: #808080. Windows color (decimal): -6263402 or 9858464. OLE color: 9858464.
HSL color Cylindrical-coordinate representation of color #A06D96: hue angle of 311.76º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D96 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 150 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.37 |
| HSL | 311.76º | 0.21% | 0.53% | - |
| HSV(B) | 311.76º | 0.32% | 0.63% | - |
| XYZ | 25.47 | 20.61 | 31.49 | - |
| YUV | 128.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 150 | 0 | 0.32 | 0.06 | 0.37 | 311.76 | 0.21 | 0.53 |
| Hex | A0 | 6D | 96 | 0 | 20 | 6 | 25 | 138 | 15 | 35 |
| Octal | 240 | 155 | 226 | 0 | 40 | 6 | 45 | 470 | 25 | 65 |
| Binary | 10100000 | 1101101 | 10010110 | 0 | 100000 | 110 | 100101 | 100111000 | 10101 | 110101 |
Color Harmonies of #A06D96
Complementary color
Monochromatic Colors of #A06D96
Black with #A06D96
Text Example
Text Example
White with #A06D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D96; }
p { color: rgb(160,109,150); }
H1.HeaderClassName
{
color: #A06D96;
}
.AnyTagClassName
{
color: #A06D96;
}
</style>
background-color css
<style>
a { background-color: #A06D96; }
a { background-color: rgb(160,109,150); }
div.DivClassName
{
background-color: #A06D96;
}
.BgClassName
{
background-color: #A06D96;
}
</style>
border-color css
<style>
span { border-color: #A06D96; }
span { border-color: rgb(160,109,150); }
td.TdClassName
{
border-color: #A06D96;
}
.TagClassName
{
border-color: #A06D96;
}
</style>