Shades of Violet Blue #AD459C
Tints of Violet Blue #AD459C
RGB
CMYK
RGB Variations
Color information
#AD459C (or 0xAD459C) is known color: Violet Blue. HEX triplet: AD, 45 and 9C. RGB value is (173,69,156). Sum of RGB (Red+Green+Blue) = 173+69+156=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD459C is #52BA63. Grayscale: #6D6D6D. Windows color (decimal): -5421668 or 10241453. OLE color: 10241453.
HSL color Cylindrical-coordinate representation of color #AD459C: hue angle of 309.81º 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 #AD459C is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 156 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.32 |
| HSL | 309.81º | 0.43% | 0.47% | - |
| HSV(B) | 309.81º | 0.6% | 0.68% | - |
| XYZ | 25.36 | 15.54 | 33.12 | - |
| YUV | 110.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 156 | 0 | 0.60 | 0.10 | 0.32 | 309.81 | 0.43 | 0.47 |
| Hex | AD | 45 | 9C | 0 | 3C | A | 20 | 136 | 2B | 2F |
| Octal | 255 | 105 | 234 | 0 | 74 | 12 | 40 | 466 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10011100 | 0 | 111100 | 1010 | 100000 | 100110110 | 101011 | 101111 |
Color Harmonies of #AD459C
Complementary color
Monochromatic Colors of #AD459C
Black with #AD459C
Text Example
Text Example
White with #AD459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD459C; }
p { color: rgb(173,69,156); }
H1.HeaderClassName
{
color: #AD459C;
}
.AnyTagClassName
{
color: #AD459C;
}
</style>
background-color css
<style>
a { background-color: #AD459C; }
a { background-color: rgb(173,69,156); }
div.DivClassName
{
background-color: #AD459C;
}
.BgClassName
{
background-color: #AD459C;
}
</style>
border-color css
<style>
span { border-color: #AD459C; }
span { border-color: rgb(173,69,156); }
td.TdClassName
{
border-color: #AD459C;
}
.TagClassName
{
border-color: #AD459C;
}
</style>