Shades of Medium Red Violet #AB307A
Tints of Medium Red Violet #AB307A
RGB
CMYK
RGB Variations
Color information
#AB307A (or 0xAB307A) is known color: Medium Red Violet. HEX triplet: AB, 30 and 7A. RGB value is (171,48,122). Sum of RGB (Red+Green+Blue) = 171+48+122=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB307A is #54CF85. Grayscale: #5D5D5D. Windows color (decimal): -5558150 or 8007851. OLE color: 8007851.
HSL color Cylindrical-coordinate representation of color #AB307A: hue angle of 323.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB307A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 122 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.33 |
| HSL | 323.9º | 0.56% | 0.43% | - |
| HSV(B) | 323.9º | 0.72% | 0.67% | - |
| XYZ | 21.36 | 12.18 | 19.64 | - |
| YUV | 93.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 122 | 0 | 0.72 | 0.29 | 0.33 | 323.9 | 0.56 | 0.43 |
| Hex | AB | 30 | 7A | 0 | 48 | 1D | 21 | 144 | 38 | 2B |
| Octal | 253 | 60 | 172 | 0 | 110 | 35 | 41 | 504 | 70 | 53 |
| Binary | 10101011 | 110000 | 1111010 | 0 | 1001000 | 11101 | 100001 | 101000100 | 111000 | 101011 |
Color Harmonies of #AB307A
Complementary color
Monochromatic Colors of #AB307A
Black with #AB307A
Text Example
Text Example
White with #AB307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB307A; }
p { color: rgb(171,48,122); }
H1.HeaderClassName
{
color: #AB307A;
}
.AnyTagClassName
{
color: #AB307A;
}
</style>
background-color css
<style>
a { background-color: #AB307A; }
a { background-color: rgb(171,48,122); }
div.DivClassName
{
background-color: #AB307A;
}
.BgClassName
{
background-color: #AB307A;
}
</style>
border-color css
<style>
span { border-color: #AB307A; }
span { border-color: rgb(171,48,122); }
td.TdClassName
{
border-color: #AB307A;
}
.TagClassName
{
border-color: #AB307A;
}
</style>