Shades of Violet Blue #AB40AC
Tints of Violet Blue #AB40AC
RGB
CMYK
RGB Variations
Color information
#AB40AC (or 0xAB40AC) is known color: Violet Blue. HEX triplet: AB, 40 and AC. RGB value is (171,64,172). Sum of RGB (Red+Green+Blue) = 171+64+172=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB40AC is #54BF53. Grayscale: #6B6B6B. Windows color (decimal): -5554004 or 11288747. OLE color: 11288747.
HSL color Cylindrical-coordinate representation of color #AB40AC: hue angle of 299.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB40AC is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 172 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.33 |
| HSL | 299.44º | 0.46% | 0.46% | - |
| HSV(B) | 299.44º | 0.63% | 0.67% | - |
| XYZ | 26.07 | 15.3 | 40.61 | - |
| YUV | 108.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 172 | 0.01 | 0.63 | 0 | 0.33 | 299.44 | 0.46 | 0.46 |
| Hex | AB | 40 | AC | 1 | 3F | 0 | 21 | 12B | 2E | 2E |
| Octal | 253 | 100 | 254 | 1 | 77 | 0 | 41 | 453 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10101100 | 1 | 111111 | 0 | 100001 | 100101011 | 101110 | 101110 |
Color Harmonies of #AB40AC
Complementary color
Monochromatic Colors of #AB40AC
Black with #AB40AC
Text Example
Text Example
White with #AB40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40AC; }
p { color: rgb(171,64,172); }
H1.HeaderClassName
{
color: #AB40AC;
}
.AnyTagClassName
{
color: #AB40AC;
}
</style>
background-color css
<style>
a { background-color: #AB40AC; }
a { background-color: rgb(171,64,172); }
div.DivClassName
{
background-color: #AB40AC;
}
.BgClassName
{
background-color: #AB40AC;
}
</style>
border-color css
<style>
span { border-color: #AB40AC; }
span { border-color: rgb(171,64,172); }
td.TdClassName
{
border-color: #AB40AC;
}
.TagClassName
{
border-color: #AB40AC;
}
</style>