Shades of Violet Blue #AD6296
Tints of Violet Blue #AD6296
RGB
CMYK
RGB Variations
Color information
#AD6296 (or 0xAD6296) is known color: Violet Blue. HEX triplet: AD, 62 and 96. RGB value is (173,98,150). Sum of RGB (Red+Green+Blue) = 173+98+150=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6296 is #529D69. Grayscale: #7E7E7E. Windows color (decimal): -5414250 or 9855661. OLE color: 9855661.
HSL color Cylindrical-coordinate representation of color #AD6296: hue angle of 318.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 #AD6296 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 150 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.32 |
| HSL | 318.4º | 0.31% | 0.53% | - |
| HSV(B) | 318.4º | 0.43% | 0.68% | - |
| XYZ | 27.11 | 19.82 | 31.25 | - |
| YUV | 126.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 150 | 0 | 0.43 | 0.13 | 0.32 | 318.4 | 0.31 | 0.53 |
| Hex | AD | 62 | 96 | 0 | 2B | D | 20 | 13E | 1F | 35 |
| Octal | 255 | 142 | 226 | 0 | 53 | 15 | 40 | 476 | 37 | 65 |
| Binary | 10101101 | 1100010 | 10010110 | 0 | 101011 | 1101 | 100000 | 100111110 | 11111 | 110101 |
Color Harmonies of #AD6296
Complementary color
Monochromatic Colors of #AD6296
Black with #AD6296
Text Example
Text Example
White with #AD6296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6296; }
p { color: rgb(173,98,150); }
H1.HeaderClassName
{
color: #AD6296;
}
.AnyTagClassName
{
color: #AD6296;
}
</style>
background-color css
<style>
a { background-color: #AD6296; }
a { background-color: rgb(173,98,150); }
div.DivClassName
{
background-color: #AD6296;
}
.BgClassName
{
background-color: #AD6296;
}
</style>
border-color css
<style>
span { border-color: #AD6296; }
span { border-color: rgb(173,98,150); }
td.TdClassName
{
border-color: #AD6296;
}
.TagClassName
{
border-color: #AD6296;
}
</style>