Shades of Medium Red Violet #AB3385
Tints of Medium Red Violet #AB3385
RGB
CMYK
RGB Variations
Color information
#AB3385 (or 0xAB3385) is known color: Medium Red Violet. HEX triplet: AB, 33 and 85. RGB value is (171,51,133). Sum of RGB (Red+Green+Blue) = 171+51+133=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3385 is #54CC7A. Grayscale: #606060. Windows color (decimal): -5557371 or 8729515. OLE color: 8729515.
HSL color Cylindrical-coordinate representation of color #AB3385: hue angle of 319º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3385 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 133 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.33 |
| HSL | 319º | 0.54% | 0.44% | - |
| HSV(B) | 319º | 0.7% | 0.67% | - |
| XYZ | 22.21 | 12.72 | 23.47 | - |
| YUV | 96.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 133 | 0 | 0.70 | 0.22 | 0.33 | 319 | 0.54 | 0.44 |
| Hex | AB | 33 | 85 | 0 | 46 | 16 | 21 | 13F | 36 | 2C |
| Octal | 253 | 63 | 205 | 0 | 106 | 26 | 41 | 477 | 66 | 54 |
| Binary | 10101011 | 110011 | 10000101 | 0 | 1000110 | 10110 | 100001 | 100111111 | 110110 | 101100 |
Color Harmonies of #AB3385
Complementary color
Monochromatic Colors of #AB3385
Black with #AB3385
Text Example
Text Example
White with #AB3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3385; }
p { color: rgb(171,51,133); }
H1.HeaderClassName
{
color: #AB3385;
}
.AnyTagClassName
{
color: #AB3385;
}
</style>
background-color css
<style>
a { background-color: #AB3385; }
a { background-color: rgb(171,51,133); }
div.DivClassName
{
background-color: #AB3385;
}
.BgClassName
{
background-color: #AB3385;
}
</style>
border-color css
<style>
span { border-color: #AB3385; }
span { border-color: rgb(171,51,133); }
td.TdClassName
{
border-color: #AB3385;
}
.TagClassName
{
border-color: #AB3385;
}
</style>