Shades of Violet Blue #AD45AC
Tints of Violet Blue #AD45AC
RGB
CMYK
RGB Variations
Color information
#AD45AC (or 0xAD45AC) is known color: Violet Blue. HEX triplet: AD, 45 and AC. RGB value is (173,69,172). Sum of RGB (Red+Green+Blue) = 173+69+172=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD45AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45AC is #52BA53. Grayscale: #6F6F6F. Windows color (decimal): -5421652 or 11290029. OLE color: 11290029.
HSL color Cylindrical-coordinate representation of color #AD45AC: hue angle of 300.58º 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 #AD45AC is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 172 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.32 |
| HSL | 300.58º | 0.43% | 0.47% | - |
| HSV(B) | 300.58º | 0.6% | 0.68% | - |
| XYZ | 26.81 | 16.12 | 40.73 | - |
| YUV | 111.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 172 | 0 | 0.60 | 0.01 | 0.32 | 300.58 | 0.43 | 0.47 |
| Hex | AD | 45 | AC | 0 | 3C | 1 | 20 | 12D | 2B | 2F |
| Octal | 255 | 105 | 254 | 0 | 74 | 1 | 40 | 455 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10101100 | 0 | 111100 | 1 | 100000 | 100101101 | 101011 | 101111 |
Color Harmonies of #AD45AC
Complementary color
Monochromatic Colors of #AD45AC
Black with #AD45AC
Text Example
Text Example
White with #AD45AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45AC; }
p { color: rgb(173,69,172); }
H1.HeaderClassName
{
color: #AD45AC;
}
.AnyTagClassName
{
color: #AD45AC;
}
</style>
background-color css
<style>
a { background-color: #AD45AC; }
a { background-color: rgb(173,69,172); }
div.DivClassName
{
background-color: #AD45AC;
}
.BgClassName
{
background-color: #AD45AC;
}
</style>
border-color css
<style>
span { border-color: #AD45AC; }
span { border-color: rgb(173,69,172); }
td.TdClassName
{
border-color: #AD45AC;
}
.TagClassName
{
border-color: #AD45AC;
}
</style>