Shades of Violet Blue #AD45A0
Tints of Violet Blue #AD45A0
RGB
CMYK
RGB Variations
Color information
#AD45A0 (or 0xAD45A0) is known color: Violet Blue. HEX triplet: AD, 45 and A0. RGB value is (173,69,160). Sum of RGB (Red+Green+Blue) = 173+69+160=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD45A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45A0 is #52BA5F. Grayscale: #6E6E6E. Windows color (decimal): -5421664 or 10503597. OLE color: 10503597.
HSL color Cylindrical-coordinate representation of color #AD45A0: hue angle of 307.5º 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 #AD45A0 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 160 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.32 |
| HSL | 307.5º | 0.43% | 0.47% | - |
| HSV(B) | 307.5º | 0.6% | 0.68% | - |
| XYZ | 25.71 | 15.68 | 34.93 | - |
| YUV | 110.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 160 | 0 | 0.60 | 0.08 | 0.32 | 307.5 | 0.43 | 0.47 |
| Hex | AD | 45 | A0 | 0 | 3C | 8 | 20 | 134 | 2B | 2F |
| Octal | 255 | 105 | 240 | 0 | 74 | 10 | 40 | 464 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10100000 | 0 | 111100 | 1000 | 100000 | 100110100 | 101011 | 101111 |
Color Harmonies of #AD45A0
Complementary color
Monochromatic Colors of #AD45A0
Black with #AD45A0
Text Example
Text Example
White with #AD45A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45A0; }
p { color: rgb(173,69,160); }
H1.HeaderClassName
{
color: #AD45A0;
}
.AnyTagClassName
{
color: #AD45A0;
}
</style>
background-color css
<style>
a { background-color: #AD45A0; }
a { background-color: rgb(173,69,160); }
div.DivClassName
{
background-color: #AD45A0;
}
.BgClassName
{
background-color: #AD45A0;
}
</style>
border-color css
<style>
span { border-color: #AD45A0; }
span { border-color: rgb(173,69,160); }
td.TdClassName
{
border-color: #AD45A0;
}
.TagClassName
{
border-color: #AD45A0;
}
</style>