Shades of Violet Blue #AD3E9F
Tints of Violet Blue #AD3E9F
RGB
CMYK
RGB Variations
Color information
#AD3E9F (or 0xAD3E9F) is known color: Violet Blue. HEX triplet: AD, 3E and 9F. RGB value is (173,62,159). Sum of RGB (Red+Green+Blue) = 173+62+159=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3E9F is #52C160. Grayscale: #696969. Windows color (decimal): -5423457 or 10436269. OLE color: 10436269.
HSL color Cylindrical-coordinate representation of color #AD3E9F: hue angle of 307.57º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3E9F is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 159 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.32 |
| HSL | 307.57º | 0.47% | 0.46% | - |
| HSV(B) | 307.57º | 0.64% | 0.68% | - |
| XYZ | 25.21 | 14.83 | 34.33 | - |
| YUV | 106.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 159 | 0 | 0.64 | 0.08 | 0.32 | 307.57 | 0.47 | 0.46 |
| Hex | AD | 3E | 9F | 0 | 40 | 8 | 20 | 134 | 2F | 2E |
| Octal | 255 | 76 | 237 | 0 | 100 | 10 | 40 | 464 | 57 | 56 |
| Binary | 10101101 | 111110 | 10011111 | 0 | 1000000 | 1000 | 100000 | 100110100 | 101111 | 101110 |
Color Harmonies of #AD3E9F
Complementary color
Monochromatic Colors of #AD3E9F
Black with #AD3E9F
Text Example
Text Example
White with #AD3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E9F; }
p { color: rgb(173,62,159); }
H1.HeaderClassName
{
color: #AD3E9F;
}
.AnyTagClassName
{
color: #AD3E9F;
}
</style>
background-color css
<style>
a { background-color: #AD3E9F; }
a { background-color: rgb(173,62,159); }
div.DivClassName
{
background-color: #AD3E9F;
}
.BgClassName
{
background-color: #AD3E9F;
}
</style>
border-color css
<style>
span { border-color: #AD3E9F; }
span { border-color: rgb(173,62,159); }
td.TdClassName
{
border-color: #AD3E9F;
}
.TagClassName
{
border-color: #AD3E9F;
}
</style>