Shades of Violet Blue #AD619F
Tints of Violet Blue #AD619F
RGB
CMYK
RGB Variations
Color information
#AD619F (or 0xAD619F) is known color: Violet Blue. HEX triplet: AD, 61 and 9F. RGB value is (173,97,159). Sum of RGB (Red+Green+Blue) = 173+97+159=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD619F is #529E60. Grayscale: #7E7E7E. Windows color (decimal): -5414497 or 10445229. OLE color: 10445229.
HSL color Cylindrical-coordinate representation of color #AD619F: hue angle of 311.05º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD619F is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 159 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.32 |
| HSL | 311.05º | 0.32% | 0.53% | - |
| HSV(B) | 311.05º | 0.44% | 0.68% | - |
| XYZ | 27.77 | 19.94 | 35.19 | - |
| YUV | 126.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 159 | 0 | 0.44 | 0.08 | 0.32 | 311.05 | 0.32 | 0.53 |
| Hex | AD | 61 | 9F | 0 | 2C | 8 | 20 | 137 | 20 | 35 |
| Octal | 255 | 141 | 237 | 0 | 54 | 10 | 40 | 467 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10011111 | 0 | 101100 | 1000 | 100000 | 100110111 | 100000 | 110101 |
Color Harmonies of #AD619F
Complementary color
Monochromatic Colors of #AD619F
Black with #AD619F
Text Example
Text Example
White with #AD619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD619F; }
p { color: rgb(173,97,159); }
H1.HeaderClassName
{
color: #AD619F;
}
.AnyTagClassName
{
color: #AD619F;
}
</style>
background-color css
<style>
a { background-color: #AD619F; }
a { background-color: rgb(173,97,159); }
div.DivClassName
{
background-color: #AD619F;
}
.BgClassName
{
background-color: #AD619F;
}
</style>
border-color css
<style>
span { border-color: #AD619F; }
span { border-color: rgb(173,97,159); }
td.TdClassName
{
border-color: #AD619F;
}
.TagClassName
{
border-color: #AD619F;
}
</style>