Shades of Violet Blue #A06CA3
Tints of Violet Blue #A06CA3
RGB
CMYK
RGB Variations
Color information
#A06CA3 (or 0xA06CA3) is known color: Violet Blue. HEX triplet: A0, 6C and A3. RGB value is (160,108,163). Sum of RGB (Red+Green+Blue) = 160+108+163=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 163 - color contains mainly: blue. Hex color #A06CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06CA3 is #5F935C. Grayscale: #818181. Windows color (decimal): -6263645 or 10710176. OLE color: 10710176.
HSL color Cylindrical-coordinate representation of color #A06CA3: hue angle of 296.73º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06CA3 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 108 | 163 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.36 |
| HSL | 296.73º | 0.23% | 0.53% | - |
| HSV(B) | 296.73º | 0.34% | 0.64% | - |
| XYZ | 26.47 | 20.84 | 37.28 | - |
| YUV | 129.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 163 | 0.02 | 0.34 | 0 | 0.36 | 296.73 | 0.23 | 0.53 |
| Hex | A0 | 6C | A3 | 2 | 22 | 0 | 24 | 129 | 17 | 35 |
| Octal | 240 | 154 | 243 | 2 | 42 | 0 | 44 | 451 | 27 | 65 |
| Binary | 10100000 | 1101100 | 10100011 | 10 | 100010 | 0 | 100100 | 100101001 | 10111 | 110101 |
Color Harmonies of #A06CA3
Complementary color
Monochromatic Colors of #A06CA3
Black with #A06CA3
Text Example
Text Example
White with #A06CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CA3; }
p { color: rgb(160,108,163); }
H1.HeaderClassName
{
color: #A06CA3;
}
.AnyTagClassName
{
color: #A06CA3;
}
</style>
background-color css
<style>
a { background-color: #A06CA3; }
a { background-color: rgb(160,108,163); }
div.DivClassName
{
background-color: #A06CA3;
}
.BgClassName
{
background-color: #A06CA3;
}
</style>
border-color css
<style>
span { border-color: #A06CA3; }
span { border-color: rgb(160,108,163); }
td.TdClassName
{
border-color: #A06CA3;
}
.TagClassName
{
border-color: #A06CA3;
}
</style>