Shades of Medium Red Violet #AB3A85
Tints of Medium Red Violet #AB3A85
RGB
CMYK
RGB Variations
Color information
#AB3A85 (or 0xAB3A85) is known color: Medium Red Violet. HEX triplet: AB, 3A and 85. RGB value is (171,58,133). Sum of RGB (Red+Green+Blue) = 171+58+133=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3A85 is #54C57A. Grayscale: #646464. Windows color (decimal): -5555579 or 8731307. OLE color: 8731307.
HSL color Cylindrical-coordinate representation of color #AB3A85: hue angle of 320.18º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A85 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 133 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.33 |
| HSL | 320.18º | 0.49% | 0.45% | - |
| HSV(B) | 320.18º | 0.66% | 0.67% | - |
| XYZ | 22.54 | 13.38 | 23.58 | - |
| YUV | 100.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 133 | 0 | 0.66 | 0.22 | 0.33 | 320.18 | 0.49 | 0.45 |
| Hex | AB | 3A | 85 | 0 | 42 | 16 | 21 | 140 | 31 | 2D |
| Octal | 253 | 72 | 205 | 0 | 102 | 26 | 41 | 500 | 61 | 55 |
| Binary | 10101011 | 111010 | 10000101 | 0 | 1000010 | 10110 | 100001 | 101000000 | 110001 | 101101 |
Color Harmonies of #AB3A85
Complementary color
Monochromatic Colors of #AB3A85
Black with #AB3A85
Text Example
Text Example
White with #AB3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A85; }
p { color: rgb(171,58,133); }
H1.HeaderClassName
{
color: #AB3A85;
}
.AnyTagClassName
{
color: #AB3A85;
}
</style>
background-color css
<style>
a { background-color: #AB3A85; }
a { background-color: rgb(171,58,133); }
div.DivClassName
{
background-color: #AB3A85;
}
.BgClassName
{
background-color: #AB3A85;
}
</style>
border-color css
<style>
span { border-color: #AB3A85; }
span { border-color: rgb(171,58,133); }
td.TdClassName
{
border-color: #AB3A85;
}
.TagClassName
{
border-color: #AB3A85;
}
</style>