Shades of Bouquet #AF879B
Tints of Bouquet #AF879B
RGB
CMYK
RGB Variations
Color information
#AF879B (or 0xAF879B) is known color: Bouquet. HEX triplet: AF, 87 and 9B. RGB value is (175,135,155). Sum of RGB (Red+Green+Blue) = 175+135+155=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879B is #507864. Grayscale: #959595. Windows color (decimal): -5273701 or 10192815. OLE color: 10192815.
HSL color Cylindrical-coordinate representation of color #AF879B: hue angle of 330º 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 #AF879B is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 155 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.31 |
| HSL | 330º | 0.2% | 0.61% | - |
| HSV(B) | 330º | 0.23% | 0.69% | - |
| XYZ | 32.26 | 28.81 | 34.87 | - |
| YUV | 149.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 155 | 0 | 0.23 | 0.11 | 0.31 | 330 | 0.2 | 0.61 |
| Hex | AF | 87 | 9B | 0 | 17 | B | 1F | 14A | 14 | 3D |
| Octal | 257 | 207 | 233 | 0 | 27 | 13 | 37 | 512 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10011011 | 0 | 10111 | 1011 | 11111 | 101001010 | 10100 | 111101 |
Color Harmonies of #AF879B
Complementary color
Monochromatic Colors of #AF879B
Black with #AF879B
Text Example
Text Example
White with #AF879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF879B; }
p { color: rgb(175,135,155); }
H1.HeaderClassName
{
color: #AF879B;
}
.AnyTagClassName
{
color: #AF879B;
}
</style>
background-color css
<style>
a { background-color: #AF879B; }
a { background-color: rgb(175,135,155); }
div.DivClassName
{
background-color: #AF879B;
}
.BgClassName
{
background-color: #AF879B;
}
</style>
border-color css
<style>
span { border-color: #AF879B; }
span { border-color: rgb(175,135,155); }
td.TdClassName
{
border-color: #AF879B;
}
.TagClassName
{
border-color: #AF879B;
}
</style>