Shades of Medium Red Violet #AB3D9B
Tints of Medium Red Violet #AB3D9B
RGB
CMYK
RGB Variations
Color information
#AB3D9B (or 0xAB3D9B) is known color: Medium Red Violet. HEX triplet: AB, 3D and 9B. RGB value is (171,61,155). Sum of RGB (Red+Green+Blue) = 171+61+155=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3D9B is #54C264. Grayscale: #686868. Windows color (decimal): -5554789 or 10173867. OLE color: 10173867.
HSL color Cylindrical-coordinate representation of color #AB3D9B: hue angle of 308.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3D9B is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 155 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.33 |
| HSL | 308.73º | 0.47% | 0.45% | - |
| HSV(B) | 308.73º | 0.64% | 0.67% | - |
| XYZ | 24.38 | 14.36 | 32.5 | - |
| YUV | 104.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 155 | 0 | 0.64 | 0.09 | 0.33 | 308.73 | 0.47 | 0.45 |
| Hex | AB | 3D | 9B | 0 | 40 | 9 | 21 | 135 | 2F | 2D |
| Octal | 253 | 75 | 233 | 0 | 100 | 11 | 41 | 465 | 57 | 55 |
| Binary | 10101011 | 111101 | 10011011 | 0 | 1000000 | 1001 | 100001 | 100110101 | 101111 | 101101 |
Color Harmonies of #AB3D9B
Complementary color
Monochromatic Colors of #AB3D9B
Black with #AB3D9B
Text Example
Text Example
White with #AB3D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D9B; }
p { color: rgb(171,61,155); }
H1.HeaderClassName
{
color: #AB3D9B;
}
.AnyTagClassName
{
color: #AB3D9B;
}
</style>
background-color css
<style>
a { background-color: #AB3D9B; }
a { background-color: rgb(171,61,155); }
div.DivClassName
{
background-color: #AB3D9B;
}
.BgClassName
{
background-color: #AB3D9B;
}
</style>
border-color css
<style>
span { border-color: #AB3D9B; }
span { border-color: rgb(171,61,155); }
td.TdClassName
{
border-color: #AB3D9B;
}
.TagClassName
{
border-color: #AB3D9B;
}
</style>