Shades of Violet Blue #AD459E
Tints of Violet Blue #AD459E
RGB
CMYK
RGB Variations
Color information
#AD459E (or 0xAD459E) is known color: Violet Blue. HEX triplet: AD, 45 and 9E. RGB value is (173,69,158). Sum of RGB (Red+Green+Blue) = 173+69+158=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD459E is #52BA61. Grayscale: #6D6D6D. Windows color (decimal): -5421666 or 10372525. OLE color: 10372525.
HSL color Cylindrical-coordinate representation of color #AD459E: hue angle of 308.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD459E is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 158 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.32 |
| HSL | 308.65º | 0.43% | 0.47% | - |
| HSV(B) | 308.65º | 0.6% | 0.68% | - |
| XYZ | 25.53 | 15.61 | 34.01 | - |
| YUV | 110.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 158 | 0 | 0.60 | 0.09 | 0.32 | 308.65 | 0.43 | 0.47 |
| Hex | AD | 45 | 9E | 0 | 3C | 9 | 20 | 135 | 2B | 2F |
| Octal | 255 | 105 | 236 | 0 | 74 | 11 | 40 | 465 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10011110 | 0 | 111100 | 1001 | 100000 | 100110101 | 101011 | 101111 |
Color Harmonies of #AD459E
Complementary color
Monochromatic Colors of #AD459E
Black with #AD459E
Text Example
Text Example
White with #AD459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD459E; }
p { color: rgb(173,69,158); }
H1.HeaderClassName
{
color: #AD459E;
}
.AnyTagClassName
{
color: #AD459E;
}
</style>
background-color css
<style>
a { background-color: #AD459E; }
a { background-color: rgb(173,69,158); }
div.DivClassName
{
background-color: #AD459E;
}
.BgClassName
{
background-color: #AD459E;
}
</style>
border-color css
<style>
span { border-color: #AD459E; }
span { border-color: rgb(173,69,158); }
td.TdClassName
{
border-color: #AD459E;
}
.TagClassName
{
border-color: #AD459E;
}
</style>