Shades of Violet Blue #AB4DAC
Tints of Violet Blue #AB4DAC
RGB
CMYK
RGB Variations
Color information
#AB4DAC (or 0xAB4DAC) is known color: Violet Blue. HEX triplet: AB, 4D and AC. RGB value is (171,77,172). Sum of RGB (Red+Green+Blue) = 171+77+172=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DAC is #54B253. Grayscale: #737373. Windows color (decimal): -5550676 or 11292075. OLE color: 11292075.
HSL color Cylindrical-coordinate representation of color #AB4DAC: hue angle of 299.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4DAC is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 172 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.33 |
| HSL | 299.37º | 0.38% | 0.49% | - |
| HSV(B) | 299.37º | 0.55% | 0.67% | - |
| XYZ | 26.89 | 16.94 | 40.88 | - |
| YUV | 115.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 172 | 0.01 | 0.55 | 0 | 0.33 | 299.37 | 0.38 | 0.49 |
| Hex | AB | 4D | AC | 1 | 37 | 0 | 21 | 12B | 26 | 31 |
| Octal | 253 | 115 | 254 | 1 | 67 | 0 | 41 | 453 | 46 | 61 |
| Binary | 10101011 | 1001101 | 10101100 | 1 | 110111 | 0 | 100001 | 100101011 | 100110 | 110001 |
Color Harmonies of #AB4DAC
Complementary color
Monochromatic Colors of #AB4DAC
Black with #AB4DAC
Text Example
Text Example
White with #AB4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DAC; }
p { color: rgb(171,77,172); }
H1.HeaderClassName
{
color: #AB4DAC;
}
.AnyTagClassName
{
color: #AB4DAC;
}
</style>
background-color css
<style>
a { background-color: #AB4DAC; }
a { background-color: rgb(171,77,172); }
div.DivClassName
{
background-color: #AB4DAC;
}
.BgClassName
{
background-color: #AB4DAC;
}
</style>
border-color css
<style>
span { border-color: #AB4DAC; }
span { border-color: rgb(171,77,172); }
td.TdClassName
{
border-color: #AB4DAC;
}
.TagClassName
{
border-color: #AB4DAC;
}
</style>