Shades of Violet Blue #AB659A
Tints of Violet Blue #AB659A
RGB
CMYK
RGB Variations
Color information
#AB659A (or 0xAB659A) is known color: Violet Blue. HEX triplet: AB, 65 and 9A. RGB value is (171,101,154). Sum of RGB (Red+Green+Blue) = 171+101+154=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB659A is #549A65. Grayscale: #7F7F7F. Windows color (decimal): -5544550 or 10118571. OLE color: 10118571.
HSL color Cylindrical-coordinate representation of color #AB659A: hue angle of 314.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB659A is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 154 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.33 |
| HSL | 314.57º | 0.29% | 0.53% | - |
| HSV(B) | 314.57º | 0.41% | 0.67% | - |
| XYZ | 27.28 | 20.3 | 33.05 | - |
| YUV | 127.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 154 | 0 | 0.41 | 0.10 | 0.33 | 314.57 | 0.29 | 0.53 |
| Hex | AB | 65 | 9A | 0 | 29 | A | 21 | 13B | 1D | 35 |
| Octal | 253 | 145 | 232 | 0 | 51 | 12 | 41 | 473 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10011010 | 0 | 101001 | 1010 | 100001 | 100111011 | 11101 | 110101 |
Color Harmonies of #AB659A
Complementary color
Monochromatic Colors of #AB659A
Black with #AB659A
Text Example
Text Example
White with #AB659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB659A; }
p { color: rgb(171,101,154); }
H1.HeaderClassName
{
color: #AB659A;
}
.AnyTagClassName
{
color: #AB659A;
}
</style>
background-color css
<style>
a { background-color: #AB659A; }
a { background-color: rgb(171,101,154); }
div.DivClassName
{
background-color: #AB659A;
}
.BgClassName
{
background-color: #AB659A;
}
</style>
border-color css
<style>
span { border-color: #AB659A; }
span { border-color: rgb(171,101,154); }
td.TdClassName
{
border-color: #AB659A;
}
.TagClassName
{
border-color: #AB659A;
}
</style>