Shades of Bouquet #AF869B
Tints of Bouquet #AF869B
RGB
CMYK
RGB Variations
Color information
#AF869B (or 0xAF869B) is known color: Bouquet. HEX triplet: AF, 86 and 9B. RGB value is (175,134,155). Sum of RGB (Red+Green+Blue) = 175+134+155=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF869B is #507964. Grayscale: #949494. Windows color (decimal): -5273957 or 10192559. OLE color: 10192559.
HSL color Cylindrical-coordinate representation of color #AF869B: hue angle of 329.27º 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 #AF869B is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 155 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.31 |
| HSL | 329.27º | 0.2% | 0.61% | - |
| HSV(B) | 329.27º | 0.23% | 0.69% | - |
| XYZ | 32.12 | 28.53 | 34.82 | - |
| YUV | 148.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 155 | 0 | 0.23 | 0.11 | 0.31 | 329.27 | 0.2 | 0.61 |
| Hex | AF | 86 | 9B | 0 | 17 | B | 1F | 149 | 14 | 3D |
| Octal | 257 | 206 | 233 | 0 | 27 | 13 | 37 | 511 | 24 | 75 |
| Binary | 10101111 | 10000110 | 10011011 | 0 | 10111 | 1011 | 11111 | 101001001 | 10100 | 111101 |
Color Harmonies of #AF869B
Complementary color
Monochromatic Colors of #AF869B
Black with #AF869B
Text Example
Text Example
White with #AF869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF869B; }
p { color: rgb(175,134,155); }
H1.HeaderClassName
{
color: #AF869B;
}
.AnyTagClassName
{
color: #AF869B;
}
</style>
background-color css
<style>
a { background-color: #AF869B; }
a { background-color: rgb(175,134,155); }
div.DivClassName
{
background-color: #AF869B;
}
.BgClassName
{
background-color: #AF869B;
}
</style>
border-color css
<style>
span { border-color: #AF869B; }
span { border-color: rgb(175,134,155); }
td.TdClassName
{
border-color: #AF869B;
}
.TagClassName
{
border-color: #AF869B;
}
</style>