Shades of Medium Violet Red #AD1CA1
Tints of Medium Violet Red #AD1CA1
RGB
CMYK
RGB Variations
Color information
#AD1CA1 (or 0xAD1CA1) is known color: Medium Violet Red. HEX triplet: AD, 1C and A1. RGB value is (173,28,161). Sum of RGB (Red+Green+Blue) = 173+28+161=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CA1 is #52E35E. Grayscale: #565656. Windows color (decimal): -5432159 or 10558637. OLE color: 10558637.
HSL color Cylindrical-coordinate representation of color #AD1CA1: hue angle of 304.97º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1CA1 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 161 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.32 |
| HSL | 304.97º | 0.72% | 0.39% | - |
| HSV(B) | 304.97º | 0.84% | 0.68% | - |
| XYZ | 24.08 | 12.29 | 34.82 | - |
| YUV | 86.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 161 | 0 | 0.84 | 0.07 | 0.32 | 304.97 | 0.72 | 0.39 |
| Hex | AD | 1C | A1 | 0 | 54 | 7 | 20 | 131 | 48 | 27 |
| Octal | 255 | 34 | 241 | 0 | 124 | 7 | 40 | 461 | 110 | 47 |
| Binary | 10101101 | 11100 | 10100001 | 0 | 1010100 | 111 | 100000 | 100110001 | 1001000 | 100111 |
Color Harmonies of #AD1CA1
Complementary color
Monochromatic Colors of #AD1CA1
Black with #AD1CA1
Text Example
Text Example
White with #AD1CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CA1; }
p { color: rgb(173,28,161); }
H1.HeaderClassName
{
color: #AD1CA1;
}
.AnyTagClassName
{
color: #AD1CA1;
}
</style>
background-color css
<style>
a { background-color: #AD1CA1; }
a { background-color: rgb(173,28,161); }
div.DivClassName
{
background-color: #AD1CA1;
}
.BgClassName
{
background-color: #AD1CA1;
}
</style>
border-color css
<style>
span { border-color: #AD1CA1; }
span { border-color: rgb(173,28,161); }
td.TdClassName
{
border-color: #AD1CA1;
}
.TagClassName
{
border-color: #AD1CA1;
}
</style>