Shades of Violet Blue #AB46AC
Tints of Violet Blue #AB46AC
RGB
CMYK
RGB Variations
Color information
#AB46AC (or 0xAB46AC) is known color: Violet Blue. HEX triplet: AB, 46 and AC. RGB value is (171,70,172). Sum of RGB (Red+Green+Blue) = 171+70+172=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB46AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB46AC is #54B953. Grayscale: #6F6F6F. Windows color (decimal): -5552468 or 11290283. OLE color: 11290283.
HSL color Cylindrical-coordinate representation of color #AB46AC: hue angle of 299.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB46AC is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 172 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.33 |
| HSL | 299.41º | 0.42% | 0.47% | - |
| HSV(B) | 299.41º | 0.59% | 0.67% | - |
| XYZ | 26.43 | 16.02 | 40.73 | - |
| YUV | 111.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 172 | 0.01 | 0.59 | 0 | 0.33 | 299.41 | 0.42 | 0.47 |
| Hex | AB | 46 | AC | 1 | 3B | 0 | 21 | 12B | 2A | 2F |
| Octal | 253 | 106 | 254 | 1 | 73 | 0 | 41 | 453 | 52 | 57 |
| Binary | 10101011 | 1000110 | 10101100 | 1 | 111011 | 0 | 100001 | 100101011 | 101010 | 101111 |
Color Harmonies of #AB46AC
Complementary color
Monochromatic Colors of #AB46AC
Black with #AB46AC
Text Example
Text Example
White with #AB46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46AC; }
p { color: rgb(171,70,172); }
H1.HeaderClassName
{
color: #AB46AC;
}
.AnyTagClassName
{
color: #AB46AC;
}
</style>
background-color css
<style>
a { background-color: #AB46AC; }
a { background-color: rgb(171,70,172); }
div.DivClassName
{
background-color: #AB46AC;
}
.BgClassName
{
background-color: #AB46AC;
}
</style>
border-color css
<style>
span { border-color: #AB46AC; }
span { border-color: rgb(171,70,172); }
td.TdClassName
{
border-color: #AB46AC;
}
.TagClassName
{
border-color: #AB46AC;
}
</style>