Shades of Bouquet #AF8798
Tints of Bouquet #AF8798
RGB
CMYK
RGB Variations
Color information
#AF8798 (or 0xAF8798) is known color: Bouquet. HEX triplet: AF, 87 and 98. RGB value is (175,135,152). Sum of RGB (Red+Green+Blue) = 175+135+152=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8798 is #507867. Grayscale: #949494. Windows color (decimal): -5273704 or 9996207. OLE color: 9996207.
HSL color Cylindrical-coordinate representation of color #AF8798: hue angle of 334.5º 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 #AF8798 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 152 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.31 |
| HSL | 334.5º | 0.2% | 0.61% | - |
| HSV(B) | 334.5º | 0.23% | 0.69% | - |
| XYZ | 32.01 | 28.71 | 33.56 | - |
| YUV | 148.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 152 | 0 | 0.23 | 0.13 | 0.31 | 334.5 | 0.2 | 0.61 |
| Hex | AF | 87 | 98 | 0 | 17 | D | 1F | 14E | 14 | 3D |
| Octal | 257 | 207 | 230 | 0 | 27 | 15 | 37 | 516 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10011000 | 0 | 10111 | 1101 | 11111 | 101001110 | 10100 | 111101 |
Color Harmonies of #AF8798
Complementary color
Monochromatic Colors of #AF8798
Black with #AF8798
Text Example
Text Example
White with #AF8798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8798; }
p { color: rgb(175,135,152); }
H1.HeaderClassName
{
color: #AF8798;
}
.AnyTagClassName
{
color: #AF8798;
}
</style>
background-color css
<style>
a { background-color: #AF8798; }
a { background-color: rgb(175,135,152); }
div.DivClassName
{
background-color: #AF8798;
}
.BgClassName
{
background-color: #AF8798;
}
</style>
border-color css
<style>
span { border-color: #AF8798; }
span { border-color: rgb(175,135,152); }
td.TdClassName
{
border-color: #AF8798;
}
.TagClassName
{
border-color: #AF8798;
}
</style>