Shades of Bouquet #AF6F91
Tints of Bouquet #AF6F91
RGB
CMYK
RGB Variations
Color information
#AF6F91 (or 0xAF6F91) is known color: Bouquet. HEX triplet: AF, 6F and 91. RGB value is (175,111,145). Sum of RGB (Red+Green+Blue) = 175+111+145=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F91 is #50906E. Grayscale: #858585. Windows color (decimal): -5279855 or 9531311. OLE color: 9531311.
HSL color Cylindrical-coordinate representation of color #AF6F91: hue angle of 328.12º 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 #AF6F91 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 145 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.31 |
| HSL | 328.13º | 0.29% | 0.56% | - |
| HSV(B) | 328.13º | 0.37% | 0.69% | - |
| XYZ | 28.47 | 22.53 | 29.64 | - |
| YUV | 134.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 145 | 0 | 0.37 | 0.17 | 0.31 | 328.13 | 0.29 | 0.56 |
| Hex | AF | 6F | 91 | 0 | 25 | 11 | 1F | 148 | 1D | 38 |
| Octal | 257 | 157 | 221 | 0 | 45 | 21 | 37 | 510 | 35 | 70 |
| Binary | 10101111 | 1101111 | 10010001 | 0 | 100101 | 10001 | 11111 | 101001000 | 11101 | 111000 |
Color Harmonies of #AF6F91
Complementary color
Monochromatic Colors of #AF6F91
Black with #AF6F91
Text Example
Text Example
White with #AF6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F91; }
p { color: rgb(175,111,145); }
H1.HeaderClassName
{
color: #AF6F91;
}
.AnyTagClassName
{
color: #AF6F91;
}
</style>
background-color css
<style>
a { background-color: #AF6F91; }
a { background-color: rgb(175,111,145); }
div.DivClassName
{
background-color: #AF6F91;
}
.BgClassName
{
background-color: #AF6F91;
}
</style>
border-color css
<style>
span { border-color: #AF6F91; }
span { border-color: rgb(175,111,145); }
td.TdClassName
{
border-color: #AF6F91;
}
.TagClassName
{
border-color: #AF6F91;
}
</style>