Shades of Violet Blue #AB6FA9
Tints of Violet Blue #AB6FA9
RGB
CMYK
RGB Variations
Color information
#AB6FA9 (or 0xAB6FA9) is known color: Violet Blue. HEX triplet: AB, 6F and A9. RGB value is (171,111,169). Sum of RGB (Red+Green+Blue) = 171+111+169=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FA9 is #549056. Grayscale: #878787. Windows color (decimal): -5541975 or 11104171. OLE color: 11104171.
HSL color Cylindrical-coordinate representation of color #AB6FA9: hue angle of 302º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB6FA9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 169 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.33 |
| HSL | 302º | 0.26% | 0.55% | - |
| HSV(B) | 302º | 0.35% | 0.67% | - |
| XYZ | 29.64 | 22.89 | 40.39 | - |
| YUV | 135.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 169 | 0 | 0.35 | 0.01 | 0.33 | 302 | 0.26 | 0.55 |
| Hex | AB | 6F | A9 | 0 | 23 | 1 | 21 | 12E | 1A | 37 |
| Octal | 253 | 157 | 251 | 0 | 43 | 1 | 41 | 456 | 32 | 67 |
| Binary | 10101011 | 1101111 | 10101001 | 0 | 100011 | 1 | 100001 | 100101110 | 11010 | 110111 |
Color Harmonies of #AB6FA9
Complementary color
Monochromatic Colors of #AB6FA9
Black with #AB6FA9
Text Example
Text Example
White with #AB6FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FA9; }
p { color: rgb(171,111,169); }
H1.HeaderClassName
{
color: #AB6FA9;
}
.AnyTagClassName
{
color: #AB6FA9;
}
</style>
background-color css
<style>
a { background-color: #AB6FA9; }
a { background-color: rgb(171,111,169); }
div.DivClassName
{
background-color: #AB6FA9;
}
.BgClassName
{
background-color: #AB6FA9;
}
</style>
border-color css
<style>
span { border-color: #AB6FA9; }
span { border-color: rgb(171,111,169); }
td.TdClassName
{
border-color: #AB6FA9;
}
.TagClassName
{
border-color: #AB6FA9;
}
</style>