Shades of Medium Red Violet #AB4288
Tints of Medium Red Violet #AB4288
RGB
CMYK
RGB Variations
Color information
#AB4288 (or 0xAB4288) is known color: Medium Red Violet. HEX triplet: AB, 42 and 88. RGB value is (171,66,136). Sum of RGB (Red+Green+Blue) = 171+66+136=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4288 is #54BD77. Grayscale: #696969. Windows color (decimal): -5553528 or 8929963. OLE color: 8929963.
HSL color Cylindrical-coordinate representation of color #AB4288: hue angle of 320º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4288 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 136 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.33 |
| HSL | 320º | 0.44% | 0.46% | - |
| HSV(B) | 320º | 0.61% | 0.67% | - |
| XYZ | 23.19 | 14.33 | 24.84 | - |
| YUV | 105.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 136 | 0 | 0.61 | 0.20 | 0.33 | 320 | 0.44 | 0.46 |
| Hex | AB | 42 | 88 | 0 | 3D | 14 | 21 | 140 | 2C | 2E |
| Octal | 253 | 102 | 210 | 0 | 75 | 24 | 41 | 500 | 54 | 56 |
| Binary | 10101011 | 1000010 | 10001000 | 0 | 111101 | 10100 | 100001 | 101000000 | 101100 | 101110 |
Color Harmonies of #AB4288
Complementary color
Monochromatic Colors of #AB4288
Black with #AB4288
Text Example
Text Example
White with #AB4288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4288; }
p { color: rgb(171,66,136); }
H1.HeaderClassName
{
color: #AB4288;
}
.AnyTagClassName
{
color: #AB4288;
}
</style>
background-color css
<style>
a { background-color: #AB4288; }
a { background-color: rgb(171,66,136); }
div.DivClassName
{
background-color: #AB4288;
}
.BgClassName
{
background-color: #AB4288;
}
</style>
border-color css
<style>
span { border-color: #AB4288; }
span { border-color: rgb(171,66,136); }
td.TdClassName
{
border-color: #AB4288;
}
.TagClassName
{
border-color: #AB4288;
}
</style>