Shades of Bouquet #AF6899
Tints of Bouquet #AF6899
RGB
CMYK
RGB Variations
Color information
#AF6899 (or 0xAF6899) is known color: Bouquet. HEX triplet: AF, 68 and 99. RGB value is (175,104,153). Sum of RGB (Red+Green+Blue) = 175+104+153=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6899 is #509766. Grayscale: #828282. Windows color (decimal): -5281639 or 10053807. OLE color: 10053807.
HSL color Cylindrical-coordinate representation of color #AF6899: hue angle of 318.59º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6899 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 153 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.31 |
| HSL | 318.59º | 0.31% | 0.55% | - |
| HSV(B) | 318.59º | 0.41% | 0.69% | - |
| XYZ | 28.38 | 21.31 | 32.76 | - |
| YUV | 130.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 153 | 0 | 0.41 | 0.13 | 0.31 | 318.59 | 0.31 | 0.55 |
| Hex | AF | 68 | 99 | 0 | 29 | D | 1F | 13F | 1F | 37 |
| Octal | 257 | 150 | 231 | 0 | 51 | 15 | 37 | 477 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10011001 | 0 | 101001 | 1101 | 11111 | 100111111 | 11111 | 110111 |
Color Harmonies of #AF6899
Complementary color
Monochromatic Colors of #AF6899
Black with #AF6899
Text Example
Text Example
White with #AF6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6899; }
p { color: rgb(175,104,153); }
H1.HeaderClassName
{
color: #AF6899;
}
.AnyTagClassName
{
color: #AF6899;
}
</style>
background-color css
<style>
a { background-color: #AF6899; }
a { background-color: rgb(175,104,153); }
div.DivClassName
{
background-color: #AF6899;
}
.BgClassName
{
background-color: #AF6899;
}
</style>
border-color css
<style>
span { border-color: #AF6899; }
span { border-color: rgb(175,104,153); }
td.TdClassName
{
border-color: #AF6899;
}
.TagClassName
{
border-color: #AF6899;
}
</style>