Shades of Bouquet #AF879D
Tints of Bouquet #AF879D
RGB
CMYK
RGB Variations
Color information
#AF879D (or 0xAF879D) is known color: Bouquet. HEX triplet: AF, 87 and 9D. RGB value is (175,135,157). Sum of RGB (Red+Green+Blue) = 175+135+157=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879D is #507862. Grayscale: #959595. Windows color (decimal): -5273699 or 10323887. OLE color: 10323887.
HSL color Cylindrical-coordinate representation of color #AF879D: hue angle of 327º 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 #AF879D is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 157 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.31 |
| HSL | 327º | 0.2% | 0.61% | - |
| HSV(B) | 327º | 0.23% | 0.69% | - |
| XYZ | 32.43 | 28.88 | 35.76 | - |
| YUV | 149.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 157 | 0 | 0.23 | 0.10 | 0.31 | 327 | 0.2 | 0.61 |
| Hex | AF | 87 | 9D | 0 | 17 | A | 1F | 147 | 14 | 3D |
| Octal | 257 | 207 | 235 | 0 | 27 | 12 | 37 | 507 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10011101 | 0 | 10111 | 1010 | 11111 | 101000111 | 10100 | 111101 |
Color Harmonies of #AF879D
Complementary color
Monochromatic Colors of #AF879D
Black with #AF879D
Text Example
Text Example
White with #AF879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF879D; }
p { color: rgb(175,135,157); }
H1.HeaderClassName
{
color: #AF879D;
}
.AnyTagClassName
{
color: #AF879D;
}
</style>
background-color css
<style>
a { background-color: #AF879D; }
a { background-color: rgb(175,135,157); }
div.DivClassName
{
background-color: #AF879D;
}
.BgClassName
{
background-color: #AF879D;
}
</style>
border-color css
<style>
span { border-color: #AF879D; }
span { border-color: rgb(175,135,157); }
td.TdClassName
{
border-color: #AF879D;
}
.TagClassName
{
border-color: #AF879D;
}
</style>