Shades of Violet Blue #AD669E
Tints of Violet Blue #AD669E
RGB
CMYK
RGB Variations
Color information
#AD669E (or 0xAD669E) is known color: Violet Blue. HEX triplet: AD, 66 and 9E. RGB value is (173,102,158). Sum of RGB (Red+Green+Blue) = 173+102+158=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD669E is #529961. Grayscale: #818181. Windows color (decimal): -5413218 or 10380973. OLE color: 10380973.
HSL color Cylindrical-coordinate representation of color #AD669E: hue angle of 312.68º 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 #AD669E is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 158 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.32 |
| HSL | 312.68º | 0.3% | 0.54% | - |
| HSV(B) | 312.68º | 0.41% | 0.68% | - |
| XYZ | 28.16 | 20.86 | 34.89 | - |
| YUV | 129.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 158 | 0 | 0.41 | 0.09 | 0.32 | 312.68 | 0.3 | 0.54 |
| Hex | AD | 66 | 9E | 0 | 29 | 9 | 20 | 139 | 1E | 36 |
| Octal | 255 | 146 | 236 | 0 | 51 | 11 | 40 | 471 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10011110 | 0 | 101001 | 1001 | 100000 | 100111001 | 11110 | 110110 |
Color Harmonies of #AD669E
Complementary color
Monochromatic Colors of #AD669E
Black with #AD669E
Text Example
Text Example
White with #AD669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD669E; }
p { color: rgb(173,102,158); }
H1.HeaderClassName
{
color: #AD669E;
}
.AnyTagClassName
{
color: #AD669E;
}
</style>
background-color css
<style>
a { background-color: #AD669E; }
a { background-color: rgb(173,102,158); }
div.DivClassName
{
background-color: #AD669E;
}
.BgClassName
{
background-color: #AD669E;
}
</style>
border-color css
<style>
span { border-color: #AD669E; }
span { border-color: rgb(173,102,158); }
td.TdClassName
{
border-color: #AD669E;
}
.TagClassName
{
border-color: #AD669E;
}
</style>