Shades of Violet Blue #AB5DAC
Tints of Violet Blue #AB5DAC
RGB
CMYK
RGB Variations
Color information
#AB5DAC (or 0xAB5DAC) is known color: Violet Blue. HEX triplet: AB, 5D and AC. RGB value is (171,93,172). Sum of RGB (Red+Green+Blue) = 171+93+172=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5DAC is #54A253. Grayscale: #7D7D7D. Windows color (decimal): -5546580 or 11296171. OLE color: 11296171.
HSL color Cylindrical-coordinate representation of color #AB5DAC: hue angle of 299.24º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5DAC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 172 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.33 |
| HSL | 299.24º | 0.32% | 0.52% | - |
| HSV(B) | 299.24º | 0.46% | 0.67% | - |
| XYZ | 28.16 | 19.47 | 41.3 | - |
| YUV | 125.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 172 | 0.01 | 0.46 | 0 | 0.33 | 299.24 | 0.32 | 0.52 |
| Hex | AB | 5D | AC | 1 | 2E | 0 | 21 | 12B | 20 | 34 |
| Octal | 253 | 135 | 254 | 1 | 56 | 0 | 41 | 453 | 40 | 64 |
| Binary | 10101011 | 1011101 | 10101100 | 1 | 101110 | 0 | 100001 | 100101011 | 100000 | 110100 |
Color Harmonies of #AB5DAC
Complementary color
Monochromatic Colors of #AB5DAC
Black with #AB5DAC
Text Example
Text Example
White with #AB5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DAC; }
p { color: rgb(171,93,172); }
H1.HeaderClassName
{
color: #AB5DAC;
}
.AnyTagClassName
{
color: #AB5DAC;
}
</style>
background-color css
<style>
a { background-color: #AB5DAC; }
a { background-color: rgb(171,93,172); }
div.DivClassName
{
background-color: #AB5DAC;
}
.BgClassName
{
background-color: #AB5DAC;
}
</style>
border-color css
<style>
span { border-color: #AB5DAC; }
span { border-color: rgb(171,93,172); }
td.TdClassName
{
border-color: #AB5DAC;
}
.TagClassName
{
border-color: #AB5DAC;
}
</style>