Shades of Violet Blue #AB689D
Tints of Violet Blue #AB689D
RGB
CMYK
RGB Variations
Color information
#AB689D (or 0xAB689D) is known color: Violet Blue. HEX triplet: AB, 68 and 9D. RGB value is (171,104,157). Sum of RGB (Red+Green+Blue) = 171+104+157=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB689D is #549762. Grayscale: #818181. Windows color (decimal): -5543779 or 10315947. OLE color: 10315947.
HSL color Cylindrical-coordinate representation of color #AB689D: hue angle of 312.54º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB689D is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 157 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.33 |
| HSL | 312.54º | 0.29% | 0.54% | - |
| HSV(B) | 312.54º | 0.39% | 0.67% | - |
| XYZ | 27.83 | 20.99 | 34.48 | - |
| YUV | 130.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 157 | 0 | 0.39 | 0.08 | 0.33 | 312.54 | 0.29 | 0.54 |
| Hex | AB | 68 | 9D | 0 | 27 | 8 | 21 | 139 | 1D | 36 |
| Octal | 253 | 150 | 235 | 0 | 47 | 10 | 41 | 471 | 35 | 66 |
| Binary | 10101011 | 1101000 | 10011101 | 0 | 100111 | 1000 | 100001 | 100111001 | 11101 | 110110 |
Color Harmonies of #AB689D
Complementary color
Monochromatic Colors of #AB689D
Black with #AB689D
Text Example
Text Example
White with #AB689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB689D; }
p { color: rgb(171,104,157); }
H1.HeaderClassName
{
color: #AB689D;
}
.AnyTagClassName
{
color: #AB689D;
}
</style>
background-color css
<style>
a { background-color: #AB689D; }
a { background-color: rgb(171,104,157); }
div.DivClassName
{
background-color: #AB689D;
}
.BgClassName
{
background-color: #AB689D;
}
</style>
border-color css
<style>
span { border-color: #AB689D; }
span { border-color: rgb(171,104,157); }
td.TdClassName
{
border-color: #AB689D;
}
.TagClassName
{
border-color: #AB689D;
}
</style>