Shades of Violet Blue #AD679B
Tints of Violet Blue #AD679B
RGB
CMYK
RGB Variations
Color information
#AD679B (or 0xAD679B) is known color: Violet Blue. HEX triplet: AD, 67 and 9B. RGB value is (173,103,155). Sum of RGB (Red+Green+Blue) = 173+103+155=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD679B is #529864. Grayscale: #818181. Windows color (decimal): -5412965 or 10184621. OLE color: 10184621.
HSL color Cylindrical-coordinate representation of color #AD679B: hue angle of 315.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD679B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 155 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.32 |
| HSL | 315.43º | 0.3% | 0.54% | - |
| HSV(B) | 315.43º | 0.4% | 0.68% | - |
| XYZ | 28 | 20.95 | 33.58 | - |
| YUV | 129.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 155 | 0 | 0.40 | 0.10 | 0.32 | 315.43 | 0.3 | 0.54 |
| Hex | AD | 67 | 9B | 0 | 28 | A | 20 | 13B | 1E | 36 |
| Octal | 255 | 147 | 233 | 0 | 50 | 12 | 40 | 473 | 36 | 66 |
| Binary | 10101101 | 1100111 | 10011011 | 0 | 101000 | 1010 | 100000 | 100111011 | 11110 | 110110 |
Color Harmonies of #AD679B
Complementary color
Monochromatic Colors of #AD679B
Black with #AD679B
Text Example
Text Example
White with #AD679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD679B; }
p { color: rgb(173,103,155); }
H1.HeaderClassName
{
color: #AD679B;
}
.AnyTagClassName
{
color: #AD679B;
}
</style>
background-color css
<style>
a { background-color: #AD679B; }
a { background-color: rgb(173,103,155); }
div.DivClassName
{
background-color: #AD679B;
}
.BgClassName
{
background-color: #AD679B;
}
</style>
border-color css
<style>
span { border-color: #AD679B; }
span { border-color: rgb(173,103,155); }
td.TdClassName
{
border-color: #AD679B;
}
.TagClassName
{
border-color: #AD679B;
}
</style>