Shades of Violet Blue #AD409F
Tints of Violet Blue #AD409F
RGB
CMYK
RGB Variations
Color information
#AD409F (or 0xAD409F) is known color: Violet Blue. HEX triplet: AD, 40 and 9F. RGB value is (173,64,159). Sum of RGB (Red+Green+Blue) = 173+64+159=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD409F is #52BF60. Grayscale: #6B6B6B. Windows color (decimal): -5422945 or 10436781. OLE color: 10436781.
HSL color Cylindrical-coordinate representation of color #AD409F: hue angle of 307.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD409F is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 159 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.32 |
| HSL | 307.71º | 0.46% | 0.46% | - |
| HSV(B) | 307.71º | 0.63% | 0.68% | - |
| XYZ | 25.32 | 15.05 | 34.37 | - |
| YUV | 107.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 159 | 0 | 0.63 | 0.08 | 0.32 | 307.71 | 0.46 | 0.46 |
| Hex | AD | 40 | 9F | 0 | 3F | 8 | 20 | 134 | 2E | 2E |
| Octal | 255 | 100 | 237 | 0 | 77 | 10 | 40 | 464 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10011111 | 0 | 111111 | 1000 | 100000 | 100110100 | 101110 | 101110 |
Color Harmonies of #AD409F
Complementary color
Monochromatic Colors of #AD409F
Black with #AD409F
Text Example
Text Example
White with #AD409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD409F; }
p { color: rgb(173,64,159); }
H1.HeaderClassName
{
color: #AD409F;
}
.AnyTagClassName
{
color: #AD409F;
}
</style>
background-color css
<style>
a { background-color: #AD409F; }
a { background-color: rgb(173,64,159); }
div.DivClassName
{
background-color: #AD409F;
}
.BgClassName
{
background-color: #AD409F;
}
</style>
border-color css
<style>
span { border-color: #AD409F; }
span { border-color: rgb(173,64,159); }
td.TdClassName
{
border-color: #AD409F;
}
.TagClassName
{
border-color: #AD409F;
}
</style>