Shades of Medium Red Violet #AB308A
Tints of Medium Red Violet #AB308A
RGB
CMYK
RGB Variations
Color information
#AB308A (or 0xAB308A) is known color: Medium Red Violet. HEX triplet: AB, 30 and 8A. RGB value is (171,48,138). Sum of RGB (Red+Green+Blue) = 171+48+138=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB308A is #54CF75. Grayscale: #5E5E5E. Windows color (decimal): -5558134 or 9056427. OLE color: 9056427.
HSL color Cylindrical-coordinate representation of color #AB308A: hue angle of 316.1º 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 #AB308A is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 138 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.33 |
| HSL | 316.1º | 0.56% | 0.43% | - |
| HSV(B) | 316.1º | 0.72% | 0.67% | - |
| XYZ | 22.44 | 12.61 | 25.3 | - |
| YUV | 95.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 138 | 0 | 0.72 | 0.19 | 0.33 | 316.1 | 0.56 | 0.43 |
| Hex | AB | 30 | 8A | 0 | 48 | 13 | 21 | 13C | 38 | 2B |
| Octal | 253 | 60 | 212 | 0 | 110 | 23 | 41 | 474 | 70 | 53 |
| Binary | 10101011 | 110000 | 10001010 | 0 | 1001000 | 10011 | 100001 | 100111100 | 111000 | 101011 |
Color Harmonies of #AB308A
Complementary color
Monochromatic Colors of #AB308A
Black with #AB308A
Text Example
Text Example
White with #AB308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB308A; }
p { color: rgb(171,48,138); }
H1.HeaderClassName
{
color: #AB308A;
}
.AnyTagClassName
{
color: #AB308A;
}
</style>
background-color css
<style>
a { background-color: #AB308A; }
a { background-color: rgb(171,48,138); }
div.DivClassName
{
background-color: #AB308A;
}
.BgClassName
{
background-color: #AB308A;
}
</style>
border-color css
<style>
span { border-color: #AB308A; }
span { border-color: rgb(171,48,138); }
td.TdClassName
{
border-color: #AB308A;
}
.TagClassName
{
border-color: #AB308A;
}
</style>