Shades of Violet Blue #A963AD
Tints of Violet Blue #A963AD
RGB
CMYK
RGB Variations
Color information
#A963AD (or 0xA963AD) is known color: Violet Blue. HEX triplet: A9, 63 and AD. RGB value is (169,99,173). Sum of RGB (Red+Green+Blue) = 169+99+173=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A963AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A963AD is #569C52. Grayscale: #808080. Windows color (decimal): -5676115 or 11363241. OLE color: 11363241.
HSL color Cylindrical-coordinate representation of color #A963AD: hue angle of 296.76º 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 #A963AD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 99 | 173 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.32 |
| HSL | 296.76º | 0.31% | 0.53% | - |
| HSV(B) | 296.76º | 0.43% | 0.68% | - |
| XYZ | 28.37 | 20.38 | 41.97 | - |
| YUV | 128.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 173 | 0.02 | 0.43 | 0 | 0.32 | 296.76 | 0.31 | 0.53 |
| Hex | A9 | 63 | AD | 2 | 2B | 0 | 20 | 129 | 1F | 35 |
| Octal | 251 | 143 | 255 | 2 | 53 | 0 | 40 | 451 | 37 | 65 |
| Binary | 10101001 | 1100011 | 10101101 | 10 | 101011 | 0 | 100000 | 100101001 | 11111 | 110101 |
Color Harmonies of #A963AD
Complementary color
Monochromatic Colors of #A963AD
Black with #A963AD
Text Example
Text Example
White with #A963AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963AD; }
p { color: rgb(169,99,173); }
H1.HeaderClassName
{
color: #A963AD;
}
.AnyTagClassName
{
color: #A963AD;
}
</style>
background-color css
<style>
a { background-color: #A963AD; }
a { background-color: rgb(169,99,173); }
div.DivClassName
{
background-color: #A963AD;
}
.BgClassName
{
background-color: #A963AD;
}
</style>
border-color css
<style>
span { border-color: #A963AD; }
span { border-color: rgb(169,99,173); }
td.TdClassName
{
border-color: #A963AD;
}
.TagClassName
{
border-color: #A963AD;
}
</style>