Shades of Bouquet #AF849C
Tints of Bouquet #AF849C
RGB
CMYK
RGB Variations
Color information
#AF849C (or 0xAF849C) is known color: Bouquet. HEX triplet: AF, 84 and 9C. RGB value is (175,132,156). Sum of RGB (Red+Green+Blue) = 175+132+156=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF849C is #507B63. Grayscale: #939393. Windows color (decimal): -5274468 or 10257583. OLE color: 10257583.
HSL color Cylindrical-coordinate representation of color #AF849C: hue angle of 326.51º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF849C is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 156 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.31 |
| HSL | 326.51º | 0.21% | 0.6% | - |
| HSV(B) | 326.51º | 0.25% | 0.69% | - |
| XYZ | 31.93 | 28.02 | 35.18 | - |
| YUV | 147.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 156 | 0 | 0.25 | 0.11 | 0.31 | 326.51 | 0.21 | 0.6 |
| Hex | AF | 84 | 9C | 0 | 19 | B | 1F | 147 | 15 | 3C |
| Octal | 257 | 204 | 234 | 0 | 31 | 13 | 37 | 507 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10011100 | 0 | 11001 | 1011 | 11111 | 101000111 | 10101 | 111100 |
Color Harmonies of #AF849C
Complementary color
Monochromatic Colors of #AF849C
Black with #AF849C
Text Example
Text Example
White with #AF849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF849C; }
p { color: rgb(175,132,156); }
H1.HeaderClassName
{
color: #AF849C;
}
.AnyTagClassName
{
color: #AF849C;
}
</style>
background-color css
<style>
a { background-color: #AF849C; }
a { background-color: rgb(175,132,156); }
div.DivClassName
{
background-color: #AF849C;
}
.BgClassName
{
background-color: #AF849C;
}
</style>
border-color css
<style>
span { border-color: #AF849C; }
span { border-color: rgb(175,132,156); }
td.TdClassName
{
border-color: #AF849C;
}
.TagClassName
{
border-color: #AF849C;
}
</style>