Shades of Medium Violet Red #AD1CA4
Tints of Medium Violet Red #AD1CA4
RGB
CMYK
RGB Variations
Color information
#AD1CA4 (or 0xAD1CA4) is known color: Medium Violet Red. HEX triplet: AD, 1C and A4. RGB value is (173,28,164). Sum of RGB (Red+Green+Blue) = 173+28+164=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CA4 is #52E35B. Grayscale: #565656. Windows color (decimal): -5432156 or 10755245. OLE color: 10755245.
HSL color Cylindrical-coordinate representation of color #AD1CA4: hue angle of 303.72º 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 #AD1CA4 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 164 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.32 |
| HSL | 303.72º | 0.72% | 0.39% | - |
| HSV(B) | 303.72º | 0.84% | 0.68% | - |
| XYZ | 24.35 | 12.4 | 36.23 | - |
| YUV | 86.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 164 | 0 | 0.84 | 0.05 | 0.32 | 303.72 | 0.72 | 0.39 |
| Hex | AD | 1C | A4 | 0 | 54 | 5 | 20 | 130 | 48 | 27 |
| Octal | 255 | 34 | 244 | 0 | 124 | 5 | 40 | 460 | 110 | 47 |
| Binary | 10101101 | 11100 | 10100100 | 0 | 1010100 | 101 | 100000 | 100110000 | 1001000 | 100111 |
Color Harmonies of #AD1CA4
Complementary color
Monochromatic Colors of #AD1CA4
Black with #AD1CA4
Text Example
Text Example
White with #AD1CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CA4; }
p { color: rgb(173,28,164); }
H1.HeaderClassName
{
color: #AD1CA4;
}
.AnyTagClassName
{
color: #AD1CA4;
}
</style>
background-color css
<style>
a { background-color: #AD1CA4; }
a { background-color: rgb(173,28,164); }
div.DivClassName
{
background-color: #AD1CA4;
}
.BgClassName
{
background-color: #AD1CA4;
}
</style>
border-color css
<style>
span { border-color: #AD1CA4; }
span { border-color: rgb(173,28,164); }
td.TdClassName
{
border-color: #AD1CA4;
}
.TagClassName
{
border-color: #AD1CA4;
}
</style>