Shades of Violet Blue #AB6A9D
Tints of Violet Blue #AB6A9D
RGB
CMYK
RGB Variations
Color information
#AB6A9D (or 0xAB6A9D) is known color: Violet Blue. HEX triplet: AB, 6A and 9D. RGB value is (171,106,157). Sum of RGB (Red+Green+Blue) = 171+106+157=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A9D is #549562. Grayscale: #838383. Windows color (decimal): -5543267 or 10316459. OLE color: 10316459.
HSL color Cylindrical-coordinate representation of color #AB6A9D: hue angle of 312.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 #AB6A9D is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 157 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.33 |
| HSL | 312.92º | 0.28% | 0.54% | - |
| HSV(B) | 312.92º | 0.38% | 0.67% | - |
| XYZ | 28.03 | 21.4 | 34.55 | - |
| YUV | 131.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 157 | 0 | 0.38 | 0.08 | 0.33 | 312.92 | 0.28 | 0.54 |
| Hex | AB | 6A | 9D | 0 | 26 | 8 | 21 | 139 | 1C | 36 |
| Octal | 253 | 152 | 235 | 0 | 46 | 10 | 41 | 471 | 34 | 66 |
| Binary | 10101011 | 1101010 | 10011101 | 0 | 100110 | 1000 | 100001 | 100111001 | 11100 | 110110 |
Color Harmonies of #AB6A9D
Complementary color
Monochromatic Colors of #AB6A9D
Black with #AB6A9D
Text Example
Text Example
White with #AB6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A9D; }
p { color: rgb(171,106,157); }
H1.HeaderClassName
{
color: #AB6A9D;
}
.AnyTagClassName
{
color: #AB6A9D;
}
</style>
background-color css
<style>
a { background-color: #AB6A9D; }
a { background-color: rgb(171,106,157); }
div.DivClassName
{
background-color: #AB6A9D;
}
.BgClassName
{
background-color: #AB6A9D;
}
</style>
border-color css
<style>
span { border-color: #AB6A9D; }
span { border-color: rgb(171,106,157); }
td.TdClassName
{
border-color: #AB6A9D;
}
.TagClassName
{
border-color: #AB6A9D;
}
</style>