Shades of Bouquet #AF7391
Tints of Bouquet #AF7391
RGB
CMYK
RGB Variations
Color information
#AF7391 (or 0xAF7391) is known color: Bouquet. HEX triplet: AF, 73 and 91. RGB value is (175,115,145). Sum of RGB (Red+Green+Blue) = 175+115+145=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7391 is #508C6E. Grayscale: #888888. Windows color (decimal): -5278831 or 9532335. OLE color: 9532335.
HSL color Cylindrical-coordinate representation of color #AF7391: hue angle of 330º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7391 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 145 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.31 |
| HSL | 330º | 0.27% | 0.57% | - |
| HSV(B) | 330º | 0.34% | 0.69% | - |
| XYZ | 28.92 | 23.42 | 29.78 | - |
| YUV | 136.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 145 | 0 | 0.34 | 0.17 | 0.31 | 330 | 0.27 | 0.57 |
| Hex | AF | 73 | 91 | 0 | 22 | 11 | 1F | 14A | 1B | 39 |
| Octal | 257 | 163 | 221 | 0 | 42 | 21 | 37 | 512 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10010001 | 0 | 100010 | 10001 | 11111 | 101001010 | 11011 | 111001 |
Color Harmonies of #AF7391
Complementary color
Monochromatic Colors of #AF7391
Black with #AF7391
Text Example
Text Example
White with #AF7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7391; }
p { color: rgb(175,115,145); }
H1.HeaderClassName
{
color: #AF7391;
}
.AnyTagClassName
{
color: #AF7391;
}
</style>
background-color css
<style>
a { background-color: #AF7391; }
a { background-color: rgb(175,115,145); }
div.DivClassName
{
background-color: #AF7391;
}
.BgClassName
{
background-color: #AF7391;
}
</style>
border-color css
<style>
span { border-color: #AF7391; }
span { border-color: rgb(175,115,145); }
td.TdClassName
{
border-color: #AF7391;
}
.TagClassName
{
border-color: #AF7391;
}
</style>