Shades of Bouquet #AF6F99
Tints of Bouquet #AF6F99
RGB
CMYK
RGB Variations
Color information
#AF6F99 (or 0xAF6F99) is known color: Bouquet. HEX triplet: AF, 6F and 99. RGB value is (175,111,153). Sum of RGB (Red+Green+Blue) = 175+111+153=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F99 is #509066. Grayscale: #868686. Windows color (decimal): -5279847 or 10055599. OLE color: 10055599.
HSL color Cylindrical-coordinate representation of color #AF6F99: hue angle of 320.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6F99 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 153 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.31 |
| HSL | 320.63º | 0.29% | 0.56% | - |
| HSV(B) | 320.63º | 0.37% | 0.69% | - |
| XYZ | 29.11 | 22.78 | 33 | - |
| YUV | 134.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 153 | 0 | 0.37 | 0.13 | 0.31 | 320.63 | 0.29 | 0.56 |
| Hex | AF | 6F | 99 | 0 | 25 | D | 1F | 141 | 1D | 38 |
| Octal | 257 | 157 | 231 | 0 | 45 | 15 | 37 | 501 | 35 | 70 |
| Binary | 10101111 | 1101111 | 10011001 | 0 | 100101 | 1101 | 11111 | 101000001 | 11101 | 111000 |
Color Harmonies of #AF6F99
Complementary color
Monochromatic Colors of #AF6F99
Black with #AF6F99
Text Example
Text Example
White with #AF6F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F99; }
p { color: rgb(175,111,153); }
H1.HeaderClassName
{
color: #AF6F99;
}
.AnyTagClassName
{
color: #AF6F99;
}
</style>
background-color css
<style>
a { background-color: #AF6F99; }
a { background-color: rgb(175,111,153); }
div.DivClassName
{
background-color: #AF6F99;
}
.BgClassName
{
background-color: #AF6F99;
}
</style>
border-color css
<style>
span { border-color: #AF6F99; }
span { border-color: rgb(175,111,153); }
td.TdClassName
{
border-color: #AF6F99;
}
.TagClassName
{
border-color: #AF6F99;
}
</style>