Shades of Bouquet #AF8497
Tints of Bouquet #AF8497
RGB
CMYK
RGB Variations
Color information
#AF8497 (or 0xAF8497) is known color: Bouquet. HEX triplet: AF, 84 and 97. RGB value is (175,132,151). Sum of RGB (Red+Green+Blue) = 175+132+151=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8497 is #507B68. Grayscale: #929292. Windows color (decimal): -5274473 or 9929903. OLE color: 9929903.
HSL color Cylindrical-coordinate representation of color #AF8497: hue angle of 333.49º degrees, saturation: 0.21, 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 #AF8497 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 151 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.31 |
| HSL | 333.49º | 0.21% | 0.6% | - |
| HSV(B) | 333.49º | 0.25% | 0.69% | - |
| XYZ | 31.52 | 27.85 | 32.99 | - |
| YUV | 147.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 151 | 0 | 0.25 | 0.14 | 0.31 | 333.49 | 0.21 | 0.6 |
| Hex | AF | 84 | 97 | 0 | 19 | E | 1F | 14D | 15 | 3C |
| Octal | 257 | 204 | 227 | 0 | 31 | 16 | 37 | 515 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10010111 | 0 | 11001 | 1110 | 11111 | 101001101 | 10101 | 111100 |
Color Harmonies of #AF8497
Complementary color
Monochromatic Colors of #AF8497
Black with #AF8497
Text Example
Text Example
White with #AF8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8497; }
p { color: rgb(175,132,151); }
H1.HeaderClassName
{
color: #AF8497;
}
.AnyTagClassName
{
color: #AF8497;
}
</style>
background-color css
<style>
a { background-color: #AF8497; }
a { background-color: rgb(175,132,151); }
div.DivClassName
{
background-color: #AF8497;
}
.BgClassName
{
background-color: #AF8497;
}
</style>
border-color css
<style>
span { border-color: #AF8497; }
span { border-color: rgb(175,132,151); }
td.TdClassName
{
border-color: #AF8497;
}
.TagClassName
{
border-color: #AF8497;
}
</style>