Shades of Violet Blue #AD5FA9
Tints of Violet Blue #AD5FA9
RGB
CMYK
RGB Variations
Color information
#AD5FA9 (or 0xAD5FA9) is known color: Violet Blue. HEX triplet: AD, 5F and A9. RGB value is (173,95,169). Sum of RGB (Red+Green+Blue) = 173+95+169=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5FA9 is #52A056. Grayscale: #7E7E7E. Windows color (decimal): -5414999 or 11100077. OLE color: 11100077.
HSL color Cylindrical-coordinate representation of color #AD5FA9: hue angle of 303.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5FA9 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 169 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.32 |
| HSL | 303.08º | 0.32% | 0.53% | - |
| HSV(B) | 303.08º | 0.45% | 0.68% | - |
| XYZ | 28.49 | 19.93 | 39.88 | - |
| YUV | 126.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 169 | 0 | 0.45 | 0.02 | 0.32 | 303.08 | 0.32 | 0.53 |
| Hex | AD | 5F | A9 | 0 | 2D | 2 | 20 | 12F | 20 | 35 |
| Octal | 255 | 137 | 251 | 0 | 55 | 2 | 40 | 457 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10101001 | 0 | 101101 | 10 | 100000 | 100101111 | 100000 | 110101 |
Color Harmonies of #AD5FA9
Complementary color
Monochromatic Colors of #AD5FA9
Black with #AD5FA9
Text Example
Text Example
White with #AD5FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FA9; }
p { color: rgb(173,95,169); }
H1.HeaderClassName
{
color: #AD5FA9;
}
.AnyTagClassName
{
color: #AD5FA9;
}
</style>
background-color css
<style>
a { background-color: #AD5FA9; }
a { background-color: rgb(173,95,169); }
div.DivClassName
{
background-color: #AD5FA9;
}
.BgClassName
{
background-color: #AD5FA9;
}
</style>
border-color css
<style>
span { border-color: #AD5FA9; }
span { border-color: rgb(173,95,169); }
td.TdClassName
{
border-color: #AD5FA9;
}
.TagClassName
{
border-color: #AD5FA9;
}
</style>