Shades of Violet Blue #AB6FB1
Tints of Violet Blue #AB6FB1
RGB
CMYK
RGB Variations
Color information
#AB6FB1 (or 0xAB6FB1) is known color: Violet Blue. HEX triplet: AB, 6F and B1. RGB value is (171,111,177). Sum of RGB (Red+Green+Blue) = 171+111+177=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB6FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FB1 is #54904E. Grayscale: #888888. Windows color (decimal): -5541967 or 11628459. OLE color: 11628459.
HSL color Cylindrical-coordinate representation of color #AB6FB1: hue angle of 294.55º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6FB1 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 111 | 177 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.31 |
| HSL | 294.55º | 0.3% | 0.56% | - |
| HSV(B) | 294.55º | 0.37% | 0.69% | - |
| XYZ | 30.41 | 23.2 | 44.47 | - |
| YUV | 136.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 177 | 0.03 | 0.37 | 0 | 0.31 | 294.55 | 0.3 | 0.56 |
| Hex | AB | 6F | B1 | 3 | 25 | 0 | 1F | 127 | 1E | 38 |
| Octal | 253 | 157 | 261 | 3 | 45 | 0 | 37 | 447 | 36 | 70 |
| Binary | 10101011 | 1101111 | 10110001 | 11 | 100101 | 0 | 11111 | 100100111 | 11110 | 111000 |
Color Harmonies of #AB6FB1
Complementary color
Monochromatic Colors of #AB6FB1
Black with #AB6FB1
Text Example
Text Example
White with #AB6FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FB1; }
p { color: rgb(171,111,177); }
H1.HeaderClassName
{
color: #AB6FB1;
}
.AnyTagClassName
{
color: #AB6FB1;
}
</style>
background-color css
<style>
a { background-color: #AB6FB1; }
a { background-color: rgb(171,111,177); }
div.DivClassName
{
background-color: #AB6FB1;
}
.BgClassName
{
background-color: #AB6FB1;
}
</style>
border-color css
<style>
span { border-color: #AB6FB1; }
span { border-color: rgb(171,111,177); }
td.TdClassName
{
border-color: #AB6FB1;
}
.TagClassName
{
border-color: #AB6FB1;
}
</style>