Shades of Violet Blue #AD5FA3
Tints of Violet Blue #AD5FA3
RGB
CMYK
RGB Variations
Color information
#AD5FA3 (or 0xAD5FA3) is known color: Violet Blue. HEX triplet: AD, 5F and A3. RGB value is (173,95,163). Sum of RGB (Red+Green+Blue) = 173+95+163=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5FA3 is #52A05C. Grayscale: #7D7D7D. Windows color (decimal): -5415005 or 10706861. OLE color: 10706861.
HSL color Cylindrical-coordinate representation of color #AD5FA3: hue angle of 307.69º 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 #AD5FA3 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 163 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.32 |
| HSL | 307.69º | 0.32% | 0.53% | - |
| HSV(B) | 307.69º | 0.45% | 0.68% | - |
| XYZ | 27.94 | 19.71 | 36.98 | - |
| YUV | 126.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 163 | 0 | 0.45 | 0.06 | 0.32 | 307.69 | 0.32 | 0.53 |
| Hex | AD | 5F | A3 | 0 | 2D | 6 | 20 | 134 | 20 | 35 |
| Octal | 255 | 137 | 243 | 0 | 55 | 6 | 40 | 464 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10100011 | 0 | 101101 | 110 | 100000 | 100110100 | 100000 | 110101 |
Color Harmonies of #AD5FA3
Complementary color
Monochromatic Colors of #AD5FA3
Black with #AD5FA3
Text Example
Text Example
White with #AD5FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FA3; }
p { color: rgb(173,95,163); }
H1.HeaderClassName
{
color: #AD5FA3;
}
.AnyTagClassName
{
color: #AD5FA3;
}
</style>
background-color css
<style>
a { background-color: #AD5FA3; }
a { background-color: rgb(173,95,163); }
div.DivClassName
{
background-color: #AD5FA3;
}
.BgClassName
{
background-color: #AD5FA3;
}
</style>
border-color css
<style>
span { border-color: #AD5FA3; }
span { border-color: rgb(173,95,163); }
td.TdClassName
{
border-color: #AD5FA3;
}
.TagClassName
{
border-color: #AD5FA3;
}
</style>