Shades of Violet Blue #AD619E
Tints of Violet Blue #AD619E
RGB
CMYK
RGB Variations
Color information
#AD619E (or 0xAD619E) is known color: Violet Blue. HEX triplet: AD, 61 and 9E. RGB value is (173,97,158). Sum of RGB (Red+Green+Blue) = 173+97+158=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD619E is #529E61. Grayscale: #7E7E7E. Windows color (decimal): -5414498 or 10379693. OLE color: 10379693.
HSL color Cylindrical-coordinate representation of color #AD619E: hue angle of 311.84º 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 #AD619E is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 158 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.32 |
| HSL | 311.84º | 0.32% | 0.53% | - |
| HSV(B) | 311.84º | 0.44% | 0.68% | - |
| XYZ | 27.68 | 19.9 | 34.73 | - |
| YUV | 126.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 158 | 0 | 0.44 | 0.09 | 0.32 | 311.84 | 0.32 | 0.53 |
| Hex | AD | 61 | 9E | 0 | 2C | 9 | 20 | 138 | 20 | 35 |
| Octal | 255 | 141 | 236 | 0 | 54 | 11 | 40 | 470 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10011110 | 0 | 101100 | 1001 | 100000 | 100111000 | 100000 | 110101 |
Color Harmonies of #AD619E
Complementary color
Monochromatic Colors of #AD619E
Black with #AD619E
Text Example
Text Example
White with #AD619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD619E; }
p { color: rgb(173,97,158); }
H1.HeaderClassName
{
color: #AD619E;
}
.AnyTagClassName
{
color: #AD619E;
}
</style>
background-color css
<style>
a { background-color: #AD619E; }
a { background-color: rgb(173,97,158); }
div.DivClassName
{
background-color: #AD619E;
}
.BgClassName
{
background-color: #AD619E;
}
</style>
border-color css
<style>
span { border-color: #AD619E; }
span { border-color: rgb(173,97,158); }
td.TdClassName
{
border-color: #AD619E;
}
.TagClassName
{
border-color: #AD619E;
}
</style>