Shades of Bouquet #AB71A0
Tints of Bouquet #AB71A0
RGB
CMYK
RGB Variations
Color information
#AB71A0 (or 0xAB71A0) is known color: Bouquet. HEX triplet: AB, 71 and A0. RGB value is (171,113,160). Sum of RGB (Red+Green+Blue) = 171+113+160=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB71A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71A0 is #548E5F. Grayscale: #878787. Windows color (decimal): -5541472 or 10514859. OLE color: 10514859.
HSL color Cylindrical-coordinate representation of color #AB71A0: hue angle of 311.38º 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 #AB71A0 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 160 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.33 |
| HSL | 311.38º | 0.26% | 0.56% | - |
| HSV(B) | 311.38º | 0.34% | 0.67% | - |
| XYZ | 29.04 | 23.01 | 36.17 | - |
| YUV | 135.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 160 | 0 | 0.34 | 0.06 | 0.33 | 311.38 | 0.26 | 0.56 |
| Hex | AB | 71 | A0 | 0 | 22 | 6 | 21 | 137 | 1A | 38 |
| Octal | 253 | 161 | 240 | 0 | 42 | 6 | 41 | 467 | 32 | 70 |
| Binary | 10101011 | 1110001 | 10100000 | 0 | 100010 | 110 | 100001 | 100110111 | 11010 | 111000 |
Color Harmonies of #AB71A0
Complementary color
Monochromatic Colors of #AB71A0
Black with #AB71A0
Text Example
Text Example
White with #AB71A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71A0; }
p { color: rgb(171,113,160); }
H1.HeaderClassName
{
color: #AB71A0;
}
.AnyTagClassName
{
color: #AB71A0;
}
</style>
background-color css
<style>
a { background-color: #AB71A0; }
a { background-color: rgb(171,113,160); }
div.DivClassName
{
background-color: #AB71A0;
}
.BgClassName
{
background-color: #AB71A0;
}
</style>
border-color css
<style>
span { border-color: #AB71A0; }
span { border-color: rgb(171,113,160); }
td.TdClassName
{
border-color: #AB71A0;
}
.TagClassName
{
border-color: #AB71A0;
}
</style>