Shades of Medium Red Violet #AB367B
Tints of Medium Red Violet #AB367B
RGB
CMYK
RGB Variations
Color information
#AB367B (or 0xAB367B) is known color: Medium Red Violet. HEX triplet: AB, 36 and 7B. RGB value is (171,54,123). Sum of RGB (Red+Green+Blue) = 171+54+123=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB367B is #54C984. Grayscale: #606060. Windows color (decimal): -5556613 or 8074923. OLE color: 8074923.
HSL color Cylindrical-coordinate representation of color #AB367B: hue angle of 324.62º 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 #AB367B is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 123 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.33 |
| HSL | 324.62º | 0.52% | 0.44% | - |
| HSV(B) | 324.62º | 0.68% | 0.67% | - |
| XYZ | 21.69 | 12.73 | 20.05 | - |
| YUV | 96.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 123 | 0 | 0.68 | 0.28 | 0.33 | 324.62 | 0.52 | 0.44 |
| Hex | AB | 36 | 7B | 0 | 44 | 1C | 21 | 145 | 34 | 2C |
| Octal | 253 | 66 | 173 | 0 | 104 | 34 | 41 | 505 | 64 | 54 |
| Binary | 10101011 | 110110 | 1111011 | 0 | 1000100 | 11100 | 100001 | 101000101 | 110100 | 101100 |
Color Harmonies of #AB367B
Complementary color
Monochromatic Colors of #AB367B
Black with #AB367B
Text Example
Text Example
White with #AB367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB367B; }
p { color: rgb(171,54,123); }
H1.HeaderClassName
{
color: #AB367B;
}
.AnyTagClassName
{
color: #AB367B;
}
</style>
background-color css
<style>
a { background-color: #AB367B; }
a { background-color: rgb(171,54,123); }
div.DivClassName
{
background-color: #AB367B;
}
.BgClassName
{
background-color: #AB367B;
}
</style>
border-color css
<style>
span { border-color: #AB367B; }
span { border-color: rgb(171,54,123); }
td.TdClassName
{
border-color: #AB367B;
}
.TagClassName
{
border-color: #AB367B;
}
</style>