Shades of Bouquet #AF7F99
Tints of Bouquet #AF7F99
RGB
CMYK
RGB Variations
Color information
#AF7F99 (or 0xAF7F99) is known color: Bouquet. HEX triplet: AF, 7F and 99. RGB value is (175,127,153). Sum of RGB (Red+Green+Blue) = 175+127+153=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F99 is #508066. Grayscale: #909090. Windows color (decimal): -5275751 or 10059695. OLE color: 10059695.
HSL color Cylindrical-coordinate representation of color #AF7F99: hue angle of 327.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F99 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 153 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.31 |
| HSL | 327.5º | 0.23% | 0.59% | - |
| HSV(B) | 327.5º | 0.27% | 0.69% | - |
| XYZ | 31.02 | 26.59 | 33.64 | - |
| YUV | 144.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 153 | 0 | 0.27 | 0.13 | 0.31 | 327.5 | 0.23 | 0.59 |
| Hex | AF | 7F | 99 | 0 | 1B | D | 1F | 148 | 17 | 3B |
| Octal | 257 | 177 | 231 | 0 | 33 | 15 | 37 | 510 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10011001 | 0 | 11011 | 1101 | 11111 | 101001000 | 10111 | 111011 |
Color Harmonies of #AF7F99
Complementary color
Monochromatic Colors of #AF7F99
Black with #AF7F99
Text Example
Text Example
White with #AF7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F99; }
p { color: rgb(175,127,153); }
H1.HeaderClassName
{
color: #AF7F99;
}
.AnyTagClassName
{
color: #AF7F99;
}
</style>
background-color css
<style>
a { background-color: #AF7F99; }
a { background-color: rgb(175,127,153); }
div.DivClassName
{
background-color: #AF7F99;
}
.BgClassName
{
background-color: #AF7F99;
}
</style>
border-color css
<style>
span { border-color: #AF7F99; }
span { border-color: rgb(175,127,153); }
td.TdClassName
{
border-color: #AF7F99;
}
.TagClassName
{
border-color: #AF7F99;
}
</style>