Shades of Violet Blue #AD62AC
Tints of Violet Blue #AD62AC
RGB
CMYK
RGB Variations
Color information
#AD62AC (or 0xAD62AC) is known color: Violet Blue. HEX triplet: AD, 62 and AC. RGB value is (173,98,172). Sum of RGB (Red+Green+Blue) = 173+98+172=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD62AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD62AC is #529D53. Grayscale: #808080. Windows color (decimal): -5414228 or 11297453. OLE color: 11297453.
HSL color Cylindrical-coordinate representation of color #AD62AC: hue angle of 300.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD62AC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 172 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.32 |
| HSL | 300.8º | 0.31% | 0.53% | - |
| HSV(B) | 300.8º | 0.43% | 0.68% | - |
| XYZ | 29.05 | 20.6 | 41.47 | - |
| YUV | 128.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 172 | 0 | 0.43 | 0.01 | 0.32 | 300.8 | 0.31 | 0.53 |
| Hex | AD | 62 | AC | 0 | 2B | 1 | 20 | 12D | 1F | 35 |
| Octal | 255 | 142 | 254 | 0 | 53 | 1 | 40 | 455 | 37 | 65 |
| Binary | 10101101 | 1100010 | 10101100 | 0 | 101011 | 1 | 100000 | 100101101 | 11111 | 110101 |
Color Harmonies of #AD62AC
Complementary color
Monochromatic Colors of #AD62AC
Black with #AD62AC
Text Example
Text Example
White with #AD62AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62AC; }
p { color: rgb(173,98,172); }
H1.HeaderClassName
{
color: #AD62AC;
}
.AnyTagClassName
{
color: #AD62AC;
}
</style>
background-color css
<style>
a { background-color: #AD62AC; }
a { background-color: rgb(173,98,172); }
div.DivClassName
{
background-color: #AD62AC;
}
.BgClassName
{
background-color: #AD62AC;
}
</style>
border-color css
<style>
span { border-color: #AD62AC; }
span { border-color: rgb(173,98,172); }
td.TdClassName
{
border-color: #AD62AC;
}
.TagClassName
{
border-color: #AD62AC;
}
</style>