Shades of Violet Blue #AD5D94
Tints of Violet Blue #AD5D94
RGB
CMYK
RGB Variations
Color information
#AD5D94 (or 0xAD5D94) is known color: Violet Blue. HEX triplet: AD, 5D and 94. RGB value is (173,93,148). Sum of RGB (Red+Green+Blue) = 173+93+148=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5D94 is #52A26B. Grayscale: #7B7B7B. Windows color (decimal): -5415532 or 9723309. OLE color: 9723309.
HSL color Cylindrical-coordinate representation of color #AD5D94: hue angle of 318.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5D94 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 148 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.32 |
| HSL | 318.75º | 0.33% | 0.52% | - |
| HSV(B) | 318.75º | 0.46% | 0.68% | - |
| XYZ | 26.49 | 18.85 | 30.26 | - |
| YUV | 123.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 148 | 0 | 0.46 | 0.14 | 0.32 | 318.75 | 0.33 | 0.52 |
| Hex | AD | 5D | 94 | 0 | 2E | E | 20 | 13F | 21 | 34 |
| Octal | 255 | 135 | 224 | 0 | 56 | 16 | 40 | 477 | 41 | 64 |
| Binary | 10101101 | 1011101 | 10010100 | 0 | 101110 | 1110 | 100000 | 100111111 | 100001 | 110100 |
Color Harmonies of #AD5D94
Complementary color
Monochromatic Colors of #AD5D94
Black with #AD5D94
Text Example
Text Example
White with #AD5D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D94; }
p { color: rgb(173,93,148); }
H1.HeaderClassName
{
color: #AD5D94;
}
.AnyTagClassName
{
color: #AD5D94;
}
</style>
background-color css
<style>
a { background-color: #AD5D94; }
a { background-color: rgb(173,93,148); }
div.DivClassName
{
background-color: #AD5D94;
}
.BgClassName
{
background-color: #AD5D94;
}
</style>
border-color css
<style>
span { border-color: #AD5D94; }
span { border-color: rgb(173,93,148); }
td.TdClassName
{
border-color: #AD5D94;
}
.TagClassName
{
border-color: #AD5D94;
}
</style>