Shades of Violet Blue #AD649C
Tints of Violet Blue #AD649C
RGB
CMYK
RGB Variations
Color information
#AD649C (or 0xAD649C) is known color: Violet Blue. HEX triplet: AD, 64 and 9C. RGB value is (173,100,156). Sum of RGB (Red+Green+Blue) = 173+100+156=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649C is #529B63. Grayscale: #808080. Windows color (decimal): -5413732 or 10249389. OLE color: 10249389.
HSL color Cylindrical-coordinate representation of color #AD649C: hue angle of 313.97º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD649C is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 156 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.32 |
| HSL | 313.97º | 0.31% | 0.54% | - |
| HSV(B) | 313.97º | 0.42% | 0.68% | - |
| XYZ | 27.79 | 20.4 | 33.93 | - |
| YUV | 128.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 156 | 0 | 0.42 | 0.10 | 0.32 | 313.97 | 0.31 | 0.54 |
| Hex | AD | 64 | 9C | 0 | 2A | A | 20 | 13A | 1F | 36 |
| Octal | 255 | 144 | 234 | 0 | 52 | 12 | 40 | 472 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10011100 | 0 | 101010 | 1010 | 100000 | 100111010 | 11111 | 110110 |
Color Harmonies of #AD649C
Complementary color
Monochromatic Colors of #AD649C
Black with #AD649C
Text Example
Text Example
White with #AD649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD649C; }
p { color: rgb(173,100,156); }
H1.HeaderClassName
{
color: #AD649C;
}
.AnyTagClassName
{
color: #AD649C;
}
</style>
background-color css
<style>
a { background-color: #AD649C; }
a { background-color: rgb(173,100,156); }
div.DivClassName
{
background-color: #AD649C;
}
.BgClassName
{
background-color: #AD649C;
}
</style>
border-color css
<style>
span { border-color: #AD649C; }
span { border-color: rgb(173,100,156); }
td.TdClassName
{
border-color: #AD649C;
}
.TagClassName
{
border-color: #AD649C;
}
</style>