Shades of Violet Blue #AB6A9E
Tints of Violet Blue #AB6A9E
RGB
CMYK
RGB Variations
Color information
#AB6A9E (or 0xAB6A9E) is known color: Violet Blue. HEX triplet: AB, 6A and 9E. RGB value is (171,106,158). Sum of RGB (Red+Green+Blue) = 171+106+158=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A9E is #549561. Grayscale: #838383. Windows color (decimal): -5543266 or 10381995. OLE color: 10381995.
HSL color Cylindrical-coordinate representation of color #AB6A9E: hue angle of 312º 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 #AB6A9E is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 158 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.33 |
| HSL | 312º | 0.28% | 0.54% | - |
| HSV(B) | 312º | 0.38% | 0.67% | - |
| XYZ | 28.12 | 21.43 | 35 | - |
| YUV | 131.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 158 | 0 | 0.38 | 0.08 | 0.33 | 312 | 0.28 | 0.54 |
| Hex | AB | 6A | 9E | 0 | 26 | 8 | 21 | 138 | 1C | 36 |
| Octal | 253 | 152 | 236 | 0 | 46 | 10 | 41 | 470 | 34 | 66 |
| Binary | 10101011 | 1101010 | 10011110 | 0 | 100110 | 1000 | 100001 | 100111000 | 11100 | 110110 |
Color Harmonies of #AB6A9E
Complementary color
Monochromatic Colors of #AB6A9E
Black with #AB6A9E
Text Example
Text Example
White with #AB6A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A9E; }
p { color: rgb(171,106,158); }
H1.HeaderClassName
{
color: #AB6A9E;
}
.AnyTagClassName
{
color: #AB6A9E;
}
</style>
background-color css
<style>
a { background-color: #AB6A9E; }
a { background-color: rgb(171,106,158); }
div.DivClassName
{
background-color: #AB6A9E;
}
.BgClassName
{
background-color: #AB6A9E;
}
</style>
border-color css
<style>
span { border-color: #AB6A9E; }
span { border-color: rgb(171,106,158); }
td.TdClassName
{
border-color: #AB6A9E;
}
.TagClassName
{
border-color: #AB6A9E;
}
</style>