Shades of Violet Blue #AD679C
Tints of Violet Blue #AD679C
RGB
CMYK
RGB Variations
Color information
#AD679C (or 0xAD679C) is known color: Violet Blue. HEX triplet: AD, 67 and 9C. RGB value is (173,103,156). Sum of RGB (Red+Green+Blue) = 173+103+156=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD679C is #529863. Grayscale: #818181. Windows color (decimal): -5412964 or 10250157. OLE color: 10250157.
HSL color Cylindrical-coordinate representation of color #AD679C: hue angle of 314.57º 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 #AD679C is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 156 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.32 |
| HSL | 314.57º | 0.3% | 0.54% | - |
| HSV(B) | 314.57º | 0.4% | 0.68% | - |
| XYZ | 28.08 | 20.99 | 34.02 | - |
| YUV | 129.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 156 | 0 | 0.40 | 0.10 | 0.32 | 314.57 | 0.3 | 0.54 |
| Hex | AD | 67 | 9C | 0 | 28 | A | 20 | 13B | 1E | 36 |
| Octal | 255 | 147 | 234 | 0 | 50 | 12 | 40 | 473 | 36 | 66 |
| Binary | 10101101 | 1100111 | 10011100 | 0 | 101000 | 1010 | 100000 | 100111011 | 11110 | 110110 |
Color Harmonies of #AD679C
Complementary color
Monochromatic Colors of #AD679C
Black with #AD679C
Text Example
Text Example
White with #AD679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD679C; }
p { color: rgb(173,103,156); }
H1.HeaderClassName
{
color: #AD679C;
}
.AnyTagClassName
{
color: #AD679C;
}
</style>
background-color css
<style>
a { background-color: #AD679C; }
a { background-color: rgb(173,103,156); }
div.DivClassName
{
background-color: #AD679C;
}
.BgClassName
{
background-color: #AD679C;
}
</style>
border-color css
<style>
span { border-color: #AD679C; }
span { border-color: rgb(173,103,156); }
td.TdClassName
{
border-color: #AD679C;
}
.TagClassName
{
border-color: #AD679C;
}
</style>