Shades of Violet Blue #AD63AB
Tints of Violet Blue #AD63AB
RGB
CMYK
RGB Variations
Color information
#AD63AB (or 0xAD63AB) is known color: Violet Blue. HEX triplet: AD, 63 and AB. RGB value is (173,99,171). Sum of RGB (Red+Green+Blue) = 173+99+171=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63AB is #529C54. Grayscale: #818181. Windows color (decimal): -5413973 or 11232173. OLE color: 11232173.
HSL color Cylindrical-coordinate representation of color #AD63AB: hue angle of 301.62º 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 #AD63AB is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 171 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.32 |
| HSL | 301.62º | 0.31% | 0.53% | - |
| HSV(B) | 301.62º | 0.43% | 0.68% | - |
| XYZ | 29.05 | 20.75 | 41 | - |
| YUV | 129.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 171 | 0 | 0.43 | 0.01 | 0.32 | 301.62 | 0.31 | 0.53 |
| Hex | AD | 63 | AB | 0 | 2B | 1 | 20 | 12E | 1F | 35 |
| Octal | 255 | 143 | 253 | 0 | 53 | 1 | 40 | 456 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10101011 | 0 | 101011 | 1 | 100000 | 100101110 | 11111 | 110101 |
Color Harmonies of #AD63AB
Complementary color
Monochromatic Colors of #AD63AB
Black with #AD63AB
Text Example
Text Example
White with #AD63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63AB; }
p { color: rgb(173,99,171); }
H1.HeaderClassName
{
color: #AD63AB;
}
.AnyTagClassName
{
color: #AD63AB;
}
</style>
background-color css
<style>
a { background-color: #AD63AB; }
a { background-color: rgb(173,99,171); }
div.DivClassName
{
background-color: #AD63AB;
}
.BgClassName
{
background-color: #AD63AB;
}
</style>
border-color css
<style>
span { border-color: #AD63AB; }
span { border-color: rgb(173,99,171); }
td.TdClassName
{
border-color: #AD63AB;
}
.TagClassName
{
border-color: #AD63AB;
}
</style>