Shades of Violet Blue #AB71A6
Tints of Violet Blue #AB71A6
RGB
CMYK
RGB Variations
Color information
#AB71A6 (or 0xAB71A6) is known color: Violet Blue. HEX triplet: AB, 71 and A6. RGB value is (171,113,166). Sum of RGB (Red+Green+Blue) = 171+113+166=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB71A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71A6 is #548E59. Grayscale: #888888. Windows color (decimal): -5541466 or 10908075. OLE color: 10908075.
HSL color Cylindrical-coordinate representation of color #AB71A6: hue angle of 305.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB71A6 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 166 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.33 |
| HSL | 305.17º | 0.26% | 0.56% | - |
| HSV(B) | 305.17º | 0.34% | 0.67% | - |
| XYZ | 29.58 | 23.22 | 39 | - |
| YUV | 136.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 166 | 0 | 0.34 | 0.03 | 0.33 | 305.17 | 0.26 | 0.56 |
| Hex | AB | 71 | A6 | 0 | 22 | 3 | 21 | 131 | 1A | 38 |
| Octal | 253 | 161 | 246 | 0 | 42 | 3 | 41 | 461 | 32 | 70 |
| Binary | 10101011 | 1110001 | 10100110 | 0 | 100010 | 11 | 100001 | 100110001 | 11010 | 111000 |
Color Harmonies of #AB71A6
Complementary color
Monochromatic Colors of #AB71A6
Black with #AB71A6
Text Example
Text Example
White with #AB71A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71A6; }
p { color: rgb(171,113,166); }
H1.HeaderClassName
{
color: #AB71A6;
}
.AnyTagClassName
{
color: #AB71A6;
}
</style>
background-color css
<style>
a { background-color: #AB71A6; }
a { background-color: rgb(171,113,166); }
div.DivClassName
{
background-color: #AB71A6;
}
.BgClassName
{
background-color: #AB71A6;
}
</style>
border-color css
<style>
span { border-color: #AB71A6; }
span { border-color: rgb(171,113,166); }
td.TdClassName
{
border-color: #AB71A6;
}
.TagClassName
{
border-color: #AB71A6;
}
</style>