Shades of Bouquet #AF839B
Tints of Bouquet #AF839B
RGB
CMYK
RGB Variations
Color information
#AF839B (or 0xAF839B) is known color: Bouquet. HEX triplet: AF, 83 and 9B. RGB value is (175,131,155). Sum of RGB (Red+Green+Blue) = 175+131+155=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF839B is #507C64. Grayscale: #929292. Windows color (decimal): -5274725 or 10191791. OLE color: 10191791.
HSL color Cylindrical-coordinate representation of color #AF839B: hue angle of 327.27º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF839B is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 155 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.31 |
| HSL | 327.27º | 0.22% | 0.6% | - |
| HSV(B) | 327.27º | 0.25% | 0.69% | - |
| XYZ | 31.71 | 27.71 | 34.69 | - |
| YUV | 146.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 155 | 0 | 0.25 | 0.11 | 0.31 | 327.27 | 0.22 | 0.6 |
| Hex | AF | 83 | 9B | 0 | 19 | B | 1F | 147 | 16 | 3C |
| Octal | 257 | 203 | 233 | 0 | 31 | 13 | 37 | 507 | 26 | 74 |
| Binary | 10101111 | 10000011 | 10011011 | 0 | 11001 | 1011 | 11111 | 101000111 | 10110 | 111100 |
Color Harmonies of #AF839B
Complementary color
Monochromatic Colors of #AF839B
Black with #AF839B
Text Example
Text Example
White with #AF839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF839B; }
p { color: rgb(175,131,155); }
H1.HeaderClassName
{
color: #AF839B;
}
.AnyTagClassName
{
color: #AF839B;
}
</style>
background-color css
<style>
a { background-color: #AF839B; }
a { background-color: rgb(175,131,155); }
div.DivClassName
{
background-color: #AF839B;
}
.BgClassName
{
background-color: #AF839B;
}
</style>
border-color css
<style>
span { border-color: #AF839B; }
span { border-color: rgb(175,131,155); }
td.TdClassName
{
border-color: #AF839B;
}
.TagClassName
{
border-color: #AF839B;
}
</style>