Shades of Violet Blue #AD63AC
Tints of Violet Blue #AD63AC
RGB
CMYK
RGB Variations
Color information
#AD63AC (or 0xAD63AC) is known color: Violet Blue. HEX triplet: AD, 63 and AC. RGB value is (173,99,172). Sum of RGB (Red+Green+Blue) = 173+99+172=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63AC is #529C53. Grayscale: #818181. Windows color (decimal): -5413972 or 11297709. OLE color: 11297709.
HSL color Cylindrical-coordinate representation of color #AD63AC: hue angle of 300.81º 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 #AD63AC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 172 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.32 |
| HSL | 300.81º | 0.31% | 0.53% | - |
| HSV(B) | 300.81º | 0.43% | 0.68% | - |
| XYZ | 29.14 | 20.79 | 41.51 | - |
| YUV | 129.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 172 | 0 | 0.43 | 0.01 | 0.32 | 300.81 | 0.31 | 0.53 |
| Hex | AD | 63 | AC | 0 | 2B | 1 | 20 | 12D | 1F | 35 |
| Octal | 255 | 143 | 254 | 0 | 53 | 1 | 40 | 455 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10101100 | 0 | 101011 | 1 | 100000 | 100101101 | 11111 | 110101 |
Color Harmonies of #AD63AC
Complementary color
Monochromatic Colors of #AD63AC
Black with #AD63AC
Text Example
Text Example
White with #AD63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63AC; }
p { color: rgb(173,99,172); }
H1.HeaderClassName
{
color: #AD63AC;
}
.AnyTagClassName
{
color: #AD63AC;
}
</style>
background-color css
<style>
a { background-color: #AD63AC; }
a { background-color: rgb(173,99,172); }
div.DivClassName
{
background-color: #AD63AC;
}
.BgClassName
{
background-color: #AD63AC;
}
</style>
border-color css
<style>
span { border-color: #AD63AC; }
span { border-color: rgb(173,99,172); }
td.TdClassName
{
border-color: #AD63AC;
}
.TagClassName
{
border-color: #AD63AC;
}
</style>