Shades of Bouquet #AF879F
Tints of Bouquet #AF879F
RGB
CMYK
RGB Variations
Color information
#AF879F (or 0xAF879F) is known color: Bouquet. HEX triplet: AF, 87 and 9F. RGB value is (175,135,159). Sum of RGB (Red+Green+Blue) = 175+135+159=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879F is #507860. Grayscale: #959595. Windows color (decimal): -5273697 or 10454959. OLE color: 10454959.
HSL color Cylindrical-coordinate representation of color #AF879F: hue angle of 324º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF879F is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 159 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.31 |
| HSL | 324º | 0.2% | 0.61% | - |
| HSV(B) | 324º | 0.23% | 0.69% | - |
| XYZ | 32.6 | 28.95 | 36.67 | - |
| YUV | 149.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 159 | 0 | 0.23 | 0.09 | 0.31 | 324 | 0.2 | 0.61 |
| Hex | AF | 87 | 9F | 0 | 17 | 9 | 1F | 144 | 14 | 3D |
| Octal | 257 | 207 | 237 | 0 | 27 | 11 | 37 | 504 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10011111 | 0 | 10111 | 1001 | 11111 | 101000100 | 10100 | 111101 |
Color Harmonies of #AF879F
Complementary color
Monochromatic Colors of #AF879F
Black with #AF879F
Text Example
Text Example
White with #AF879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF879F; }
p { color: rgb(175,135,159); }
H1.HeaderClassName
{
color: #AF879F;
}
.AnyTagClassName
{
color: #AF879F;
}
</style>
background-color css
<style>
a { background-color: #AF879F; }
a { background-color: rgb(175,135,159); }
div.DivClassName
{
background-color: #AF879F;
}
.BgClassName
{
background-color: #AF879F;
}
</style>
border-color css
<style>
span { border-color: #AF879F; }
span { border-color: rgb(175,135,159); }
td.TdClassName
{
border-color: #AF879F;
}
.TagClassName
{
border-color: #AF879F;
}
</style>