Shades of Medium Violet Red #AD1B93
Tints of Medium Violet Red #AD1B93
RGB
CMYK
RGB Variations
Color information
#AD1B93 (or 0xAD1B93) is known color: Medium Violet Red. HEX triplet: AD, 1B and 93. RGB value is (173,27,147). Sum of RGB (Red+Green+Blue) = 173+27+147=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B93 is #52E46C. Grayscale: #545454. Windows color (decimal): -5432429 or 9640877. OLE color: 9640877.
HSL color Cylindrical-coordinate representation of color #AD1B93: hue angle of 310.68º degrees, saturation: 0.73, 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 #AD1B93 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 147 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.32 |
| HSL | 310.68º | 0.73% | 0.39% | - |
| HSV(B) | 310.68º | 0.84% | 0.68% | - |
| XYZ | 22.89 | 11.77 | 28.67 | - |
| YUV | 84.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 147 | 0 | 0.84 | 0.15 | 0.32 | 310.68 | 0.73 | 0.39 |
| Hex | AD | 1B | 93 | 0 | 54 | F | 20 | 137 | 49 | 27 |
| Octal | 255 | 33 | 223 | 0 | 124 | 17 | 40 | 467 | 111 | 47 |
| Binary | 10101101 | 11011 | 10010011 | 0 | 1010100 | 1111 | 100000 | 100110111 | 1001001 | 100111 |
Color Harmonies of #AD1B93
Complementary color
Monochromatic Colors of #AD1B93
Black with #AD1B93
Text Example
Text Example
White with #AD1B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B93; }
p { color: rgb(173,27,147); }
H1.HeaderClassName
{
color: #AD1B93;
}
.AnyTagClassName
{
color: #AD1B93;
}
</style>
background-color css
<style>
a { background-color: #AD1B93; }
a { background-color: rgb(173,27,147); }
div.DivClassName
{
background-color: #AD1B93;
}
.BgClassName
{
background-color: #AD1B93;
}
</style>
border-color css
<style>
span { border-color: #AD1B93; }
span { border-color: rgb(173,27,147); }
td.TdClassName
{
border-color: #AD1B93;
}
.TagClassName
{
border-color: #AD1B93;
}
</style>