Shades of Bouquet #AF749D
Tints of Bouquet #AF749D
RGB
CMYK
RGB Variations
Color information
#AF749D (or 0xAF749D) is known color: Bouquet. HEX triplet: AF, 74 and 9D. RGB value is (175,116,157). Sum of RGB (Red+Green+Blue) = 175+116+157=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF749D is #508B62. Grayscale: #8A8A8A. Windows color (decimal): -5278563 or 10319023. OLE color: 10319023.
HSL color Cylindrical-coordinate representation of color #AF749D: hue angle of 318.31º 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 #AF749D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 157 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.31 |
| HSL | 318.31º | 0.27% | 0.57% | - |
| HSV(B) | 318.31º | 0.34% | 0.69% | - |
| XYZ | 30.01 | 24.04 | 34.96 | - |
| YUV | 138.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 157 | 0 | 0.34 | 0.10 | 0.31 | 318.31 | 0.27 | 0.57 |
| Hex | AF | 74 | 9D | 0 | 22 | A | 1F | 13E | 1B | 39 |
| Octal | 257 | 164 | 235 | 0 | 42 | 12 | 37 | 476 | 33 | 71 |
| Binary | 10101111 | 1110100 | 10011101 | 0 | 100010 | 1010 | 11111 | 100111110 | 11011 | 111001 |
Color Harmonies of #AF749D
Complementary color
Monochromatic Colors of #AF749D
Black with #AF749D
Text Example
Text Example
White with #AF749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF749D; }
p { color: rgb(175,116,157); }
H1.HeaderClassName
{
color: #AF749D;
}
.AnyTagClassName
{
color: #AF749D;
}
</style>
background-color css
<style>
a { background-color: #AF749D; }
a { background-color: rgb(175,116,157); }
div.DivClassName
{
background-color: #AF749D;
}
.BgClassName
{
background-color: #AF749D;
}
</style>
border-color css
<style>
span { border-color: #AF749D; }
span { border-color: rgb(175,116,157); }
td.TdClassName
{
border-color: #AF749D;
}
.TagClassName
{
border-color: #AF749D;
}
</style>