Shades of Violet Blue #AD459D
Tints of Violet Blue #AD459D
RGB
CMYK
RGB Variations
Color information
#AD459D (or 0xAD459D) is known color: Violet Blue. HEX triplet: AD, 45 and 9D. RGB value is (173,69,157). Sum of RGB (Red+Green+Blue) = 173+69+157=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD459D is #52BA62. Grayscale: #6D6D6D. Windows color (decimal): -5421667 or 10306989. OLE color: 10306989.
HSL color Cylindrical-coordinate representation of color #AD459D: hue angle of 309.23º 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 #AD459D is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 157 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.32 |
| HSL | 309.23º | 0.43% | 0.47% | - |
| HSV(B) | 309.23º | 0.6% | 0.68% | - |
| XYZ | 25.45 | 15.57 | 33.56 | - |
| YUV | 110.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 157 | 0 | 0.60 | 0.09 | 0.32 | 309.23 | 0.43 | 0.47 |
| Hex | AD | 45 | 9D | 0 | 3C | 9 | 20 | 135 | 2B | 2F |
| Octal | 255 | 105 | 235 | 0 | 74 | 11 | 40 | 465 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10011101 | 0 | 111100 | 1001 | 100000 | 100110101 | 101011 | 101111 |
Color Harmonies of #AD459D
Complementary color
Monochromatic Colors of #AD459D
Black with #AD459D
Text Example
Text Example
White with #AD459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD459D; }
p { color: rgb(173,69,157); }
H1.HeaderClassName
{
color: #AD459D;
}
.AnyTagClassName
{
color: #AD459D;
}
</style>
background-color css
<style>
a { background-color: #AD459D; }
a { background-color: rgb(173,69,157); }
div.DivClassName
{
background-color: #AD459D;
}
.BgClassName
{
background-color: #AD459D;
}
</style>
border-color css
<style>
span { border-color: #AD459D; }
span { border-color: rgb(173,69,157); }
td.TdClassName
{
border-color: #AD459D;
}
.TagClassName
{
border-color: #AD459D;
}
</style>