Shades of Violet Blue #AD669C
Tints of Violet Blue #AD669C
RGB
CMYK
RGB Variations
Color information
#AD669C (or 0xAD669C) is known color: Violet Blue. HEX triplet: AD, 66 and 9C. RGB value is (173,102,156). Sum of RGB (Red+Green+Blue) = 173+102+156=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD669C is #529963. Grayscale: #818181. Windows color (decimal): -5413220 or 10249901. OLE color: 10249901.
HSL color Cylindrical-coordinate representation of color #AD669C: hue angle of 314.37º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD669C is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 156 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.32 |
| HSL | 314.37º | 0.3% | 0.54% | - |
| HSV(B) | 314.37º | 0.41% | 0.68% | - |
| XYZ | 27.99 | 20.79 | 33.99 | - |
| YUV | 129.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 156 | 0 | 0.41 | 0.10 | 0.32 | 314.37 | 0.3 | 0.54 |
| Hex | AD | 66 | 9C | 0 | 29 | A | 20 | 13A | 1E | 36 |
| Octal | 255 | 146 | 234 | 0 | 51 | 12 | 40 | 472 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10011100 | 0 | 101001 | 1010 | 100000 | 100111010 | 11110 | 110110 |
Color Harmonies of #AD669C
Complementary color
Monochromatic Colors of #AD669C
Black with #AD669C
Text Example
Text Example
White with #AD669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD669C; }
p { color: rgb(173,102,156); }
H1.HeaderClassName
{
color: #AD669C;
}
.AnyTagClassName
{
color: #AD669C;
}
</style>
background-color css
<style>
a { background-color: #AD669C; }
a { background-color: rgb(173,102,156); }
div.DivClassName
{
background-color: #AD669C;
}
.BgClassName
{
background-color: #AD669C;
}
</style>
border-color css
<style>
span { border-color: #AD669C; }
span { border-color: rgb(173,102,156); }
td.TdClassName
{
border-color: #AD669C;
}
.TagClassName
{
border-color: #AD669C;
}
</style>