Shades of Violet Blue #AD649F
Tints of Violet Blue #AD649F
RGB
CMYK
RGB Variations
Color information
#AD649F (or 0xAD649F) is known color: Violet Blue. HEX triplet: AD, 64 and 9F. RGB value is (173,100,159). Sum of RGB (Red+Green+Blue) = 173+100+159=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649F is #529B60. Grayscale: #808080. Windows color (decimal): -5413729 or 10445997. OLE color: 10445997.
HSL color Cylindrical-coordinate representation of color #AD649F: hue angle of 311.51º 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 #AD649F is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 159 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.32 |
| HSL | 311.51º | 0.31% | 0.54% | - |
| HSV(B) | 311.51º | 0.42% | 0.68% | - |
| XYZ | 28.05 | 20.5 | 35.28 | - |
| YUV | 128.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 159 | 0 | 0.42 | 0.08 | 0.32 | 311.51 | 0.31 | 0.54 |
| Hex | AD | 64 | 9F | 0 | 2A | 8 | 20 | 138 | 1F | 36 |
| Octal | 255 | 144 | 237 | 0 | 52 | 10 | 40 | 470 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10011111 | 0 | 101010 | 1000 | 100000 | 100111000 | 11111 | 110110 |
Color Harmonies of #AD649F
Complementary color
Monochromatic Colors of #AD649F
Black with #AD649F
Text Example
Text Example
White with #AD649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD649F; }
p { color: rgb(173,100,159); }
H1.HeaderClassName
{
color: #AD649F;
}
.AnyTagClassName
{
color: #AD649F;
}
</style>
background-color css
<style>
a { background-color: #AD649F; }
a { background-color: rgb(173,100,159); }
div.DivClassName
{
background-color: #AD649F;
}
.BgClassName
{
background-color: #AD649F;
}
</style>
border-color css
<style>
span { border-color: #AD649F; }
span { border-color: rgb(173,100,159); }
td.TdClassName
{
border-color: #AD649F;
}
.TagClassName
{
border-color: #AD649F;
}
</style>