Shades of Violet Blue #AD649B
Tints of Violet Blue #AD649B
RGB
CMYK
RGB Variations
Color information
#AD649B (or 0xAD649B) is known color: Violet Blue. HEX triplet: AD, 64 and 9B. RGB value is (173,100,155). Sum of RGB (Red+Green+Blue) = 173+100+155=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649B is #529B64. Grayscale: #7F7F7F. Windows color (decimal): -5413733 or 10183853. OLE color: 10183853.
HSL color Cylindrical-coordinate representation of color #AD649B: hue angle of 314.79º 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 #AD649B is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 155 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.32 |
| HSL | 314.79º | 0.31% | 0.54% | - |
| HSV(B) | 314.79º | 0.42% | 0.68% | - |
| XYZ | 27.71 | 20.37 | 33.48 | - |
| YUV | 128.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 155 | 0 | 0.42 | 0.10 | 0.32 | 314.79 | 0.31 | 0.54 |
| Hex | AD | 64 | 9B | 0 | 2A | A | 20 | 13B | 1F | 36 |
| Octal | 255 | 144 | 233 | 0 | 52 | 12 | 40 | 473 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10011011 | 0 | 101010 | 1010 | 100000 | 100111011 | 11111 | 110110 |
Color Harmonies of #AD649B
Complementary color
Monochromatic Colors of #AD649B
Black with #AD649B
Text Example
Text Example
White with #AD649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD649B; }
p { color: rgb(173,100,155); }
H1.HeaderClassName
{
color: #AD649B;
}
.AnyTagClassName
{
color: #AD649B;
}
</style>
background-color css
<style>
a { background-color: #AD649B; }
a { background-color: rgb(173,100,155); }
div.DivClassName
{
background-color: #AD649B;
}
.BgClassName
{
background-color: #AD649B;
}
</style>
border-color css
<style>
span { border-color: #AD649B; }
span { border-color: rgb(173,100,155); }
td.TdClassName
{
border-color: #AD649B;
}
.TagClassName
{
border-color: #AD649B;
}
</style>