Shades of Bouquet #AF729E
Tints of Bouquet #AF729E
RGB
CMYK
RGB Variations
Color information
#AF729E (or 0xAF729E) is known color: Bouquet. HEX triplet: AF, 72 and 9E. RGB value is (175,114,158). Sum of RGB (Red+Green+Blue) = 175+114+158=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF729E is #508D61. Grayscale: #898989. Windows color (decimal): -5279074 or 10384047. OLE color: 10384047.
HSL color Cylindrical-coordinate representation of color #AF729E: hue angle of 316.72º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF729E is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 158 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.31 |
| HSL | 316.72º | 0.28% | 0.57% | - |
| HSV(B) | 316.72º | 0.35% | 0.69% | - |
| XYZ | 29.87 | 23.62 | 35.33 | - |
| YUV | 137.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 158 | 0 | 0.35 | 0.10 | 0.31 | 316.72 | 0.28 | 0.57 |
| Hex | AF | 72 | 9E | 0 | 23 | A | 1F | 13D | 1C | 39 |
| Octal | 257 | 162 | 236 | 0 | 43 | 12 | 37 | 475 | 34 | 71 |
| Binary | 10101111 | 1110010 | 10011110 | 0 | 100011 | 1010 | 11111 | 100111101 | 11100 | 111001 |
Color Harmonies of #AF729E
Complementary color
Monochromatic Colors of #AF729E
Black with #AF729E
Text Example
Text Example
White with #AF729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF729E; }
p { color: rgb(175,114,158); }
H1.HeaderClassName
{
color: #AF729E;
}
.AnyTagClassName
{
color: #AF729E;
}
</style>
background-color css
<style>
a { background-color: #AF729E; }
a { background-color: rgb(175,114,158); }
div.DivClassName
{
background-color: #AF729E;
}
.BgClassName
{
background-color: #AF729E;
}
</style>
border-color css
<style>
span { border-color: #AF729E; }
span { border-color: rgb(175,114,158); }
td.TdClassName
{
border-color: #AF729E;
}
.TagClassName
{
border-color: #AF729E;
}
</style>