Shades of Bouquet #AF839E
Tints of Bouquet #AF839E
RGB
CMYK
RGB Variations
Color information
#AF839E (or 0xAF839E) is known color: Bouquet. HEX triplet: AF, 83 and 9E. RGB value is (175,131,158). Sum of RGB (Red+Green+Blue) = 175+131+158=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF839E is #507C61. Grayscale: #939393. Windows color (decimal): -5274722 or 10388399. OLE color: 10388399.
HSL color Cylindrical-coordinate representation of color #AF839E: hue angle of 323.18º 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 #AF839E is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 158 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.31 |
| HSL | 323.18º | 0.22% | 0.6% | - |
| HSV(B) | 323.18º | 0.25% | 0.69% | - |
| XYZ | 31.97 | 27.82 | 36.03 | - |
| YUV | 147.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 158 | 0 | 0.25 | 0.10 | 0.31 | 323.18 | 0.22 | 0.6 |
| Hex | AF | 83 | 9E | 0 | 19 | A | 1F | 143 | 16 | 3C |
| Octal | 257 | 203 | 236 | 0 | 31 | 12 | 37 | 503 | 26 | 74 |
| Binary | 10101111 | 10000011 | 10011110 | 0 | 11001 | 1010 | 11111 | 101000011 | 10110 | 111100 |
Color Harmonies of #AF839E
Complementary color
Monochromatic Colors of #AF839E
Black with #AF839E
Text Example
Text Example
White with #AF839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF839E; }
p { color: rgb(175,131,158); }
H1.HeaderClassName
{
color: #AF839E;
}
.AnyTagClassName
{
color: #AF839E;
}
</style>
background-color css
<style>
a { background-color: #AF839E; }
a { background-color: rgb(175,131,158); }
div.DivClassName
{
background-color: #AF839E;
}
.BgClassName
{
background-color: #AF839E;
}
</style>
border-color css
<style>
span { border-color: #AF839E; }
span { border-color: rgb(175,131,158); }
td.TdClassName
{
border-color: #AF839E;
}
.TagClassName
{
border-color: #AF839E;
}
</style>