Shades of Bouquet #AF879E
Tints of Bouquet #AF879E
RGB
CMYK
RGB Variations
Color information
#AF879E (or 0xAF879E) is known color: Bouquet. HEX triplet: AF, 87 and 9E. RGB value is (175,135,158). Sum of RGB (Red+Green+Blue) = 175+135+158=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879E is #507861. Grayscale: #959595. Windows color (decimal): -5273698 or 10389423. OLE color: 10389423.
HSL color Cylindrical-coordinate representation of color #AF879E: hue angle of 325.5º 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 #AF879E is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 158 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.31 |
| HSL | 325.5º | 0.2% | 0.61% | - |
| HSV(B) | 325.5º | 0.23% | 0.69% | - |
| XYZ | 32.51 | 28.91 | 36.21 | - |
| YUV | 149.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 158 | 0 | 0.23 | 0.10 | 0.31 | 325.5 | 0.2 | 0.61 |
| Hex | AF | 87 | 9E | 0 | 17 | A | 1F | 146 | 14 | 3D |
| Octal | 257 | 207 | 236 | 0 | 27 | 12 | 37 | 506 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10011110 | 0 | 10111 | 1010 | 11111 | 101000110 | 10100 | 111101 |
Color Harmonies of #AF879E
Complementary color
Monochromatic Colors of #AF879E
Black with #AF879E
Text Example
Text Example
White with #AF879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF879E; }
p { color: rgb(175,135,158); }
H1.HeaderClassName
{
color: #AF879E;
}
.AnyTagClassName
{
color: #AF879E;
}
</style>
background-color css
<style>
a { background-color: #AF879E; }
a { background-color: rgb(175,135,158); }
div.DivClassName
{
background-color: #AF879E;
}
.BgClassName
{
background-color: #AF879E;
}
</style>
border-color css
<style>
span { border-color: #AF879E; }
span { border-color: rgb(175,135,158); }
td.TdClassName
{
border-color: #AF879E;
}
.TagClassName
{
border-color: #AF879E;
}
</style>