Shades of Medium Red Violet #AD268C
Tints of Medium Red Violet #AD268C
RGB
CMYK
RGB Variations
Color information
#AD268C (or 0xAD268C) is known color: Medium Red Violet. HEX triplet: AD, 26 and 8C. RGB value is (173,38,140). Sum of RGB (Red+Green+Blue) = 173+38+140=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD268C is #52D973. Grayscale: #595959. Windows color (decimal): -5429620 or 9184941. OLE color: 9184941.
HSL color Cylindrical-coordinate representation of color #AD268C: hue angle of 314.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD268C is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 140 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.32 |
| HSL | 314.67º | 0.64% | 0.41% | - |
| HSV(B) | 314.67º | 0.78% | 0.68% | - |
| XYZ | 22.66 | 12.16 | 25.96 | - |
| YUV | 89.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 140 | 0 | 0.78 | 0.19 | 0.32 | 314.67 | 0.64 | 0.41 |
| Hex | AD | 26 | 8C | 0 | 4E | 13 | 20 | 13B | 40 | 29 |
| Octal | 255 | 46 | 214 | 0 | 116 | 23 | 40 | 473 | 100 | 51 |
| Binary | 10101101 | 100110 | 10001100 | 0 | 1001110 | 10011 | 100000 | 100111011 | 1000000 | 101001 |
Color Harmonies of #AD268C
Complementary color
Monochromatic Colors of #AD268C
Black with #AD268C
Text Example
Text Example
White with #AD268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD268C; }
p { color: rgb(173,38,140); }
H1.HeaderClassName
{
color: #AD268C;
}
.AnyTagClassName
{
color: #AD268C;
}
</style>
background-color css
<style>
a { background-color: #AD268C; }
a { background-color: rgb(173,38,140); }
div.DivClassName
{
background-color: #AD268C;
}
.BgClassName
{
background-color: #AD268C;
}
</style>
border-color css
<style>
span { border-color: #AD268C; }
span { border-color: rgb(173,38,140); }
td.TdClassName
{
border-color: #AD268C;
}
.TagClassName
{
border-color: #AD268C;
}
</style>