Shades of Violet Blue #AB699D
Tints of Violet Blue #AB699D
RGB
CMYK
RGB Variations
Color information
#AB699D (or 0xAB699D) is known color: Violet Blue. HEX triplet: AB, 69 and 9D. RGB value is (171,105,157). Sum of RGB (Red+Green+Blue) = 171+105+157=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB699D is #549662. Grayscale: #828282. Windows color (decimal): -5543523 or 10316203. OLE color: 10316203.
HSL color Cylindrical-coordinate representation of color #AB699D: hue angle of 312.73º degrees, saturation: 0.28, 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 #AB699D is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 157 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.33 |
| HSL | 312.73º | 0.28% | 0.54% | - |
| HSV(B) | 312.73º | 0.39% | 0.67% | - |
| XYZ | 27.93 | 21.2 | 34.52 | - |
| YUV | 130.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 157 | 0 | 0.39 | 0.08 | 0.33 | 312.73 | 0.28 | 0.54 |
| Hex | AB | 69 | 9D | 0 | 27 | 8 | 21 | 139 | 1C | 36 |
| Octal | 253 | 151 | 235 | 0 | 47 | 10 | 41 | 471 | 34 | 66 |
| Binary | 10101011 | 1101001 | 10011101 | 0 | 100111 | 1000 | 100001 | 100111001 | 11100 | 110110 |
Color Harmonies of #AB699D
Complementary color
Monochromatic Colors of #AB699D
Black with #AB699D
Text Example
Text Example
White with #AB699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB699D; }
p { color: rgb(171,105,157); }
H1.HeaderClassName
{
color: #AB699D;
}
.AnyTagClassName
{
color: #AB699D;
}
</style>
background-color css
<style>
a { background-color: #AB699D; }
a { background-color: rgb(171,105,157); }
div.DivClassName
{
background-color: #AB699D;
}
.BgClassName
{
background-color: #AB699D;
}
</style>
border-color css
<style>
span { border-color: #AB699D; }
span { border-color: rgb(171,105,157); }
td.TdClassName
{
border-color: #AB699D;
}
.TagClassName
{
border-color: #AB699D;
}
</style>