Shades of Violet Blue #AB6DB1
Tints of Violet Blue #AB6DB1
RGB
CMYK
RGB Variations
Color information
#AB6DB1 (or 0xAB6DB1) is known color: Violet Blue. HEX triplet: AB, 6D and B1. RGB value is (171,109,177). Sum of RGB (Red+Green+Blue) = 171+109+177=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB6DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6DB1 is #54924E. Grayscale: #878787. Windows color (decimal): -5542479 or 11627947. OLE color: 11627947.
HSL color Cylindrical-coordinate representation of color #AB6DB1: hue angle of 294.71º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB6DB1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 109 | 177 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.31 |
| HSL | 294.71º | 0.3% | 0.56% | - |
| HSV(B) | 294.71º | 0.38% | 0.69% | - |
| XYZ | 30.2 | 22.77 | 44.4 | - |
| YUV | 135.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 177 | 0.03 | 0.38 | 0 | 0.31 | 294.71 | 0.3 | 0.56 |
| Hex | AB | 6D | B1 | 3 | 26 | 0 | 1F | 127 | 1E | 38 |
| Octal | 253 | 155 | 261 | 3 | 46 | 0 | 37 | 447 | 36 | 70 |
| Binary | 10101011 | 1101101 | 10110001 | 11 | 100110 | 0 | 11111 | 100100111 | 11110 | 111000 |
Color Harmonies of #AB6DB1
Complementary color
Monochromatic Colors of #AB6DB1
Black with #AB6DB1
Text Example
Text Example
White with #AB6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6DB1; }
p { color: rgb(171,109,177); }
H1.HeaderClassName
{
color: #AB6DB1;
}
.AnyTagClassName
{
color: #AB6DB1;
}
</style>
background-color css
<style>
a { background-color: #AB6DB1; }
a { background-color: rgb(171,109,177); }
div.DivClassName
{
background-color: #AB6DB1;
}
.BgClassName
{
background-color: #AB6DB1;
}
</style>
border-color css
<style>
span { border-color: #AB6DB1; }
span { border-color: rgb(171,109,177); }
td.TdClassName
{
border-color: #AB6DB1;
}
.TagClassName
{
border-color: #AB6DB1;
}
</style>