Shades of Violet Blue #A06C9B
Tints of Violet Blue #A06C9B
RGB
CMYK
RGB Variations
Color information
#A06C9B (or 0xA06C9B) is known color: Violet Blue. HEX triplet: A0, 6C and 9B. RGB value is (160,108,155). Sum of RGB (Red+Green+Blue) = 160+108+155=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C9B is #5F9364. Grayscale: #808080. Windows color (decimal): -6263653 or 10185888. OLE color: 10185888.
HSL color Cylindrical-coordinate representation of color #A06C9B: hue angle of 305.77º 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 #A06C9B is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 155 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.37 |
| HSL | 305.77º | 0.21% | 0.53% | - |
| HSV(B) | 305.77º | 0.33% | 0.63% | - |
| XYZ | 25.78 | 20.57 | 33.62 | - |
| YUV | 128.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 155 | 0 | 0.32 | 0.03 | 0.37 | 305.77 | 0.21 | 0.53 |
| Hex | A0 | 6C | 9B | 0 | 20 | 3 | 25 | 132 | 15 | 35 |
| Octal | 240 | 154 | 233 | 0 | 40 | 3 | 45 | 462 | 25 | 65 |
| Binary | 10100000 | 1101100 | 10011011 | 0 | 100000 | 11 | 100101 | 100110010 | 10101 | 110101 |
Color Harmonies of #A06C9B
Complementary color
Monochromatic Colors of #A06C9B
Black with #A06C9B
Text Example
Text Example
White with #A06C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C9B; }
p { color: rgb(160,108,155); }
H1.HeaderClassName
{
color: #A06C9B;
}
.AnyTagClassName
{
color: #A06C9B;
}
</style>
background-color css
<style>
a { background-color: #A06C9B; }
a { background-color: rgb(160,108,155); }
div.DivClassName
{
background-color: #A06C9B;
}
.BgClassName
{
background-color: #A06C9B;
}
</style>
border-color css
<style>
span { border-color: #A06C9B; }
span { border-color: rgb(160,108,155); }
td.TdClassName
{
border-color: #A06C9B;
}
.TagClassName
{
border-color: #A06C9B;
}
</style>