Shades of Medium Red Violet #AB269D
Tints of Medium Red Violet #AB269D
RGB
CMYK
RGB Variations
Color information
#AB269D (or 0xAB269D) is known color: Medium Red Violet. HEX triplet: AB, 26 and 9D. RGB value is (171,38,157). Sum of RGB (Red+Green+Blue) = 171+38+157=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB269D is #54D962. Grayscale: #5A5A5A. Windows color (decimal): -5560675 or 10299051. OLE color: 10299051.
HSL color Cylindrical-coordinate representation of color #AB269D: hue angle of 306.32º 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 #AB269D is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 157 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.33 |
| HSL | 306.32º | 0.64% | 0.41% | - |
| HSV(B) | 306.32º | 0.78% | 0.67% | - |
| XYZ | 23.57 | 12.48 | 33.06 | - |
| YUV | 91.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 157 | 0 | 0.78 | 0.08 | 0.33 | 306.32 | 0.64 | 0.41 |
| Hex | AB | 26 | 9D | 0 | 4E | 8 | 21 | 132 | 40 | 29 |
| Octal | 253 | 46 | 235 | 0 | 116 | 10 | 41 | 462 | 100 | 51 |
| Binary | 10101011 | 100110 | 10011101 | 0 | 1001110 | 1000 | 100001 | 100110010 | 1000000 | 101001 |
Color Harmonies of #AB269D
Complementary color
Monochromatic Colors of #AB269D
Black with #AB269D
Text Example
Text Example
White with #AB269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB269D; }
p { color: rgb(171,38,157); }
H1.HeaderClassName
{
color: #AB269D;
}
.AnyTagClassName
{
color: #AB269D;
}
</style>
background-color css
<style>
a { background-color: #AB269D; }
a { background-color: rgb(171,38,157); }
div.DivClassName
{
background-color: #AB269D;
}
.BgClassName
{
background-color: #AB269D;
}
</style>
border-color css
<style>
span { border-color: #AB269D; }
span { border-color: rgb(171,38,157); }
td.TdClassName
{
border-color: #AB269D;
}
.TagClassName
{
border-color: #AB269D;
}
</style>