Shades of Medium Red Violet #AB367A
Tints of Medium Red Violet #AB367A
RGB
CMYK
RGB Variations
Color information
#AB367A (or 0xAB367A) is known color: Medium Red Violet. HEX triplet: AB, 36 and 7A. RGB value is (171,54,122). Sum of RGB (Red+Green+Blue) = 171+54+122=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB367A is #54C985. Grayscale: #606060. Windows color (decimal): -5556614 or 8009387. OLE color: 8009387.
HSL color Cylindrical-coordinate representation of color #AB367A: hue angle of 325.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB367A is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 122 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.33 |
| HSL | 325.13º | 0.52% | 0.44% | - |
| HSV(B) | 325.13º | 0.68% | 0.67% | - |
| XYZ | 21.63 | 12.7 | 19.72 | - |
| YUV | 96.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 122 | 0 | 0.68 | 0.29 | 0.33 | 325.13 | 0.52 | 0.44 |
| Hex | AB | 36 | 7A | 0 | 44 | 1D | 21 | 145 | 34 | 2C |
| Octal | 253 | 66 | 172 | 0 | 104 | 35 | 41 | 505 | 64 | 54 |
| Binary | 10101011 | 110110 | 1111010 | 0 | 1000100 | 11101 | 100001 | 101000101 | 110100 | 101100 |
Color Harmonies of #AB367A
Complementary color
Monochromatic Colors of #AB367A
Black with #AB367A
Text Example
Text Example
White with #AB367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB367A; }
p { color: rgb(171,54,122); }
H1.HeaderClassName
{
color: #AB367A;
}
.AnyTagClassName
{
color: #AB367A;
}
</style>
background-color css
<style>
a { background-color: #AB367A; }
a { background-color: rgb(171,54,122); }
div.DivClassName
{
background-color: #AB367A;
}
.BgClassName
{
background-color: #AB367A;
}
</style>
border-color css
<style>
span { border-color: #AB367A; }
span { border-color: rgb(171,54,122); }
td.TdClassName
{
border-color: #AB367A;
}
.TagClassName
{
border-color: #AB367A;
}
</style>