Shades of Medium Red Violet #AB258A
Tints of Medium Red Violet #AB258A
RGB
CMYK
RGB Variations
Color information
#AB258A (or 0xAB258A) is known color: Medium Red Violet. HEX triplet: AB, 25 and 8A. RGB value is (171,37,138). Sum of RGB (Red+Green+Blue) = 171+37+138=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB258A is #54DA75. Grayscale: #585858. Windows color (decimal): -5560950 or 9053611. OLE color: 9053611.
HSL color Cylindrical-coordinate representation of color #AB258A: hue angle of 314.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB258A is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 138 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.33 |
| HSL | 314.78º | 0.64% | 0.41% | - |
| HSV(B) | 314.78º | 0.78% | 0.67% | - |
| XYZ | 22.04 | 11.82 | 25.16 | - |
| YUV | 88.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 138 | 0 | 0.78 | 0.19 | 0.33 | 314.78 | 0.64 | 0.41 |
| Hex | AB | 25 | 8A | 0 | 4E | 13 | 21 | 13B | 40 | 29 |
| Octal | 253 | 45 | 212 | 0 | 116 | 23 | 41 | 473 | 100 | 51 |
| Binary | 10101011 | 100101 | 10001010 | 0 | 1001110 | 10011 | 100001 | 100111011 | 1000000 | 101001 |
Color Harmonies of #AB258A
Complementary color
Monochromatic Colors of #AB258A
Black with #AB258A
Text Example
Text Example
White with #AB258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB258A; }
p { color: rgb(171,37,138); }
H1.HeaderClassName
{
color: #AB258A;
}
.AnyTagClassName
{
color: #AB258A;
}
</style>
background-color css
<style>
a { background-color: #AB258A; }
a { background-color: rgb(171,37,138); }
div.DivClassName
{
background-color: #AB258A;
}
.BgClassName
{
background-color: #AB258A;
}
</style>
border-color css
<style>
span { border-color: #AB258A; }
span { border-color: rgb(171,37,138); }
td.TdClassName
{
border-color: #AB258A;
}
.TagClassName
{
border-color: #AB258A;
}
</style>