Shades of Bouquet #AB6B9A
Tints of Bouquet #AB6B9A
RGB
CMYK
RGB Variations
Color information
#AB6B9A (or 0xAB6B9A) is known color: Bouquet. HEX triplet: AB, 6B and 9A. RGB value is (171,107,154). Sum of RGB (Red+Green+Blue) = 171+107+154=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B9A is #549465. Grayscale: #838383. Windows color (decimal): -5543014 or 10120107. OLE color: 10120107.
HSL color Cylindrical-coordinate representation of color #AB6B9A: hue angle of 315.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B9A is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 154 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.33 |
| HSL | 315.94º | 0.28% | 0.55% | - |
| HSV(B) | 315.94º | 0.37% | 0.67% | - |
| XYZ | 27.89 | 21.51 | 33.25 | - |
| YUV | 131.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 154 | 0 | 0.37 | 0.10 | 0.33 | 315.94 | 0.28 | 0.55 |
| Hex | AB | 6B | 9A | 0 | 25 | A | 21 | 13C | 1C | 37 |
| Octal | 253 | 153 | 232 | 0 | 45 | 12 | 41 | 474 | 34 | 67 |
| Binary | 10101011 | 1101011 | 10011010 | 0 | 100101 | 1010 | 100001 | 100111100 | 11100 | 110111 |
Color Harmonies of #AB6B9A
Complementary color
Monochromatic Colors of #AB6B9A
Black with #AB6B9A
Text Example
Text Example
White with #AB6B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B9A; }
p { color: rgb(171,107,154); }
H1.HeaderClassName
{
color: #AB6B9A;
}
.AnyTagClassName
{
color: #AB6B9A;
}
</style>
background-color css
<style>
a { background-color: #AB6B9A; }
a { background-color: rgb(171,107,154); }
div.DivClassName
{
background-color: #AB6B9A;
}
.BgClassName
{
background-color: #AB6B9A;
}
</style>
border-color css
<style>
span { border-color: #AB6B9A; }
span { border-color: rgb(171,107,154); }
td.TdClassName
{
border-color: #AB6B9A;
}
.TagClassName
{
border-color: #AB6B9A;
}
</style>