Shades of Violet Blue #AD5FA7
Tints of Violet Blue #AD5FA7
RGB
CMYK
RGB Variations
Color information
#AD5FA7 (or 0xAD5FA7) is known color: Violet Blue. HEX triplet: AD, 5F and A7. RGB value is (173,95,167). Sum of RGB (Red+Green+Blue) = 173+95+167=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5FA7 is #52A058. Grayscale: #7E7E7E. Windows color (decimal): -5415001 or 10969005. OLE color: 10969005.
HSL color Cylindrical-coordinate representation of color #AD5FA7: hue angle of 304.62º 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 #AD5FA7 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 167 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.32 |
| HSL | 304.62º | 0.32% | 0.53% | - |
| HSV(B) | 304.62º | 0.45% | 0.68% | - |
| XYZ | 28.3 | 19.86 | 38.9 | - |
| YUV | 126.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 167 | 0 | 0.45 | 0.03 | 0.32 | 304.62 | 0.32 | 0.53 |
| Hex | AD | 5F | A7 | 0 | 2D | 3 | 20 | 131 | 20 | 35 |
| Octal | 255 | 137 | 247 | 0 | 55 | 3 | 40 | 461 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10100111 | 0 | 101101 | 11 | 100000 | 100110001 | 100000 | 110101 |
Color Harmonies of #AD5FA7
Complementary color
Monochromatic Colors of #AD5FA7
Black with #AD5FA7
Text Example
Text Example
White with #AD5FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FA7; }
p { color: rgb(173,95,167); }
H1.HeaderClassName
{
color: #AD5FA7;
}
.AnyTagClassName
{
color: #AD5FA7;
}
</style>
background-color css
<style>
a { background-color: #AD5FA7; }
a { background-color: rgb(173,95,167); }
div.DivClassName
{
background-color: #AD5FA7;
}
.BgClassName
{
background-color: #AD5FA7;
}
</style>
border-color css
<style>
span { border-color: #AD5FA7; }
span { border-color: rgb(173,95,167); }
td.TdClassName
{
border-color: #AD5FA7;
}
.TagClassName
{
border-color: #AD5FA7;
}
</style>