Shades of Violet Blue #AD449D
Tints of Violet Blue #AD449D
RGB
CMYK
RGB Variations
Color information
#AD449D (or 0xAD449D) is known color: Violet Blue. HEX triplet: AD, 44 and 9D. RGB value is (173,68,157). Sum of RGB (Red+Green+Blue) = 173+68+157=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD449D is #52BB62. Grayscale: #6D6D6D. Windows color (decimal): -5421923 or 10306733. OLE color: 10306733.
HSL color Cylindrical-coordinate representation of color #AD449D: hue angle of 309.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD449D is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 157 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.32 |
| HSL | 309.14º | 0.44% | 0.47% | - |
| HSV(B) | 309.14º | 0.61% | 0.68% | - |
| XYZ | 25.39 | 15.45 | 33.54 | - |
| YUV | 109.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 157 | 0 | 0.61 | 0.09 | 0.32 | 309.14 | 0.44 | 0.47 |
| Hex | AD | 44 | 9D | 0 | 3D | 9 | 20 | 135 | 2C | 2F |
| Octal | 255 | 104 | 235 | 0 | 75 | 11 | 40 | 465 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10011101 | 0 | 111101 | 1001 | 100000 | 100110101 | 101100 | 101111 |
Color Harmonies of #AD449D
Complementary color
Monochromatic Colors of #AD449D
Black with #AD449D
Text Example
Text Example
White with #AD449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD449D; }
p { color: rgb(173,68,157); }
H1.HeaderClassName
{
color: #AD449D;
}
.AnyTagClassName
{
color: #AD449D;
}
</style>
background-color css
<style>
a { background-color: #AD449D; }
a { background-color: rgb(173,68,157); }
div.DivClassName
{
background-color: #AD449D;
}
.BgClassName
{
background-color: #AD449D;
}
</style>
border-color css
<style>
span { border-color: #AD449D; }
span { border-color: rgb(173,68,157); }
td.TdClassName
{
border-color: #AD449D;
}
.TagClassName
{
border-color: #AD449D;
}
</style>