Shades of Bouquet #AB7B9F
Tints of Bouquet #AB7B9F
RGB
CMYK
RGB Variations
Color information
#AB7B9F (or 0xAB7B9F) is known color: Bouquet. HEX triplet: AB, 7B and 9F. RGB value is (171,123,159). Sum of RGB (Red+Green+Blue) = 171+123+159=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B9F is #548460. Grayscale: #8D8D8D. Windows color (decimal): -5538913 or 10451883. OLE color: 10451883.
HSL color Cylindrical-coordinate representation of color #AB7B9F: hue angle of 315º 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 #AB7B9F is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 123 | 159 | - |
CMYK | 0 | 0.28 | 0.07 | 0.33 |
HSL | 315º | 0.22% | 0.58% | - |
HSV(B) | 315º | 0.28% | 0.67% | - |
XYZ | 30.14 | 25.33 | 36.1 | - |
YUV | 141.46 | 137.9 | 149.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 123 | 159 | 0 | 0.28 | 0.07 | 0.33 | 315 | 0.22 | 0.58 |
Hex | AB | 7B | 9F | 0 | 1C | 7 | 21 | 13B | 16 | 3A |
Octal | 253 | 173 | 237 | 0 | 34 | 7 | 41 | 473 | 26 | 72 |
Binary | 10101011 | 1111011 | 10011111 | 0 | 11100 | 111 | 100001 | 100111011 | 10110 | 111010 |
Color Harmonies of #AB7B9F
Complementary color
Monochromatic Colors of #AB7B9F
Black with #AB7B9F
Text Example
Text Example
White with #AB7B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B9F; }
p { color: rgb(171,123,159); }
H1.HeaderClassName
{
color: #AB7B9F;
}
.AnyTagClassName
{
color: #AB7B9F;
}
</style>
background-color css
<style>
a { background-color: #AB7B9F; }
a { background-color: rgb(171,123,159); }
div.DivClassName
{
background-color: #AB7B9F;
}
.BgClassName
{
background-color: #AB7B9F;
}
</style>
border-color css
<style>
span { border-color: #AB7B9F; }
span { border-color: rgb(171,123,159); }
td.TdClassName
{
border-color: #AB7B9F;
}
.TagClassName
{
border-color: #AB7B9F;
}
</style>