Shades of Bouquet #AF729A
Tints of Bouquet #AF729A
RGB
CMYK
RGB Variations
Color information
#AF729A (or 0xAF729A) is known color: Bouquet. HEX triplet: AF, 72 and 9A. RGB value is (175,114,154). Sum of RGB (Red+Green+Blue) = 175+114+154=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF729A is #508D65. Grayscale: #888888. Windows color (decimal): -5279078 or 10121903. OLE color: 10121903.
HSL color Cylindrical-coordinate representation of color #AF729A: hue angle of 320.66º 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 #AF729A is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 154 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.31 |
| HSL | 320.66º | 0.28% | 0.57% | - |
| HSV(B) | 320.66º | 0.35% | 0.69% | - |
| XYZ | 29.53 | 23.48 | 33.55 | - |
| YUV | 136.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 154 | 0 | 0.35 | 0.12 | 0.31 | 320.66 | 0.28 | 0.57 |
| Hex | AF | 72 | 9A | 0 | 23 | C | 1F | 141 | 1C | 39 |
| Octal | 257 | 162 | 232 | 0 | 43 | 14 | 37 | 501 | 34 | 71 |
| Binary | 10101111 | 1110010 | 10011010 | 0 | 100011 | 1100 | 11111 | 101000001 | 11100 | 111001 |
Color Harmonies of #AF729A
Complementary color
Monochromatic Colors of #AF729A
Black with #AF729A
Text Example
Text Example
White with #AF729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF729A; }
p { color: rgb(175,114,154); }
H1.HeaderClassName
{
color: #AF729A;
}
.AnyTagClassName
{
color: #AF729A;
}
</style>
background-color css
<style>
a { background-color: #AF729A; }
a { background-color: rgb(175,114,154); }
div.DivClassName
{
background-color: #AF729A;
}
.BgClassName
{
background-color: #AF729A;
}
</style>
border-color css
<style>
span { border-color: #AF729A; }
span { border-color: rgb(175,114,154); }
td.TdClassName
{
border-color: #AF729A;
}
.TagClassName
{
border-color: #AF729A;
}
</style>