Shades of Bouquet #AF859D
Tints of Bouquet #AF859D
RGB
CMYK
RGB Variations
Color information
#AF859D (or 0xAF859D) is known color: Bouquet. HEX triplet: AF, 85 and 9D. RGB value is (175,133,157). Sum of RGB (Red+Green+Blue) = 175+133+157=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF859D is #507A62. Grayscale: #949494. Windows color (decimal): -5274211 or 10323375. OLE color: 10323375.
HSL color Cylindrical-coordinate representation of color #AF859D: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF859D is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 157 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.31 |
| HSL | 325.71º | 0.21% | 0.6% | - |
| HSV(B) | 325.71º | 0.24% | 0.69% | - |
| XYZ | 32.15 | 28.32 | 35.67 | - |
| YUV | 148.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 157 | 0 | 0.24 | 0.10 | 0.31 | 325.71 | 0.21 | 0.6 |
| Hex | AF | 85 | 9D | 0 | 18 | A | 1F | 146 | 15 | 3C |
| Octal | 257 | 205 | 235 | 0 | 30 | 12 | 37 | 506 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10011101 | 0 | 11000 | 1010 | 11111 | 101000110 | 10101 | 111100 |
Color Harmonies of #AF859D
Complementary color
Monochromatic Colors of #AF859D
Black with #AF859D
Text Example
Text Example
White with #AF859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF859D; }
p { color: rgb(175,133,157); }
H1.HeaderClassName
{
color: #AF859D;
}
.AnyTagClassName
{
color: #AF859D;
}
</style>
background-color css
<style>
a { background-color: #AF859D; }
a { background-color: rgb(175,133,157); }
div.DivClassName
{
background-color: #AF859D;
}
.BgClassName
{
background-color: #AF859D;
}
</style>
border-color css
<style>
span { border-color: #AF859D; }
span { border-color: rgb(175,133,157); }
td.TdClassName
{
border-color: #AF859D;
}
.TagClassName
{
border-color: #AF859D;
}
</style>