Shades of Violet Blue #AB6AAB
Tints of Violet Blue #AB6AAB
RGB
CMYK
RGB Variations
Color information
#AB6AAB (or 0xAB6AAB) is known color: Violet Blue. HEX triplet: AB, 6A and AB. RGB value is (171,106,171). Sum of RGB (Red+Green+Blue) = 171+106+171=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6AAB is #549554. Grayscale: #848484. Windows color (decimal): -5543253 or 11233963. OLE color: 11233963.
HSL color Cylindrical-coordinate representation of color #AB6AAB: hue angle of 300º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB6AAB is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 171 | - |
| CMYK | 0 | 0.38 | 0 | 0.33 |
| HSL | 300º | 0.28% | 0.54% | - |
| HSV(B) | 300º | 0.38% | 0.67% | - |
| XYZ | 29.3 | 21.91 | 41.21 | - |
| YUV | 132.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 171 | 0 | 0.38 | 0 | 0.33 | 300 | 0.28 | 0.54 |
| Hex | AB | 6A | AB | 0 | 26 | 0 | 21 | 12C | 1C | 36 |
| Octal | 253 | 152 | 253 | 0 | 46 | 0 | 41 | 454 | 34 | 66 |
| Binary | 10101011 | 1101010 | 10101011 | 0 | 100110 | 0 | 100001 | 100101100 | 11100 | 110110 |
Color Harmonies of #AB6AAB
Complementary color
Monochromatic Colors of #AB6AAB
Black with #AB6AAB
Text Example
Text Example
White with #AB6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6AAB; }
p { color: rgb(171,106,171); }
H1.HeaderClassName
{
color: #AB6AAB;
}
.AnyTagClassName
{
color: #AB6AAB;
}
</style>
background-color css
<style>
a { background-color: #AB6AAB; }
a { background-color: rgb(171,106,171); }
div.DivClassName
{
background-color: #AB6AAB;
}
.BgClassName
{
background-color: #AB6AAB;
}
</style>
border-color css
<style>
span { border-color: #AB6AAB; }
span { border-color: rgb(171,106,171); }
td.TdClassName
{
border-color: #AB6AAB;
}
.TagClassName
{
border-color: #AB6AAB;
}
</style>