Shades of Bouquet #AB7BA3
Tints of Bouquet #AB7BA3
RGB
CMYK
RGB Variations
Color information
#AB7BA3 (or 0xAB7BA3) is known color: Bouquet. HEX triplet: AB, 7B and A3. RGB value is (171,123,163). Sum of RGB (Red+Green+Blue) = 171+123+163=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7BA3 is #54845C. Grayscale: #8D8D8D. Windows color (decimal): -5538909 or 10714027. OLE color: 10714027.
HSL color Cylindrical-coordinate representation of color #AB7BA3: hue angle of 310º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB7BA3 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 163 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.33 |
| HSL | 310º | 0.22% | 0.58% | - |
| HSV(B) | 310º | 0.28% | 0.67% | - |
| XYZ | 30.49 | 25.47 | 37.96 | - |
| YUV | 141.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 163 | 0 | 0.28 | 0.05 | 0.33 | 310 | 0.22 | 0.58 |
| Hex | AB | 7B | A3 | 0 | 1C | 5 | 21 | 136 | 16 | 3A |
| Octal | 253 | 173 | 243 | 0 | 34 | 5 | 41 | 466 | 26 | 72 |
| Binary | 10101011 | 1111011 | 10100011 | 0 | 11100 | 101 | 100001 | 100110110 | 10110 | 111010 |
Color Harmonies of #AB7BA3
Complementary color
Monochromatic Colors of #AB7BA3
Black with #AB7BA3
Text Example
Text Example
White with #AB7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BA3; }
p { color: rgb(171,123,163); }
H1.HeaderClassName
{
color: #AB7BA3;
}
.AnyTagClassName
{
color: #AB7BA3;
}
</style>
background-color css
<style>
a { background-color: #AB7BA3; }
a { background-color: rgb(171,123,163); }
div.DivClassName
{
background-color: #AB7BA3;
}
.BgClassName
{
background-color: #AB7BA3;
}
</style>
border-color css
<style>
span { border-color: #AB7BA3; }
span { border-color: rgb(171,123,163); }
td.TdClassName
{
border-color: #AB7BA3;
}
.TagClassName
{
border-color: #AB7BA3;
}
</style>