Shades of Bouquet #AF739F
Tints of Bouquet #AF739F
RGB
CMYK
RGB Variations
Color information
#AF739F (or 0xAF739F) is known color: Bouquet. HEX triplet: AF, 73 and 9F. RGB value is (175,115,159). Sum of RGB (Red+Green+Blue) = 175+115+159=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF739F is #508C60. Grayscale: #898989. Windows color (decimal): -5278817 or 10449839. OLE color: 10449839.
HSL color Cylindrical-coordinate representation of color #AF739F: hue angle of 316º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF739F is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 159 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.31 |
| HSL | 316º | 0.27% | 0.57% | - |
| HSV(B) | 316º | 0.34% | 0.69% | - |
| XYZ | 30.07 | 23.88 | 35.83 | - |
| YUV | 137.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 159 | 0 | 0.34 | 0.09 | 0.31 | 316 | 0.27 | 0.57 |
| Hex | AF | 73 | 9F | 0 | 22 | 9 | 1F | 13C | 1B | 39 |
| Octal | 257 | 163 | 237 | 0 | 42 | 11 | 37 | 474 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10011111 | 0 | 100010 | 1001 | 11111 | 100111100 | 11011 | 111001 |
Color Harmonies of #AF739F
Complementary color
Monochromatic Colors of #AF739F
Black with #AF739F
Text Example
Text Example
White with #AF739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF739F; }
p { color: rgb(175,115,159); }
H1.HeaderClassName
{
color: #AF739F;
}
.AnyTagClassName
{
color: #AF739F;
}
</style>
background-color css
<style>
a { background-color: #AF739F; }
a { background-color: rgb(175,115,159); }
div.DivClassName
{
background-color: #AF739F;
}
.BgClassName
{
background-color: #AF739F;
}
</style>
border-color css
<style>
span { border-color: #AF739F; }
span { border-color: rgb(175,115,159); }
td.TdClassName
{
border-color: #AF739F;
}
.TagClassName
{
border-color: #AF739F;
}
</style>