Shades of Bouquet #AF849F
Tints of Bouquet #AF849F
RGB
CMYK
RGB Variations
Color information
#AF849F (or 0xAF849F) is known color: Bouquet. HEX triplet: AF, 84 and 9F. RGB value is (175,132,159). Sum of RGB (Red+Green+Blue) = 175+132+159=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF849F is #507B60. Grayscale: #939393. Windows color (decimal): -5274465 or 10454191. OLE color: 10454191.
HSL color Cylindrical-coordinate representation of color #AF849F: hue angle of 322.33º 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 #AF849F is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 159 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.31 |
| HSL | 322.33º | 0.21% | 0.6% | - |
| HSV(B) | 322.33º | 0.25% | 0.69% | - |
| XYZ | 32.19 | 28.12 | 36.53 | - |
| YUV | 147.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 159 | 0 | 0.25 | 0.09 | 0.31 | 322.33 | 0.21 | 0.6 |
| Hex | AF | 84 | 9F | 0 | 19 | 9 | 1F | 142 | 15 | 3C |
| Octal | 257 | 204 | 237 | 0 | 31 | 11 | 37 | 502 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10011111 | 0 | 11001 | 1001 | 11111 | 101000010 | 10101 | 111100 |
Color Harmonies of #AF849F
Complementary color
Monochromatic Colors of #AF849F
Black with #AF849F
Text Example
Text Example
White with #AF849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF849F; }
p { color: rgb(175,132,159); }
H1.HeaderClassName
{
color: #AF849F;
}
.AnyTagClassName
{
color: #AF849F;
}
</style>
background-color css
<style>
a { background-color: #AF849F; }
a { background-color: rgb(175,132,159); }
div.DivClassName
{
background-color: #AF849F;
}
.BgClassName
{
background-color: #AF849F;
}
</style>
border-color css
<style>
span { border-color: #AF849F; }
span { border-color: rgb(175,132,159); }
td.TdClassName
{
border-color: #AF849F;
}
.TagClassName
{
border-color: #AF849F;
}
</style>