Shades of Bouquet #AB6C9D
Tints of Bouquet #AB6C9D
RGB
CMYK
RGB Variations
Color information
#AB6C9D (or 0xAB6C9D) is known color: Bouquet. HEX triplet: AB, 6C and 9D. RGB value is (171,108,157). Sum of RGB (Red+Green+Blue) = 171+108+157=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6C9D is #549362. Grayscale: #848484. Windows color (decimal): -5542755 or 10316971. OLE color: 10316971.
HSL color Cylindrical-coordinate representation of color #AB6C9D: hue angle of 313.33º degrees, saturation: 0.27, 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 #AB6C9D is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 157 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.33 |
| HSL | 313.33º | 0.27% | 0.55% | - |
| HSV(B) | 313.33º | 0.37% | 0.67% | - |
| XYZ | 28.24 | 21.82 | 34.62 | - |
| YUV | 132.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 157 | 0 | 0.37 | 0.08 | 0.33 | 313.33 | 0.27 | 0.55 |
| Hex | AB | 6C | 9D | 0 | 25 | 8 | 21 | 139 | 1B | 37 |
| Octal | 253 | 154 | 235 | 0 | 45 | 10 | 41 | 471 | 33 | 67 |
| Binary | 10101011 | 1101100 | 10011101 | 0 | 100101 | 1000 | 100001 | 100111001 | 11011 | 110111 |
Color Harmonies of #AB6C9D
Complementary color
Monochromatic Colors of #AB6C9D
Black with #AB6C9D
Text Example
Text Example
White with #AB6C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C9D; }
p { color: rgb(171,108,157); }
H1.HeaderClassName
{
color: #AB6C9D;
}
.AnyTagClassName
{
color: #AB6C9D;
}
</style>
background-color css
<style>
a { background-color: #AB6C9D; }
a { background-color: rgb(171,108,157); }
div.DivClassName
{
background-color: #AB6C9D;
}
.BgClassName
{
background-color: #AB6C9D;
}
</style>
border-color css
<style>
span { border-color: #AB6C9D; }
span { border-color: rgb(171,108,157); }
td.TdClassName
{
border-color: #AB6C9D;
}
.TagClassName
{
border-color: #AB6C9D;
}
</style>