Shades of Violet Blue #AB46A0
Tints of Violet Blue #AB46A0
RGB
CMYK
RGB Variations
Color information
#AB46A0 (or 0xAB46A0) is known color: Violet Blue. HEX triplet: AB, 46 and A0. RGB value is (171,70,160). Sum of RGB (Red+Green+Blue) = 171+70+160=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB46A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB46A0 is #54B95F. Grayscale: #6E6E6E. Windows color (decimal): -5552480 or 10503851. OLE color: 10503851.
HSL color Cylindrical-coordinate representation of color #AB46A0: hue angle of 306.53º 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 #AB46A0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 160 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.33 |
| HSL | 306.53º | 0.42% | 0.47% | - |
| HSV(B) | 306.53º | 0.59% | 0.67% | - |
| XYZ | 25.33 | 15.58 | 34.93 | - |
| YUV | 110.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 160 | 0 | 0.59 | 0.06 | 0.33 | 306.53 | 0.42 | 0.47 |
| Hex | AB | 46 | A0 | 0 | 3B | 6 | 21 | 133 | 2A | 2F |
| Octal | 253 | 106 | 240 | 0 | 73 | 6 | 41 | 463 | 52 | 57 |
| Binary | 10101011 | 1000110 | 10100000 | 0 | 111011 | 110 | 100001 | 100110011 | 101010 | 101111 |
Color Harmonies of #AB46A0
Complementary color
Monochromatic Colors of #AB46A0
Black with #AB46A0
Text Example
Text Example
White with #AB46A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46A0; }
p { color: rgb(171,70,160); }
H1.HeaderClassName
{
color: #AB46A0;
}
.AnyTagClassName
{
color: #AB46A0;
}
</style>
background-color css
<style>
a { background-color: #AB46A0; }
a { background-color: rgb(171,70,160); }
div.DivClassName
{
background-color: #AB46A0;
}
.BgClassName
{
background-color: #AB46A0;
}
</style>
border-color css
<style>
span { border-color: #AB46A0; }
span { border-color: rgb(171,70,160); }
td.TdClassName
{
border-color: #AB46A0;
}
.TagClassName
{
border-color: #AB46A0;
}
</style>