Shades of Bouquet #AF749C
Tints of Bouquet #AF749C
RGB
CMYK
RGB Variations
Color information
#AF749C (or 0xAF749C) is known color: Bouquet. HEX triplet: AF, 74 and 9C. RGB value is (175,116,156). Sum of RGB (Red+Green+Blue) = 175+116+156=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF749C is #508B63. Grayscale: #8A8A8A. Windows color (decimal): -5278564 or 10253487. OLE color: 10253487.
HSL color Cylindrical-coordinate representation of color #AF749C: hue angle of 319.32º 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 #AF749C is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 156 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.31 |
| HSL | 319.32º | 0.27% | 0.57% | - |
| HSV(B) | 319.32º | 0.34% | 0.69% | - |
| XYZ | 29.93 | 24.01 | 34.51 | - |
| YUV | 138.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 156 | 0 | 0.34 | 0.11 | 0.31 | 319.32 | 0.27 | 0.57 |
| Hex | AF | 74 | 9C | 0 | 22 | B | 1F | 13F | 1B | 39 |
| Octal | 257 | 164 | 234 | 0 | 42 | 13 | 37 | 477 | 33 | 71 |
| Binary | 10101111 | 1110100 | 10011100 | 0 | 100010 | 1011 | 11111 | 100111111 | 11011 | 111001 |
Color Harmonies of #AF749C
Complementary color
Monochromatic Colors of #AF749C
Black with #AF749C
Text Example
Text Example
White with #AF749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF749C; }
p { color: rgb(175,116,156); }
H1.HeaderClassName
{
color: #AF749C;
}
.AnyTagClassName
{
color: #AF749C;
}
</style>
background-color css
<style>
a { background-color: #AF749C; }
a { background-color: rgb(175,116,156); }
div.DivClassName
{
background-color: #AF749C;
}
.BgClassName
{
background-color: #AF749C;
}
</style>
border-color css
<style>
span { border-color: #AF749C; }
span { border-color: rgb(175,116,156); }
td.TdClassName
{
border-color: #AF749C;
}
.TagClassName
{
border-color: #AF749C;
}
</style>