Shades of Violet Blue #A06C9F
Tints of Violet Blue #A06C9F
RGB
CMYK
RGB Variations
Color information
#A06C9F (or 0xA06C9F) is known color: Violet Blue. HEX triplet: A0, 6C and 9F. RGB value is (160,108,159). Sum of RGB (Red+Green+Blue) = 160+108+159=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C9F is #5F9360. Grayscale: #818181. Windows color (decimal): -6263649 or 10448032. OLE color: 10448032.
HSL color Cylindrical-coordinate representation of color #A06C9F: hue angle of 301.15º 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 #A06C9F is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 159 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.37 |
| HSL | 301.15º | 0.21% | 0.53% | - |
| HSV(B) | 301.15º | 0.33% | 0.63% | - |
| XYZ | 26.12 | 20.7 | 35.42 | - |
| YUV | 129.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 159 | 0 | 0.32 | 0.01 | 0.37 | 301.15 | 0.21 | 0.53 |
| Hex | A0 | 6C | 9F | 0 | 20 | 1 | 25 | 12D | 15 | 35 |
| Octal | 240 | 154 | 237 | 0 | 40 | 1 | 45 | 455 | 25 | 65 |
| Binary | 10100000 | 1101100 | 10011111 | 0 | 100000 | 1 | 100101 | 100101101 | 10101 | 110101 |
Color Harmonies of #A06C9F
Complementary color
Monochromatic Colors of #A06C9F
Black with #A06C9F
Text Example
Text Example
White with #A06C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C9F; }
p { color: rgb(160,108,159); }
H1.HeaderClassName
{
color: #A06C9F;
}
.AnyTagClassName
{
color: #A06C9F;
}
</style>
background-color css
<style>
a { background-color: #A06C9F; }
a { background-color: rgb(160,108,159); }
div.DivClassName
{
background-color: #A06C9F;
}
.BgClassName
{
background-color: #A06C9F;
}
</style>
border-color css
<style>
span { border-color: #A06C9F; }
span { border-color: rgb(160,108,159); }
td.TdClassName
{
border-color: #A06C9F;
}
.TagClassName
{
border-color: #A06C9F;
}
</style>