Shades of Bouquet #AF739D
Tints of Bouquet #AF739D
RGB
CMYK
RGB Variations
Color information
#AF739D (or 0xAF739D) is known color: Bouquet. HEX triplet: AF, 73 and 9D. RGB value is (175,115,157). Sum of RGB (Red+Green+Blue) = 175+115+157=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF739D is #508C62. Grayscale: #898989. Windows color (decimal): -5278819 or 10318767. OLE color: 10318767.
HSL color Cylindrical-coordinate representation of color #AF739D: hue angle of 318º 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 #AF739D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 157 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.31 |
| HSL | 318º | 0.27% | 0.57% | - |
| HSV(B) | 318º | 0.34% | 0.69% | - |
| XYZ | 29.9 | 23.81 | 34.92 | - |
| YUV | 137.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 157 | 0 | 0.34 | 0.10 | 0.31 | 318 | 0.27 | 0.57 |
| Hex | AF | 73 | 9D | 0 | 22 | A | 1F | 13E | 1B | 39 |
| Octal | 257 | 163 | 235 | 0 | 42 | 12 | 37 | 476 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10011101 | 0 | 100010 | 1010 | 11111 | 100111110 | 11011 | 111001 |
Color Harmonies of #AF739D
Complementary color
Monochromatic Colors of #AF739D
Black with #AF739D
Text Example
Text Example
White with #AF739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF739D; }
p { color: rgb(175,115,157); }
H1.HeaderClassName
{
color: #AF739D;
}
.AnyTagClassName
{
color: #AF739D;
}
</style>
background-color css
<style>
a { background-color: #AF739D; }
a { background-color: rgb(175,115,157); }
div.DivClassName
{
background-color: #AF739D;
}
.BgClassName
{
background-color: #AF739D;
}
</style>
border-color css
<style>
span { border-color: #AF739D; }
span { border-color: rgb(175,115,157); }
td.TdClassName
{
border-color: #AF739D;
}
.TagClassName
{
border-color: #AF739D;
}
</style>