Shades of Violet Blue #AD649A
Tints of Violet Blue #AD649A
RGB
CMYK
RGB Variations
Color information
#AD649A (or 0xAD649A) is known color: Violet Blue. HEX triplet: AD, 64 and 9A. RGB value is (173,100,154). Sum of RGB (Red+Green+Blue) = 173+100+154=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649A is #529B65. Grayscale: #7F7F7F. Windows color (decimal): -5413734 or 10118317. OLE color: 10118317.
HSL color Cylindrical-coordinate representation of color #AD649A: hue angle of 315.62º 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 #AD649A is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 154 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.32 |
| HSL | 315.62º | 0.31% | 0.54% | - |
| HSV(B) | 315.62º | 0.42% | 0.68% | - |
| XYZ | 27.62 | 20.33 | 33.04 | - |
| YUV | 127.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 154 | 0 | 0.42 | 0.11 | 0.32 | 315.62 | 0.31 | 0.54 |
| Hex | AD | 64 | 9A | 0 | 2A | B | 20 | 13C | 1F | 36 |
| Octal | 255 | 144 | 232 | 0 | 52 | 13 | 40 | 474 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10011010 | 0 | 101010 | 1011 | 100000 | 100111100 | 11111 | 110110 |
Color Harmonies of #AD649A
Complementary color
Monochromatic Colors of #AD649A
Black with #AD649A
Text Example
Text Example
White with #AD649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD649A; }
p { color: rgb(173,100,154); }
H1.HeaderClassName
{
color: #AD649A;
}
.AnyTagClassName
{
color: #AD649A;
}
</style>
background-color css
<style>
a { background-color: #AD649A; }
a { background-color: rgb(173,100,154); }
div.DivClassName
{
background-color: #AD649A;
}
.BgClassName
{
background-color: #AD649A;
}
</style>
border-color css
<style>
span { border-color: #AD649A; }
span { border-color: rgb(173,100,154); }
td.TdClassName
{
border-color: #AD649A;
}
.TagClassName
{
border-color: #AD649A;
}
</style>