Shades of Bouquet #AB7CA1
Tints of Bouquet #AB7CA1
RGB
CMYK
RGB Variations
Color information
#AB7CA1 (or 0xAB7CA1) is known color: Bouquet. HEX triplet: AB, 7C and A1. RGB value is (171,124,161). Sum of RGB (Red+Green+Blue) = 171+124+161=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CA1 is #54835E. Grayscale: #8E8E8E. Windows color (decimal): -5538655 or 10583211. OLE color: 10583211.
HSL color Cylindrical-coordinate representation of color #AB7CA1: hue angle of 312.77º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7CA1 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 161 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.33 |
| HSL | 312.77º | 0.22% | 0.58% | - |
| HSV(B) | 312.77º | 0.27% | 0.67% | - |
| XYZ | 30.44 | 25.65 | 37.06 | - |
| YUV | 142.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 161 | 0 | 0.27 | 0.06 | 0.33 | 312.77 | 0.22 | 0.58 |
| Hex | AB | 7C | A1 | 0 | 1B | 6 | 21 | 139 | 16 | 3A |
| Octal | 253 | 174 | 241 | 0 | 33 | 6 | 41 | 471 | 26 | 72 |
| Binary | 10101011 | 1111100 | 10100001 | 0 | 11011 | 110 | 100001 | 100111001 | 10110 | 111010 |
Color Harmonies of #AB7CA1
Complementary color
Monochromatic Colors of #AB7CA1
Black with #AB7CA1
Text Example
Text Example
White with #AB7CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CA1; }
p { color: rgb(171,124,161); }
H1.HeaderClassName
{
color: #AB7CA1;
}
.AnyTagClassName
{
color: #AB7CA1;
}
</style>
background-color css
<style>
a { background-color: #AB7CA1; }
a { background-color: rgb(171,124,161); }
div.DivClassName
{
background-color: #AB7CA1;
}
.BgClassName
{
background-color: #AB7CA1;
}
</style>
border-color css
<style>
span { border-color: #AB7CA1; }
span { border-color: rgb(171,124,161); }
td.TdClassName
{
border-color: #AB7CA1;
}
.TagClassName
{
border-color: #AB7CA1;
}
</style>