Shades of Medium Red Violet #AB438A
Tints of Medium Red Violet #AB438A
RGB
CMYK
RGB Variations
Color information
#AB438A (or 0xAB438A) is known color: Medium Red Violet. HEX triplet: AB, 43 and 8A. RGB value is (171,67,138). Sum of RGB (Red+Green+Blue) = 171+67+138=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB438A is #54BC75. Grayscale: #6A6A6A. Windows color (decimal): -5553270 or 9061291. OLE color: 9061291.
HSL color Cylindrical-coordinate representation of color #AB438A: hue angle of 319.04º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB438A is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 138 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.33 |
| HSL | 319.04º | 0.44% | 0.47% | - |
| HSV(B) | 319.04º | 0.61% | 0.67% | - |
| XYZ | 23.39 | 14.51 | 25.61 | - |
| YUV | 106.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 138 | 0 | 0.61 | 0.19 | 0.33 | 319.04 | 0.44 | 0.47 |
| Hex | AB | 43 | 8A | 0 | 3D | 13 | 21 | 13F | 2C | 2F |
| Octal | 253 | 103 | 212 | 0 | 75 | 23 | 41 | 477 | 54 | 57 |
| Binary | 10101011 | 1000011 | 10001010 | 0 | 111101 | 10011 | 100001 | 100111111 | 101100 | 101111 |
Color Harmonies of #AB438A
Complementary color
Monochromatic Colors of #AB438A
Black with #AB438A
Text Example
Text Example
White with #AB438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB438A; }
p { color: rgb(171,67,138); }
H1.HeaderClassName
{
color: #AB438A;
}
.AnyTagClassName
{
color: #AB438A;
}
</style>
background-color css
<style>
a { background-color: #AB438A; }
a { background-color: rgb(171,67,138); }
div.DivClassName
{
background-color: #AB438A;
}
.BgClassName
{
background-color: #AB438A;
}
</style>
border-color css
<style>
span { border-color: #AB438A; }
span { border-color: rgb(171,67,138); }
td.TdClassName
{
border-color: #AB438A;
}
.TagClassName
{
border-color: #AB438A;
}
</style>