Shades of Bouquet #AB6E9E
Tints of Bouquet #AB6E9E
RGB
CMYK
RGB Variations
Color information
#AB6E9E (or 0xAB6E9E) is known color: Bouquet. HEX triplet: AB, 6E and 9E. RGB value is (171,110,158). Sum of RGB (Red+Green+Blue) = 171+110+158=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6E9E is #549161. Grayscale: #858585. Windows color (decimal): -5542242 or 10383019. OLE color: 10383019.
HSL color Cylindrical-coordinate representation of color #AB6E9E: hue angle of 312.79º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6E9E is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 110 | 158 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.33 |
| HSL | 312.79º | 0.27% | 0.55% | - |
| HSV(B) | 312.79º | 0.36% | 0.67% | - |
| XYZ | 28.54 | 22.28 | 35.14 | - |
| YUV | 133.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 158 | 0 | 0.36 | 0.08 | 0.33 | 312.79 | 0.27 | 0.55 |
| Hex | AB | 6E | 9E | 0 | 24 | 8 | 21 | 139 | 1B | 37 |
| Octal | 253 | 156 | 236 | 0 | 44 | 10 | 41 | 471 | 33 | 67 |
| Binary | 10101011 | 1101110 | 10011110 | 0 | 100100 | 1000 | 100001 | 100111001 | 11011 | 110111 |
Color Harmonies of #AB6E9E
Complementary color
Monochromatic Colors of #AB6E9E
Black with #AB6E9E
Text Example
Text Example
White with #AB6E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6E9E; }
p { color: rgb(171,110,158); }
H1.HeaderClassName
{
color: #AB6E9E;
}
.AnyTagClassName
{
color: #AB6E9E;
}
</style>
background-color css
<style>
a { background-color: #AB6E9E; }
a { background-color: rgb(171,110,158); }
div.DivClassName
{
background-color: #AB6E9E;
}
.BgClassName
{
background-color: #AB6E9E;
}
</style>
border-color css
<style>
span { border-color: #AB6E9E; }
span { border-color: rgb(171,110,158); }
td.TdClassName
{
border-color: #AB6E9E;
}
.TagClassName
{
border-color: #AB6E9E;
}
</style>