Shades of Violet Blue #AD62A0
Tints of Violet Blue #AD62A0
RGB
CMYK
RGB Variations
Color information
#AD62A0 (or 0xAD62A0) is known color: Violet Blue. HEX triplet: AD, 62 and A0. RGB value is (173,98,160). Sum of RGB (Red+Green+Blue) = 173+98+160=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD62A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD62A0 is #529D5F. Grayscale: #7F7F7F. Windows color (decimal): -5414240 or 10511021. OLE color: 10511021.
HSL color Cylindrical-coordinate representation of color #AD62A0: hue angle of 310.4º 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 #AD62A0 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 160 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.32 |
| HSL | 310.4º | 0.31% | 0.53% | - |
| HSV(B) | 310.4º | 0.43% | 0.68% | - |
| XYZ | 27.95 | 20.16 | 35.68 | - |
| YUV | 127.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 160 | 0 | 0.43 | 0.08 | 0.32 | 310.4 | 0.31 | 0.53 |
| Hex | AD | 62 | A0 | 0 | 2B | 8 | 20 | 136 | 1F | 35 |
| Octal | 255 | 142 | 240 | 0 | 53 | 10 | 40 | 466 | 37 | 65 |
| Binary | 10101101 | 1100010 | 10100000 | 0 | 101011 | 1000 | 100000 | 100110110 | 11111 | 110101 |
Color Harmonies of #AD62A0
Complementary color
Monochromatic Colors of #AD62A0
Black with #AD62A0
Text Example
Text Example
White with #AD62A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62A0; }
p { color: rgb(173,98,160); }
H1.HeaderClassName
{
color: #AD62A0;
}
.AnyTagClassName
{
color: #AD62A0;
}
</style>
background-color css
<style>
a { background-color: #AD62A0; }
a { background-color: rgb(173,98,160); }
div.DivClassName
{
background-color: #AD62A0;
}
.BgClassName
{
background-color: #AD62A0;
}
</style>
border-color css
<style>
span { border-color: #AD62A0; }
span { border-color: rgb(173,98,160); }
td.TdClassName
{
border-color: #AD62A0;
}
.TagClassName
{
border-color: #AD62A0;
}
</style>