Shades of Medium Red Violet #AB368B
Tints of Medium Red Violet #AB368B
RGB
CMYK
RGB Variations
Color information
#AB368B (or 0xAB368B) is known color: Medium Red Violet. HEX triplet: AB, 36 and 8B. RGB value is (171,54,139). Sum of RGB (Red+Green+Blue) = 171+54+139=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB368B is #54C974. Grayscale: #626262. Windows color (decimal): -5556597 or 9123499. OLE color: 9123499.
HSL color Cylindrical-coordinate representation of color #AB368B: hue angle of 316.41º 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 #AB368B is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 139 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.33 |
| HSL | 316.41º | 0.52% | 0.44% | - |
| HSV(B) | 316.41º | 0.68% | 0.67% | - |
| XYZ | 22.77 | 13.16 | 25.77 | - |
| YUV | 98.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 139 | 0 | 0.68 | 0.19 | 0.33 | 316.41 | 0.52 | 0.44 |
| Hex | AB | 36 | 8B | 0 | 44 | 13 | 21 | 13C | 34 | 2C |
| Octal | 253 | 66 | 213 | 0 | 104 | 23 | 41 | 474 | 64 | 54 |
| Binary | 10101011 | 110110 | 10001011 | 0 | 1000100 | 10011 | 100001 | 100111100 | 110100 | 101100 |
Color Harmonies of #AB368B
Complementary color
Monochromatic Colors of #AB368B
Black with #AB368B
Text Example
Text Example
White with #AB368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB368B; }
p { color: rgb(171,54,139); }
H1.HeaderClassName
{
color: #AB368B;
}
.AnyTagClassName
{
color: #AB368B;
}
</style>
background-color css
<style>
a { background-color: #AB368B; }
a { background-color: rgb(171,54,139); }
div.DivClassName
{
background-color: #AB368B;
}
.BgClassName
{
background-color: #AB368B;
}
</style>
border-color css
<style>
span { border-color: #AB368B; }
span { border-color: rgb(171,54,139); }
td.TdClassName
{
border-color: #AB368B;
}
.TagClassName
{
border-color: #AB368B;
}
</style>