Shades of Violet Blue #AB549D
Tints of Violet Blue #AB549D
RGB
CMYK
RGB Variations
Color information
#AB549D (or 0xAB549D) is known color: Violet Blue. HEX triplet: AB, 54 and 9D. RGB value is (171,84,157). Sum of RGB (Red+Green+Blue) = 171+84+157=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB549D is #54AB62. Grayscale: #767676. Windows color (decimal): -5548899 or 10310827. OLE color: 10310827.
HSL color Cylindrical-coordinate representation of color #AB549D: hue angle of 309.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB549D is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 157 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.33 |
| HSL | 309.66º | 0.34% | 0.5% | - |
| HSV(B) | 309.66º | 0.51% | 0.67% | - |
| XYZ | 26.05 | 17.43 | 33.89 | - |
| YUV | 118.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 157 | 0 | 0.51 | 0.08 | 0.33 | 309.66 | 0.34 | 0.5 |
| Hex | AB | 54 | 9D | 0 | 33 | 8 | 21 | 136 | 22 | 32 |
| Octal | 253 | 124 | 235 | 0 | 63 | 10 | 41 | 466 | 42 | 62 |
| Binary | 10101011 | 1010100 | 10011101 | 0 | 110011 | 1000 | 100001 | 100110110 | 100010 | 110010 |
Color Harmonies of #AB549D
Complementary color
Monochromatic Colors of #AB549D
Black with #AB549D
Text Example
Text Example
White with #AB549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB549D; }
p { color: rgb(171,84,157); }
H1.HeaderClassName
{
color: #AB549D;
}
.AnyTagClassName
{
color: #AB549D;
}
</style>
background-color css
<style>
a { background-color: #AB549D; }
a { background-color: rgb(171,84,157); }
div.DivClassName
{
background-color: #AB549D;
}
.BgClassName
{
background-color: #AB549D;
}
</style>
border-color css
<style>
span { border-color: #AB549D; }
span { border-color: rgb(171,84,157); }
td.TdClassName
{
border-color: #AB549D;
}
.TagClassName
{
border-color: #AB549D;
}
</style>