Shades of Violet Blue #AB689A
Tints of Violet Blue #AB689A
RGB
CMYK
RGB Variations
Color information
#AB689A (or 0xAB689A) is known color: Violet Blue. HEX triplet: AB, 68 and 9A. RGB value is (171,104,154). Sum of RGB (Red+Green+Blue) = 171+104+154=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB689A is #549765. Grayscale: #818181. Windows color (decimal): -5543782 or 10119339. OLE color: 10119339.
HSL color Cylindrical-coordinate representation of color #AB689A: hue angle of 315.22º 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 #AB689A is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 154 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.33 |
| HSL | 315.22º | 0.29% | 0.54% | - |
| HSV(B) | 315.22º | 0.39% | 0.67% | - |
| XYZ | 27.58 | 20.89 | 33.15 | - |
| YUV | 129.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 154 | 0 | 0.39 | 0.10 | 0.33 | 315.22 | 0.29 | 0.54 |
| Hex | AB | 68 | 9A | 0 | 27 | A | 21 | 13B | 1D | 36 |
| Octal | 253 | 150 | 232 | 0 | 47 | 12 | 41 | 473 | 35 | 66 |
| Binary | 10101011 | 1101000 | 10011010 | 0 | 100111 | 1010 | 100001 | 100111011 | 11101 | 110110 |
Color Harmonies of #AB689A
Complementary color
Monochromatic Colors of #AB689A
Black with #AB689A
Text Example
Text Example
White with #AB689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB689A; }
p { color: rgb(171,104,154); }
H1.HeaderClassName
{
color: #AB689A;
}
.AnyTagClassName
{
color: #AB689A;
}
</style>
background-color css
<style>
a { background-color: #AB689A; }
a { background-color: rgb(171,104,154); }
div.DivClassName
{
background-color: #AB689A;
}
.BgClassName
{
background-color: #AB689A;
}
</style>
border-color css
<style>
span { border-color: #AB689A; }
span { border-color: rgb(171,104,154); }
td.TdClassName
{
border-color: #AB689A;
}
.TagClassName
{
border-color: #AB689A;
}
</style>