Shades of Violet Blue #AD659B
Tints of Violet Blue #AD659B
RGB
CMYK
RGB Variations
Color information
#AD659B (or 0xAD659B) is known color: Violet Blue. HEX triplet: AD, 65 and 9B. RGB value is (173,101,155). Sum of RGB (Red+Green+Blue) = 173+101+155=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD659B is #529A64. Grayscale: #808080. Windows color (decimal): -5413477 or 10184109. OLE color: 10184109.
HSL color Cylindrical-coordinate representation of color #AD659B: hue angle of 315º 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 #AD659B is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 155 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.32 |
| HSL | 315º | 0.31% | 0.54% | - |
| HSV(B) | 315º | 0.42% | 0.68% | - |
| XYZ | 27.8 | 20.56 | 33.51 | - |
| YUV | 128.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 155 | 0 | 0.42 | 0.10 | 0.32 | 315 | 0.31 | 0.54 |
| Hex | AD | 65 | 9B | 0 | 2A | A | 20 | 13B | 1F | 36 |
| Octal | 255 | 145 | 233 | 0 | 52 | 12 | 40 | 473 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10011011 | 0 | 101010 | 1010 | 100000 | 100111011 | 11111 | 110110 |
Color Harmonies of #AD659B
Complementary color
Monochromatic Colors of #AD659B
Black with #AD659B
Text Example
Text Example
White with #AD659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD659B; }
p { color: rgb(173,101,155); }
H1.HeaderClassName
{
color: #AD659B;
}
.AnyTagClassName
{
color: #AD659B;
}
</style>
background-color css
<style>
a { background-color: #AD659B; }
a { background-color: rgb(173,101,155); }
div.DivClassName
{
background-color: #AD659B;
}
.BgClassName
{
background-color: #AD659B;
}
</style>
border-color css
<style>
span { border-color: #AD659B; }
span { border-color: rgb(173,101,155); }
td.TdClassName
{
border-color: #AD659B;
}
.TagClassName
{
border-color: #AD659B;
}
</style>