Shades of Bouquet #AB6998
Tints of Bouquet #AB6998
RGB
CMYK
RGB Variations
Color information
#AB6998 (or 0xAB6998) is known color: Bouquet. HEX triplet: AB, 69 and 98. RGB value is (171,105,152). Sum of RGB (Red+Green+Blue) = 171+105+152=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6998 is #549667. Grayscale: #818181. Windows color (decimal): -5543528 or 9988523. OLE color: 9988523.
HSL color Cylindrical-coordinate representation of color #AB6998: hue angle of 317.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6998 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 152 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.33 |
| HSL | 317.27º | 0.28% | 0.54% | - |
| HSV(B) | 317.27º | 0.39% | 0.67% | - |
| XYZ | 27.51 | 21.03 | 32.31 | - |
| YUV | 130.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 152 | 0 | 0.39 | 0.11 | 0.33 | 317.27 | 0.28 | 0.54 |
| Hex | AB | 69 | 98 | 0 | 27 | B | 21 | 13D | 1C | 36 |
| Octal | 253 | 151 | 230 | 0 | 47 | 13 | 41 | 475 | 34 | 66 |
| Binary | 10101011 | 1101001 | 10011000 | 0 | 100111 | 1011 | 100001 | 100111101 | 11100 | 110110 |
Color Harmonies of #AB6998
Complementary color
Monochromatic Colors of #AB6998
Black with #AB6998
Text Example
Text Example
White with #AB6998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6998; }
p { color: rgb(171,105,152); }
H1.HeaderClassName
{
color: #AB6998;
}
.AnyTagClassName
{
color: #AB6998;
}
</style>
background-color css
<style>
a { background-color: #AB6998; }
a { background-color: rgb(171,105,152); }
div.DivClassName
{
background-color: #AB6998;
}
.BgClassName
{
background-color: #AB6998;
}
</style>
border-color css
<style>
span { border-color: #AB6998; }
span { border-color: rgb(171,105,152); }
td.TdClassName
{
border-color: #AB6998;
}
.TagClassName
{
border-color: #AB6998;
}
</style>