Shades of Violet Blue #AB6597
Tints of Violet Blue #AB6597
RGB
CMYK
RGB Variations
Color information
#AB6597 (or 0xAB6597) is known color: Violet Blue. HEX triplet: AB, 65 and 97. RGB value is (171,101,151). Sum of RGB (Red+Green+Blue) = 171+101+151=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6597 is #549A68. Grayscale: #7F7F7F. Windows color (decimal): -5544553 or 9921963. OLE color: 9921963.
HSL color Cylindrical-coordinate representation of color #AB6597: hue angle of 317.14º 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 #AB6597 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 151 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.33 |
| HSL | 317.14º | 0.29% | 0.53% | - |
| HSV(B) | 317.14º | 0.41% | 0.67% | - |
| XYZ | 27.03 | 20.2 | 31.75 | - |
| YUV | 127.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 151 | 0 | 0.41 | 0.12 | 0.33 | 317.14 | 0.29 | 0.53 |
| Hex | AB | 65 | 97 | 0 | 29 | C | 21 | 13D | 1D | 35 |
| Octal | 253 | 145 | 227 | 0 | 51 | 14 | 41 | 475 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10010111 | 0 | 101001 | 1100 | 100001 | 100111101 | 11101 | 110101 |
Color Harmonies of #AB6597
Complementary color
Monochromatic Colors of #AB6597
Black with #AB6597
Text Example
Text Example
White with #AB6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6597; }
p { color: rgb(171,101,151); }
H1.HeaderClassName
{
color: #AB6597;
}
.AnyTagClassName
{
color: #AB6597;
}
</style>
background-color css
<style>
a { background-color: #AB6597; }
a { background-color: rgb(171,101,151); }
div.DivClassName
{
background-color: #AB6597;
}
.BgClassName
{
background-color: #AB6597;
}
</style>
border-color css
<style>
span { border-color: #AB6597; }
span { border-color: rgb(171,101,151); }
td.TdClassName
{
border-color: #AB6597;
}
.TagClassName
{
border-color: #AB6597;
}
</style>