Shades of Medium Red Violet #AB388F
Tints of Medium Red Violet #AB388F
RGB
CMYK
RGB Variations
Color information
#AB388F (or 0xAB388F) is known color: Medium Red Violet. HEX triplet: AB, 38 and 8F. RGB value is (171,56,143). Sum of RGB (Red+Green+Blue) = 171+56+143=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB388F is #54C770. Grayscale: #646464. Windows color (decimal): -5556081 or 9386155. OLE color: 9386155.
HSL color Cylindrical-coordinate representation of color #AB388F: hue angle of 314.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB388F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 143 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.33 |
| HSL | 314.61º | 0.51% | 0.45% | - |
| HSV(B) | 314.61º | 0.67% | 0.67% | - |
| XYZ | 23.17 | 13.47 | 27.37 | - |
| YUV | 100.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 143 | 0 | 0.67 | 0.16 | 0.33 | 314.61 | 0.51 | 0.45 |
| Hex | AB | 38 | 8F | 0 | 43 | 10 | 21 | 13B | 33 | 2D |
| Octal | 253 | 70 | 217 | 0 | 103 | 20 | 41 | 473 | 63 | 55 |
| Binary | 10101011 | 111000 | 10001111 | 0 | 1000011 | 10000 | 100001 | 100111011 | 110011 | 101101 |
Color Harmonies of #AB388F
Complementary color
Monochromatic Colors of #AB388F
Black with #AB388F
Text Example
Text Example
White with #AB388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB388F; }
p { color: rgb(171,56,143); }
H1.HeaderClassName
{
color: #AB388F;
}
.AnyTagClassName
{
color: #AB388F;
}
</style>
background-color css
<style>
a { background-color: #AB388F; }
a { background-color: rgb(171,56,143); }
div.DivClassName
{
background-color: #AB388F;
}
.BgClassName
{
background-color: #AB388F;
}
</style>
border-color css
<style>
span { border-color: #AB388F; }
span { border-color: rgb(171,56,143); }
td.TdClassName
{
border-color: #AB388F;
}
.TagClassName
{
border-color: #AB388F;
}
</style>