Shades of Violet Blue #AD6095
Tints of Violet Blue #AD6095
RGB
CMYK
RGB Variations
Color information
#AD6095 (or 0xAD6095) is known color: Violet Blue. HEX triplet: AD, 60 and 95. RGB value is (173,96,149). Sum of RGB (Red+Green+Blue) = 173+96+149=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6095 is #529F6A. Grayscale: #7C7C7C. Windows color (decimal): -5414763 or 9789613. OLE color: 9789613.
HSL color Cylindrical-coordinate representation of color #AD6095: hue angle of 318.7º 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 #AD6095 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 149 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.32 |
| HSL | 318.7º | 0.32% | 0.53% | - |
| HSV(B) | 318.7º | 0.45% | 0.68% | - |
| XYZ | 26.84 | 19.42 | 30.77 | - |
| YUV | 125.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 149 | 0 | 0.45 | 0.14 | 0.32 | 318.7 | 0.32 | 0.53 |
| Hex | AD | 60 | 95 | 0 | 2D | E | 20 | 13F | 20 | 35 |
| Octal | 255 | 140 | 225 | 0 | 55 | 16 | 40 | 477 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10010101 | 0 | 101101 | 1110 | 100000 | 100111111 | 100000 | 110101 |
Color Harmonies of #AD6095
Complementary color
Monochromatic Colors of #AD6095
Black with #AD6095
Text Example
Text Example
White with #AD6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6095; }
p { color: rgb(173,96,149); }
H1.HeaderClassName
{
color: #AD6095;
}
.AnyTagClassName
{
color: #AD6095;
}
</style>
background-color css
<style>
a { background-color: #AD6095; }
a { background-color: rgb(173,96,149); }
div.DivClassName
{
background-color: #AD6095;
}
.BgClassName
{
background-color: #AD6095;
}
</style>
border-color css
<style>
span { border-color: #AD6095; }
span { border-color: rgb(173,96,149); }
td.TdClassName
{
border-color: #AD6095;
}
.TagClassName
{
border-color: #AD6095;
}
</style>