Shades of Violet Blue #AB6397
Tints of Violet Blue #AB6397
RGB
CMYK
RGB Variations
Color information
#AB6397 (or 0xAB6397) is known color: Violet Blue. HEX triplet: AB, 63 and 97. RGB value is (171,99,151). Sum of RGB (Red+Green+Blue) = 171+99+151=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6397 is #549C68. Grayscale: #7E7E7E. Windows color (decimal): -5545065 or 9921451. OLE color: 9921451.
HSL color Cylindrical-coordinate representation of color #AB6397: hue angle of 316.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6397 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 151 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.33 |
| HSL | 316.67º | 0.3% | 0.53% | - |
| HSV(B) | 316.67º | 0.42% | 0.67% | - |
| XYZ | 26.84 | 19.82 | 31.69 | - |
| YUV | 126.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 151 | 0 | 0.42 | 0.12 | 0.33 | 316.67 | 0.3 | 0.53 |
| Hex | AB | 63 | 97 | 0 | 2A | C | 21 | 13D | 1E | 35 |
| Octal | 253 | 143 | 227 | 0 | 52 | 14 | 41 | 475 | 36 | 65 |
| Binary | 10101011 | 1100011 | 10010111 | 0 | 101010 | 1100 | 100001 | 100111101 | 11110 | 110101 |
Color Harmonies of #AB6397
Complementary color
Monochromatic Colors of #AB6397
Black with #AB6397
Text Example
Text Example
White with #AB6397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6397; }
p { color: rgb(171,99,151); }
H1.HeaderClassName
{
color: #AB6397;
}
.AnyTagClassName
{
color: #AB6397;
}
</style>
background-color css
<style>
a { background-color: #AB6397; }
a { background-color: rgb(171,99,151); }
div.DivClassName
{
background-color: #AB6397;
}
.BgClassName
{
background-color: #AB6397;
}
</style>
border-color css
<style>
span { border-color: #AB6397; }
span { border-color: rgb(171,99,151); }
td.TdClassName
{
border-color: #AB6397;
}
.TagClassName
{
border-color: #AB6397;
}
</style>