Shades of Violet Blue #A063AC
Tints of Violet Blue #A063AC
RGB
CMYK
RGB Variations
Color information
#A063AC (or 0xA063AC) is known color: Violet Blue. HEX triplet: A0, 63 and AC. RGB value is (160,99,172). Sum of RGB (Red+Green+Blue) = 160+99+172=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #A063AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AC is #5F9C53. Grayscale: #7D7D7D. Windows color (decimal): -6265940 or 11297696. OLE color: 11297696.
HSL color Cylindrical-coordinate representation of color #A063AC: hue angle of 290.14º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A063AC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 99 | 172 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.33 |
| HSL | 290.14º | 0.31% | 0.53% | - |
| HSV(B) | 290.14º | 0.42% | 0.67% | - |
| XYZ | 26.41 | 19.38 | 41.38 | - |
| YUV | 125.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 172 | 0.07 | 0.42 | 0 | 0.33 | 290.14 | 0.31 | 0.53 |
| Hex | A0 | 63 | AC | 7 | 2A | 0 | 21 | 122 | 1F | 35 |
| Octal | 240 | 143 | 254 | 7 | 52 | 0 | 41 | 442 | 37 | 65 |
| Binary | 10100000 | 1100011 | 10101100 | 111 | 101010 | 0 | 100001 | 100100010 | 11111 | 110101 |
Color Harmonies of #A063AC
Complementary color
Monochromatic Colors of #A063AC
Black with #A063AC
Text Example
Text Example
White with #A063AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063AC; }
p { color: rgb(160,99,172); }
H1.HeaderClassName
{
color: #A063AC;
}
.AnyTagClassName
{
color: #A063AC;
}
</style>
background-color css
<style>
a { background-color: #A063AC; }
a { background-color: rgb(160,99,172); }
div.DivClassName
{
background-color: #A063AC;
}
.BgClassName
{
background-color: #A063AC;
}
</style>
border-color css
<style>
span { border-color: #A063AC; }
span { border-color: rgb(160,99,172); }
td.TdClassName
{
border-color: #A063AC;
}
.TagClassName
{
border-color: #A063AC;
}
</style>