Shades of Bouquet #AB6993
Tints of Bouquet #AB6993
RGB
CMYK
RGB Variations
Color information
#AB6993 (or 0xAB6993) is known color: Bouquet. HEX triplet: AB, 69 and 93. RGB value is (171,105,147). Sum of RGB (Red+Green+Blue) = 171+105+147=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6993 is #54966C. Grayscale: #818181. Windows color (decimal): -5543533 or 9660843. OLE color: 9660843.
HSL color Cylindrical-coordinate representation of color #AB6993: hue angle of 321.82º 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 #AB6993 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 147 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.33 |
| HSL | 321.82º | 0.28% | 0.54% | - |
| HSV(B) | 321.82º | 0.39% | 0.67% | - |
| XYZ | 27.11 | 20.87 | 30.2 | - |
| YUV | 129.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 147 | 0 | 0.39 | 0.14 | 0.33 | 321.82 | 0.28 | 0.54 |
| Hex | AB | 69 | 93 | 0 | 27 | E | 21 | 142 | 1C | 36 |
| Octal | 253 | 151 | 223 | 0 | 47 | 16 | 41 | 502 | 34 | 66 |
| Binary | 10101011 | 1101001 | 10010011 | 0 | 100111 | 1110 | 100001 | 101000010 | 11100 | 110110 |
Color Harmonies of #AB6993
Complementary color
Monochromatic Colors of #AB6993
Black with #AB6993
Text Example
Text Example
White with #AB6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6993; }
p { color: rgb(171,105,147); }
H1.HeaderClassName
{
color: #AB6993;
}
.AnyTagClassName
{
color: #AB6993;
}
</style>
background-color css
<style>
a { background-color: #AB6993; }
a { background-color: rgb(171,105,147); }
div.DivClassName
{
background-color: #AB6993;
}
.BgClassName
{
background-color: #AB6993;
}
</style>
border-color css
<style>
span { border-color: #AB6993; }
span { border-color: rgb(171,105,147); }
td.TdClassName
{
border-color: #AB6993;
}
.TagClassName
{
border-color: #AB6993;
}
</style>