Shades of Violet Blue #AD649E
Tints of Violet Blue #AD649E
RGB
CMYK
RGB Variations
Color information
#AD649E (or 0xAD649E) is known color: Violet Blue. HEX triplet: AD, 64 and 9E. RGB value is (173,100,158). Sum of RGB (Red+Green+Blue) = 173+100+158=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649E is #529B61. Grayscale: #808080. Windows color (decimal): -5413730 or 10380461. OLE color: 10380461.
HSL color Cylindrical-coordinate representation of color #AD649E: hue angle of 312.33º 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 #AD649E is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 158 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.32 |
| HSL | 312.33º | 0.31% | 0.54% | - |
| HSV(B) | 312.33º | 0.42% | 0.68% | - |
| XYZ | 27.96 | 20.47 | 34.82 | - |
| YUV | 128.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 158 | 0 | 0.42 | 0.09 | 0.32 | 312.33 | 0.31 | 0.54 |
| Hex | AD | 64 | 9E | 0 | 2A | 9 | 20 | 138 | 1F | 36 |
| Octal | 255 | 144 | 236 | 0 | 52 | 11 | 40 | 470 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10011110 | 0 | 101010 | 1001 | 100000 | 100111000 | 11111 | 110110 |
Color Harmonies of #AD649E
Complementary color
Monochromatic Colors of #AD649E
Black with #AD649E
Text Example
Text Example
White with #AD649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD649E; }
p { color: rgb(173,100,158); }
H1.HeaderClassName
{
color: #AD649E;
}
.AnyTagClassName
{
color: #AD649E;
}
</style>
background-color css
<style>
a { background-color: #AD649E; }
a { background-color: rgb(173,100,158); }
div.DivClassName
{
background-color: #AD649E;
}
.BgClassName
{
background-color: #AD649E;
}
</style>
border-color css
<style>
span { border-color: #AD649E; }
span { border-color: rgb(173,100,158); }
td.TdClassName
{
border-color: #AD649E;
}
.TagClassName
{
border-color: #AD649E;
}
</style>