Shades of Bouquet #AF7095
Tints of Bouquet #AF7095
RGB
CMYK
RGB Variations
Color information
#AF7095 (or 0xAF7095) is known color: Bouquet. HEX triplet: AF, 70 and 95. RGB value is (175,112,149). Sum of RGB (Red+Green+Blue) = 175+112+149=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7095 is #508F6A. Grayscale: #868686. Windows color (decimal): -5279595 or 9793711. OLE color: 9793711.
HSL color Cylindrical-coordinate representation of color #AF7095: hue angle of 324.76º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7095 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 149 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.31 |
| HSL | 324.76º | 0.28% | 0.56% | - |
| HSV(B) | 324.76º | 0.36% | 0.69% | - |
| XYZ | 28.9 | 22.87 | 31.33 | - |
| YUV | 135.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 149 | 0 | 0.36 | 0.15 | 0.31 | 324.76 | 0.28 | 0.56 |
| Hex | AF | 70 | 95 | 0 | 24 | F | 1F | 145 | 1C | 38 |
| Octal | 257 | 160 | 225 | 0 | 44 | 17 | 37 | 505 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10010101 | 0 | 100100 | 1111 | 11111 | 101000101 | 11100 | 111000 |
Color Harmonies of #AF7095
Complementary color
Monochromatic Colors of #AF7095
Black with #AF7095
Text Example
Text Example
White with #AF7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7095; }
p { color: rgb(175,112,149); }
H1.HeaderClassName
{
color: #AF7095;
}
.AnyTagClassName
{
color: #AF7095;
}
</style>
background-color css
<style>
a { background-color: #AF7095; }
a { background-color: rgb(175,112,149); }
div.DivClassName
{
background-color: #AF7095;
}
.BgClassName
{
background-color: #AF7095;
}
</style>
border-color css
<style>
span { border-color: #AF7095; }
span { border-color: rgb(175,112,149); }
td.TdClassName
{
border-color: #AF7095;
}
.TagClassName
{
border-color: #AF7095;
}
</style>