Shades of Medium Red Violet #AB2683
Tints of Medium Red Violet #AB2683
RGB
CMYK
RGB Variations
Color information
#AB2683 (or 0xAB2683) is known color: Medium Red Violet. HEX triplet: AB, 26 and 83. RGB value is (171,38,131). Sum of RGB (Red+Green+Blue) = 171+38+131=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2683 is #54D97C. Grayscale: #585858. Windows color (decimal): -5560701 or 8595115. OLE color: 8595115.
HSL color Cylindrical-coordinate representation of color #AB2683: hue angle of 318.05º 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 #AB2683 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 131 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.33 |
| HSL | 318.05º | 0.64% | 0.41% | - |
| HSV(B) | 318.05º | 0.78% | 0.67% | - |
| XYZ | 21.58 | 11.68 | 22.59 | - |
| YUV | 88.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 131 | 0 | 0.78 | 0.23 | 0.33 | 318.05 | 0.64 | 0.41 |
| Hex | AB | 26 | 83 | 0 | 4E | 17 | 21 | 13E | 40 | 29 |
| Octal | 253 | 46 | 203 | 0 | 116 | 27 | 41 | 476 | 100 | 51 |
| Binary | 10101011 | 100110 | 10000011 | 0 | 1001110 | 10111 | 100001 | 100111110 | 1000000 | 101001 |
Color Harmonies of #AB2683
Complementary color
Monochromatic Colors of #AB2683
Black with #AB2683
Text Example
Text Example
White with #AB2683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2683; }
p { color: rgb(171,38,131); }
H1.HeaderClassName
{
color: #AB2683;
}
.AnyTagClassName
{
color: #AB2683;
}
</style>
background-color css
<style>
a { background-color: #AB2683; }
a { background-color: rgb(171,38,131); }
div.DivClassName
{
background-color: #AB2683;
}
.BgClassName
{
background-color: #AB2683;
}
</style>
border-color css
<style>
span { border-color: #AB2683; }
span { border-color: rgb(171,38,131); }
td.TdClassName
{
border-color: #AB2683;
}
.TagClassName
{
border-color: #AB2683;
}
</style>