Shades of Medium Red Violet #AB26A2
Tints of Medium Red Violet #AB26A2
RGB
CMYK
RGB Variations
Color information
#AB26A2 (or 0xAB26A2) is known color: Medium Red Violet. HEX triplet: AB, 26 and A2. RGB value is (171,38,162). Sum of RGB (Red+Green+Blue) = 171+38+162=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB26A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB26A2 is #54D95D. Grayscale: #5B5B5B. Windows color (decimal): -5560670 or 10626731. OLE color: 10626731.
HSL color Cylindrical-coordinate representation of color #AB26A2: hue angle of 304.06º 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 #AB26A2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 162 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.33 |
| HSL | 304.06º | 0.64% | 0.41% | - |
| HSV(B) | 304.06º | 0.78% | 0.67% | - |
| XYZ | 24.01 | 12.65 | 35.36 | - |
| YUV | 91.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 162 | 0 | 0.78 | 0.05 | 0.33 | 304.06 | 0.64 | 0.41 |
| Hex | AB | 26 | A2 | 0 | 4E | 5 | 21 | 130 | 40 | 29 |
| Octal | 253 | 46 | 242 | 0 | 116 | 5 | 41 | 460 | 100 | 51 |
| Binary | 10101011 | 100110 | 10100010 | 0 | 1001110 | 101 | 100001 | 100110000 | 1000000 | 101001 |
Color Harmonies of #AB26A2
Complementary color
Monochromatic Colors of #AB26A2
Black with #AB26A2
Text Example
Text Example
White with #AB26A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB26A2; }
p { color: rgb(171,38,162); }
H1.HeaderClassName
{
color: #AB26A2;
}
.AnyTagClassName
{
color: #AB26A2;
}
</style>
background-color css
<style>
a { background-color: #AB26A2; }
a { background-color: rgb(171,38,162); }
div.DivClassName
{
background-color: #AB26A2;
}
.BgClassName
{
background-color: #AB26A2;
}
</style>
border-color css
<style>
span { border-color: #AB26A2; }
span { border-color: rgb(171,38,162); }
td.TdClassName
{
border-color: #AB26A2;
}
.TagClassName
{
border-color: #AB26A2;
}
</style>