Shades of Violet Blue #AB46AB
Tints of Violet Blue #AB46AB
RGB
CMYK
RGB Variations
Color information
#AB46AB (or 0xAB46AB) is known color: Violet Blue. HEX triplet: AB, 46 and AB. RGB value is (171,70,171). Sum of RGB (Red+Green+Blue) = 171+70+171=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB46AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB46AB is #54B954. Grayscale: #6F6F6F. Windows color (decimal): -5552469 or 11224747. OLE color: 11224747.
HSL color Cylindrical-coordinate representation of color #AB46AB: hue angle of 300º 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 #AB46AB is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 171 | - |
| CMYK | 0 | 0.59 | 0 | 0.33 |
| HSL | 300º | 0.42% | 0.47% | - |
| HSV(B) | 300º | 0.59% | 0.67% | - |
| XYZ | 26.34 | 15.98 | 40.22 | - |
| YUV | 111.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 171 | 0 | 0.59 | 0 | 0.33 | 300 | 0.42 | 0.47 |
| Hex | AB | 46 | AB | 0 | 3B | 0 | 21 | 12C | 2A | 2F |
| Octal | 253 | 106 | 253 | 0 | 73 | 0 | 41 | 454 | 52 | 57 |
| Binary | 10101011 | 1000110 | 10101011 | 0 | 111011 | 0 | 100001 | 100101100 | 101010 | 101111 |
Color Harmonies of #AB46AB
Complementary color
Monochromatic Colors of #AB46AB
Black with #AB46AB
Text Example
Text Example
White with #AB46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46AB; }
p { color: rgb(171,70,171); }
H1.HeaderClassName
{
color: #AB46AB;
}
.AnyTagClassName
{
color: #AB46AB;
}
</style>
background-color css
<style>
a { background-color: #AB46AB; }
a { background-color: rgb(171,70,171); }
div.DivClassName
{
background-color: #AB46AB;
}
.BgClassName
{
background-color: #AB46AB;
}
</style>
border-color css
<style>
span { border-color: #AB46AB; }
span { border-color: rgb(171,70,171); }
td.TdClassName
{
border-color: #AB46AB;
}
.TagClassName
{
border-color: #AB46AB;
}
</style>