Shades of Violet Blue #AD63A1
Tints of Violet Blue #AD63A1
RGB
CMYK
RGB Variations
Color information
#AD63A1 (or 0xAD63A1) is known color: Violet Blue. HEX triplet: AD, 63 and A1. RGB value is (173,99,161). Sum of RGB (Red+Green+Blue) = 173+99+161=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD63A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63A1 is #529C5E. Grayscale: #808080. Windows color (decimal): -5413983 or 10576813. OLE color: 10576813.
HSL color Cylindrical-coordinate representation of color #AD63A1: hue angle of 309.73º 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 #AD63A1 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 161 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.32 |
| HSL | 309.73º | 0.31% | 0.53% | - |
| HSV(B) | 309.73º | 0.43% | 0.68% | - |
| XYZ | 28.13 | 20.38 | 36.17 | - |
| YUV | 128.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 161 | 0 | 0.43 | 0.07 | 0.32 | 309.73 | 0.31 | 0.53 |
| Hex | AD | 63 | A1 | 0 | 2B | 7 | 20 | 136 | 1F | 35 |
| Octal | 255 | 143 | 241 | 0 | 53 | 7 | 40 | 466 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10100001 | 0 | 101011 | 111 | 100000 | 100110110 | 11111 | 110101 |
Color Harmonies of #AD63A1
Complementary color
Monochromatic Colors of #AD63A1
Black with #AD63A1
Text Example
Text Example
White with #AD63A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63A1; }
p { color: rgb(173,99,161); }
H1.HeaderClassName
{
color: #AD63A1;
}
.AnyTagClassName
{
color: #AD63A1;
}
</style>
background-color css
<style>
a { background-color: #AD63A1; }
a { background-color: rgb(173,99,161); }
div.DivClassName
{
background-color: #AD63A1;
}
.BgClassName
{
background-color: #AD63A1;
}
</style>
border-color css
<style>
span { border-color: #AD63A1; }
span { border-color: rgb(173,99,161); }
td.TdClassName
{
border-color: #AD63A1;
}
.TagClassName
{
border-color: #AD63A1;
}
</style>