Shades of Violet Blue #AD449B
Tints of Violet Blue #AD449B
RGB
CMYK
RGB Variations
Color information
#AD449B (or 0xAD449B) is known color: Violet Blue. HEX triplet: AD, 44 and 9B. RGB value is (173,68,155). Sum of RGB (Red+Green+Blue) = 173+68+155=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD449B is #52BB64. Grayscale: #6D6D6D. Windows color (decimal): -5421925 or 10175661. OLE color: 10175661.
HSL color Cylindrical-coordinate representation of color #AD449B: hue angle of 310.29º 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 #AD449B is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 155 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.32 |
| HSL | 310.29º | 0.44% | 0.47% | - |
| HSV(B) | 310.29º | 0.61% | 0.68% | - |
| XYZ | 25.22 | 15.39 | 32.65 | - |
| YUV | 109.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 155 | 0 | 0.61 | 0.10 | 0.32 | 310.29 | 0.44 | 0.47 |
| Hex | AD | 44 | 9B | 0 | 3D | A | 20 | 136 | 2C | 2F |
| Octal | 255 | 104 | 233 | 0 | 75 | 12 | 40 | 466 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10011011 | 0 | 111101 | 1010 | 100000 | 100110110 | 101100 | 101111 |
Color Harmonies of #AD449B
Complementary color
Monochromatic Colors of #AD449B
Black with #AD449B
Text Example
Text Example
White with #AD449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD449B; }
p { color: rgb(173,68,155); }
H1.HeaderClassName
{
color: #AD449B;
}
.AnyTagClassName
{
color: #AD449B;
}
</style>
background-color css
<style>
a { background-color: #AD449B; }
a { background-color: rgb(173,68,155); }
div.DivClassName
{
background-color: #AD449B;
}
.BgClassName
{
background-color: #AD449B;
}
</style>
border-color css
<style>
span { border-color: #AD449B; }
span { border-color: rgb(173,68,155); }
td.TdClassName
{
border-color: #AD449B;
}
.TagClassName
{
border-color: #AD449B;
}
</style>