Shades of Violet Blue #AB6AAA
Tints of Violet Blue #AB6AAA
RGB
CMYK
RGB Variations
Color information
#AB6AAA (or 0xAB6AAA) is known color: Violet Blue. HEX triplet: AB, 6A and AA. RGB value is (171,106,170). Sum of RGB (Red+Green+Blue) = 171+106+170=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6AAA is #549555. Grayscale: #848484. Windows color (decimal): -5543254 or 11168427. OLE color: 11168427.
HSL color Cylindrical-coordinate representation of color #AB6AAA: hue angle of 300.92º 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 #AB6AAA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 170 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.33 |
| HSL | 300.92º | 0.28% | 0.54% | - |
| HSV(B) | 300.92º | 0.38% | 0.67% | - |
| XYZ | 29.2 | 21.87 | 40.71 | - |
| YUV | 132.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 170 | 0 | 0.38 | 0.01 | 0.33 | 300.92 | 0.28 | 0.54 |
| Hex | AB | 6A | AA | 0 | 26 | 1 | 21 | 12D | 1C | 36 |
| Octal | 253 | 152 | 252 | 0 | 46 | 1 | 41 | 455 | 34 | 66 |
| Binary | 10101011 | 1101010 | 10101010 | 0 | 100110 | 1 | 100001 | 100101101 | 11100 | 110110 |
Color Harmonies of #AB6AAA
Complementary color
Monochromatic Colors of #AB6AAA
Black with #AB6AAA
Text Example
Text Example
White with #AB6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6AAA; }
p { color: rgb(171,106,170); }
H1.HeaderClassName
{
color: #AB6AAA;
}
.AnyTagClassName
{
color: #AB6AAA;
}
</style>
background-color css
<style>
a { background-color: #AB6AAA; }
a { background-color: rgb(171,106,170); }
div.DivClassName
{
background-color: #AB6AAA;
}
.BgClassName
{
background-color: #AB6AAA;
}
</style>
border-color css
<style>
span { border-color: #AB6AAA; }
span { border-color: rgb(171,106,170); }
td.TdClassName
{
border-color: #AB6AAA;
}
.TagClassName
{
border-color: #AB6AAA;
}
</style>