Shades of Bouquet #AF849D
Tints of Bouquet #AF849D
RGB
CMYK
RGB Variations
Color information
#AF849D (or 0xAF849D) is known color: Bouquet. HEX triplet: AF, 84 and 9D. RGB value is (175,132,157). Sum of RGB (Red+Green+Blue) = 175+132+157=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF849D is #507B62. Grayscale: #939393. Windows color (decimal): -5274467 or 10323119. OLE color: 10323119.
HSL color Cylindrical-coordinate representation of color #AF849D: hue angle of 325.12º 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 #AF849D is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 157 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.31 |
| HSL | 325.12º | 0.21% | 0.6% | - |
| HSV(B) | 325.12º | 0.25% | 0.69% | - |
| XYZ | 32.02 | 28.05 | 35.63 | - |
| YUV | 147.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 157 | 0 | 0.25 | 0.10 | 0.31 | 325.12 | 0.21 | 0.6 |
| Hex | AF | 84 | 9D | 0 | 19 | A | 1F | 145 | 15 | 3C |
| Octal | 257 | 204 | 235 | 0 | 31 | 12 | 37 | 505 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10011101 | 0 | 11001 | 1010 | 11111 | 101000101 | 10101 | 111100 |
Color Harmonies of #AF849D
Complementary color
Monochromatic Colors of #AF849D
Black with #AF849D
Text Example
Text Example
White with #AF849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF849D; }
p { color: rgb(175,132,157); }
H1.HeaderClassName
{
color: #AF849D;
}
.AnyTagClassName
{
color: #AF849D;
}
</style>
background-color css
<style>
a { background-color: #AF849D; }
a { background-color: rgb(175,132,157); }
div.DivClassName
{
background-color: #AF849D;
}
.BgClassName
{
background-color: #AF849D;
}
</style>
border-color css
<style>
span { border-color: #AF849D; }
span { border-color: rgb(175,132,157); }
td.TdClassName
{
border-color: #AF849D;
}
.TagClassName
{
border-color: #AF849D;
}
</style>