Shades of Medium Red Violet #AB369D
Tints of Medium Red Violet #AB369D
RGB
CMYK
RGB Variations
Color information
#AB369D (or 0xAB369D) is known color: Medium Red Violet. HEX triplet: AB, 36 and 9D. RGB value is (171,54,157). Sum of RGB (Red+Green+Blue) = 171+54+157=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB369D is #54C962. Grayscale: #646464. Windows color (decimal): -5556579 or 10303147. OLE color: 10303147.
HSL color Cylindrical-coordinate representation of color #AB369D: hue angle of 307.18º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB369D is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 157 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.33 |
| HSL | 307.18º | 0.52% | 0.44% | - |
| HSV(B) | 307.18º | 0.68% | 0.67% | - |
| XYZ | 24.2 | 13.73 | 33.27 | - |
| YUV | 100.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 157 | 0 | 0.68 | 0.08 | 0.33 | 307.18 | 0.52 | 0.44 |
| Hex | AB | 36 | 9D | 0 | 44 | 8 | 21 | 133 | 34 | 2C |
| Octal | 253 | 66 | 235 | 0 | 104 | 10 | 41 | 463 | 64 | 54 |
| Binary | 10101011 | 110110 | 10011101 | 0 | 1000100 | 1000 | 100001 | 100110011 | 110100 | 101100 |
Color Harmonies of #AB369D
Complementary color
Monochromatic Colors of #AB369D
Black with #AB369D
Text Example
Text Example
White with #AB369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB369D; }
p { color: rgb(171,54,157); }
H1.HeaderClassName
{
color: #AB369D;
}
.AnyTagClassName
{
color: #AB369D;
}
</style>
background-color css
<style>
a { background-color: #AB369D; }
a { background-color: rgb(171,54,157); }
div.DivClassName
{
background-color: #AB369D;
}
.BgClassName
{
background-color: #AB369D;
}
</style>
border-color css
<style>
span { border-color: #AB369D; }
span { border-color: rgb(171,54,157); }
td.TdClassName
{
border-color: #AB369D;
}
.TagClassName
{
border-color: #AB369D;
}
</style>