Shades of Violet Blue #AB56AD
Tints of Violet Blue #AB56AD
RGB
CMYK
RGB Variations
Color information
#AB56AD (or 0xAB56AD) is known color: Violet Blue. HEX triplet: AB, 56 and AD. RGB value is (171,86,173). Sum of RGB (Red+Green+Blue) = 171+86+173=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB56AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB56AD is #54A952. Grayscale: #797979. Windows color (decimal): -5548371 or 11359915. OLE color: 11359915.
HSL color Cylindrical-coordinate representation of color #AB56AD: hue angle of 298.62º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB56AD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 86 | 173 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.32 |
| HSL | 298.62º | 0.35% | 0.51% | - |
| HSV(B) | 298.62º | 0.5% | 0.68% | - |
| XYZ | 27.67 | 18.33 | 41.62 | - |
| YUV | 121.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 173 | 0.01 | 0.50 | 0 | 0.32 | 298.62 | 0.35 | 0.51 |
| Hex | AB | 56 | AD | 1 | 32 | 0 | 20 | 12B | 23 | 33 |
| Octal | 253 | 126 | 255 | 1 | 62 | 0 | 40 | 453 | 43 | 63 |
| Binary | 10101011 | 1010110 | 10101101 | 1 | 110010 | 0 | 100000 | 100101011 | 100011 | 110011 |
Color Harmonies of #AB56AD
Complementary color
Monochromatic Colors of #AB56AD
Black with #AB56AD
Text Example
Text Example
White with #AB56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56AD; }
p { color: rgb(171,86,173); }
H1.HeaderClassName
{
color: #AB56AD;
}
.AnyTagClassName
{
color: #AB56AD;
}
</style>
background-color css
<style>
a { background-color: #AB56AD; }
a { background-color: rgb(171,86,173); }
div.DivClassName
{
background-color: #AB56AD;
}
.BgClassName
{
background-color: #AB56AD;
}
</style>
border-color css
<style>
span { border-color: #AB56AD; }
span { border-color: rgb(171,86,173); }
td.TdClassName
{
border-color: #AB56AD;
}
.TagClassName
{
border-color: #AB56AD;
}
</style>