Shades of Violet Blue #A063AD
Tints of Violet Blue #A063AD
RGB
CMYK
RGB Variations
Color information
#A063AD (or 0xA063AD) is known color: Violet Blue. HEX triplet: A0, 63 and AD. RGB value is (160,99,173). Sum of RGB (Red+Green+Blue) = 160+99+173=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A063AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AD is #5F9C52. Grayscale: #7D7D7D. Windows color (decimal): -6265939 or 11363232. OLE color: 11363232.
HSL color Cylindrical-coordinate representation of color #A063AD: hue angle of 289.46º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A063AD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 99 | 173 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.32 |
| HSL | 289.46º | 0.31% | 0.53% | - |
| HSV(B) | 289.46º | 0.43% | 0.68% | - |
| XYZ | 26.5 | 19.41 | 41.89 | - |
| YUV | 125.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 173 | 0.08 | 0.43 | 0 | 0.32 | 289.46 | 0.31 | 0.53 |
| Hex | A0 | 63 | AD | 8 | 2B | 0 | 20 | 121 | 1F | 35 |
| Octal | 240 | 143 | 255 | 10 | 53 | 0 | 40 | 441 | 37 | 65 |
| Binary | 10100000 | 1100011 | 10101101 | 1000 | 101011 | 0 | 100000 | 100100001 | 11111 | 110101 |
Color Harmonies of #A063AD
Complementary color
Monochromatic Colors of #A063AD
Black with #A063AD
Text Example
Text Example
White with #A063AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063AD; }
p { color: rgb(160,99,173); }
H1.HeaderClassName
{
color: #A063AD;
}
.AnyTagClassName
{
color: #A063AD;
}
</style>
background-color css
<style>
a { background-color: #A063AD; }
a { background-color: rgb(160,99,173); }
div.DivClassName
{
background-color: #A063AD;
}
.BgClassName
{
background-color: #A063AD;
}
</style>
border-color css
<style>
span { border-color: #A063AD; }
span { border-color: rgb(160,99,173); }
td.TdClassName
{
border-color: #A063AD;
}
.TagClassName
{
border-color: #A063AD;
}
</style>