Shades of Violet Blue #AD4DA3
Tints of Violet Blue #AD4DA3
RGB
CMYK
RGB Variations
Color information
#AD4DA3 (or 0xAD4DA3) is known color: Violet Blue. HEX triplet: AD, 4D and A3. RGB value is (173,77,163). Sum of RGB (Red+Green+Blue) = 173+77+163=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4DA3 is #52B25C. Grayscale: #737373. Windows color (decimal): -5419613 or 10702253. OLE color: 10702253.
HSL color Cylindrical-coordinate representation of color #AD4DA3: hue angle of 306.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD4DA3 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 163 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.32 |
| HSL | 306.25º | 0.38% | 0.49% | - |
| HSV(B) | 306.25º | 0.55% | 0.68% | - |
| XYZ | 26.5 | 16.84 | 36.5 | - |
| YUV | 115.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 163 | 0 | 0.55 | 0.06 | 0.32 | 306.25 | 0.38 | 0.49 |
| Hex | AD | 4D | A3 | 0 | 37 | 6 | 20 | 132 | 26 | 31 |
| Octal | 255 | 115 | 243 | 0 | 67 | 6 | 40 | 462 | 46 | 61 |
| Binary | 10101101 | 1001101 | 10100011 | 0 | 110111 | 110 | 100000 | 100110010 | 100110 | 110001 |
Color Harmonies of #AD4DA3
Complementary color
Monochromatic Colors of #AD4DA3
Black with #AD4DA3
Text Example
Text Example
White with #AD4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DA3; }
p { color: rgb(173,77,163); }
H1.HeaderClassName
{
color: #AD4DA3;
}
.AnyTagClassName
{
color: #AD4DA3;
}
</style>
background-color css
<style>
a { background-color: #AD4DA3; }
a { background-color: rgb(173,77,163); }
div.DivClassName
{
background-color: #AD4DA3;
}
.BgClassName
{
background-color: #AD4DA3;
}
</style>
border-color css
<style>
span { border-color: #AD4DA3; }
span { border-color: rgb(173,77,163); }
td.TdClassName
{
border-color: #AD4DA3;
}
.TagClassName
{
border-color: #AD4DA3;
}
</style>