Shades of Violet Blue #AD5FA6
Tints of Violet Blue #AD5FA6
RGB
CMYK
RGB Variations
Color information
#AD5FA6 (or 0xAD5FA6) is known color: Violet Blue. HEX triplet: AD, 5F and A6. RGB value is (173,95,166). Sum of RGB (Red+Green+Blue) = 173+95+166=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5FA6 is #52A059. Grayscale: #7E7E7E. Windows color (decimal): -5415002 or 10903469. OLE color: 10903469.
HSL color Cylindrical-coordinate representation of color #AD5FA6: hue angle of 305.38º 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 #AD5FA6 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 166 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.32 |
| HSL | 305.38º | 0.32% | 0.53% | - |
| HSV(B) | 305.38º | 0.45% | 0.68% | - |
| XYZ | 28.21 | 19.82 | 38.42 | - |
| YUV | 126.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 166 | 0 | 0.45 | 0.04 | 0.32 | 305.38 | 0.32 | 0.53 |
| Hex | AD | 5F | A6 | 0 | 2D | 4 | 20 | 131 | 20 | 35 |
| Octal | 255 | 137 | 246 | 0 | 55 | 4 | 40 | 461 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10100110 | 0 | 101101 | 100 | 100000 | 100110001 | 100000 | 110101 |
Color Harmonies of #AD5FA6
Complementary color
Monochromatic Colors of #AD5FA6
Black with #AD5FA6
Text Example
Text Example
White with #AD5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FA6; }
p { color: rgb(173,95,166); }
H1.HeaderClassName
{
color: #AD5FA6;
}
.AnyTagClassName
{
color: #AD5FA6;
}
</style>
background-color css
<style>
a { background-color: #AD5FA6; }
a { background-color: rgb(173,95,166); }
div.DivClassName
{
background-color: #AD5FA6;
}
.BgClassName
{
background-color: #AD5FA6;
}
</style>
border-color css
<style>
span { border-color: #AD5FA6; }
span { border-color: rgb(173,95,166); }
td.TdClassName
{
border-color: #AD5FA6;
}
.TagClassName
{
border-color: #AD5FA6;
}
</style>