Shades of Bouquet #AF7F93
Tints of Bouquet #AF7F93
RGB
CMYK
RGB Variations
Color information
#AF7F93 (or 0xAF7F93) is known color: Bouquet. HEX triplet: AF, 7F and 93. RGB value is (175,127,147). Sum of RGB (Red+Green+Blue) = 175+127+147=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F93 is #50806C. Grayscale: #8F8F8F. Windows color (decimal): -5275757 or 9666479. OLE color: 9666479.
HSL color Cylindrical-coordinate representation of color #AF7F93: hue angle of 335º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F93 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 147 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.31 |
| HSL | 335º | 0.23% | 0.59% | - |
| HSV(B) | 335º | 0.27% | 0.69% | - |
| XYZ | 30.54 | 26.4 | 31.09 | - |
| YUV | 143.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 147 | 0 | 0.27 | 0.16 | 0.31 | 335 | 0.23 | 0.59 |
| Hex | AF | 7F | 93 | 0 | 1B | 10 | 1F | 14F | 17 | 3B |
| Octal | 257 | 177 | 223 | 0 | 33 | 20 | 37 | 517 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10010011 | 0 | 11011 | 10000 | 11111 | 101001111 | 10111 | 111011 |
Color Harmonies of #AF7F93
Complementary color
Monochromatic Colors of #AF7F93
Black with #AF7F93
Text Example
Text Example
White with #AF7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F93; }
p { color: rgb(175,127,147); }
H1.HeaderClassName
{
color: #AF7F93;
}
.AnyTagClassName
{
color: #AF7F93;
}
</style>
background-color css
<style>
a { background-color: #AF7F93; }
a { background-color: rgb(175,127,147); }
div.DivClassName
{
background-color: #AF7F93;
}
.BgClassName
{
background-color: #AF7F93;
}
</style>
border-color css
<style>
span { border-color: #AF7F93; }
span { border-color: rgb(175,127,147); }
td.TdClassName
{
border-color: #AF7F93;
}
.TagClassName
{
border-color: #AF7F93;
}
</style>