Shades of Violet Blue #AD6098
Tints of Violet Blue #AD6098
RGB
CMYK
RGB Variations
Color information
#AD6098 (or 0xAD6098) is known color: Violet Blue. HEX triplet: AD, 60 and 98. RGB value is (173,96,152). Sum of RGB (Red+Green+Blue) = 173+96+152=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6098 is #529F67. Grayscale: #7D7D7D. Windows color (decimal): -5414760 or 9986221. OLE color: 9986221.
HSL color Cylindrical-coordinate representation of color #AD6098: hue angle of 316.36º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6098 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 152 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.32 |
| HSL | 316.36º | 0.32% | 0.53% | - |
| HSV(B) | 316.36º | 0.45% | 0.68% | - |
| XYZ | 27.08 | 19.52 | 32.05 | - |
| YUV | 125.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 152 | 0 | 0.45 | 0.12 | 0.32 | 316.36 | 0.32 | 0.53 |
| Hex | AD | 60 | 98 | 0 | 2D | C | 20 | 13C | 20 | 35 |
| Octal | 255 | 140 | 230 | 0 | 55 | 14 | 40 | 474 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10011000 | 0 | 101101 | 1100 | 100000 | 100111100 | 100000 | 110101 |
Color Harmonies of #AD6098
Complementary color
Monochromatic Colors of #AD6098
Black with #AD6098
Text Example
Text Example
White with #AD6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6098; }
p { color: rgb(173,96,152); }
H1.HeaderClassName
{
color: #AD6098;
}
.AnyTagClassName
{
color: #AD6098;
}
</style>
background-color css
<style>
a { background-color: #AD6098; }
a { background-color: rgb(173,96,152); }
div.DivClassName
{
background-color: #AD6098;
}
.BgClassName
{
background-color: #AD6098;
}
</style>
border-color css
<style>
span { border-color: #AD6098; }
span { border-color: rgb(173,96,152); }
td.TdClassName
{
border-color: #AD6098;
}
.TagClassName
{
border-color: #AD6098;
}
</style>