Shades of Bouquet #AF6D9F
Tints of Bouquet #AF6D9F
RGB
CMYK
RGB Variations
Color information
#AF6D9F (or 0xAF6D9F) is known color: Bouquet. HEX triplet: AF, 6D and 9F. RGB value is (175,109,159). Sum of RGB (Red+Green+Blue) = 175+109+159=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D9F is #509260. Grayscale: #868686. Windows color (decimal): -5280353 or 10448303. OLE color: 10448303.
HSL color Cylindrical-coordinate representation of color #AF6D9F: hue angle of 314.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D9F is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 159 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.31 |
| HSL | 314.55º | 0.29% | 0.56% | - |
| HSV(B) | 314.55º | 0.38% | 0.69% | - |
| XYZ | 29.41 | 22.55 | 35.6 | - |
| YUV | 134.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 159 | 0 | 0.38 | 0.09 | 0.31 | 314.55 | 0.29 | 0.56 |
| Hex | AF | 6D | 9F | 0 | 26 | 9 | 1F | 13B | 1D | 38 |
| Octal | 257 | 155 | 237 | 0 | 46 | 11 | 37 | 473 | 35 | 70 |
| Binary | 10101111 | 1101101 | 10011111 | 0 | 100110 | 1001 | 11111 | 100111011 | 11101 | 111000 |
Color Harmonies of #AF6D9F
Complementary color
Monochromatic Colors of #AF6D9F
Black with #AF6D9F
Text Example
Text Example
White with #AF6D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D9F; }
p { color: rgb(175,109,159); }
H1.HeaderClassName
{
color: #AF6D9F;
}
.AnyTagClassName
{
color: #AF6D9F;
}
</style>
background-color css
<style>
a { background-color: #AF6D9F; }
a { background-color: rgb(175,109,159); }
div.DivClassName
{
background-color: #AF6D9F;
}
.BgClassName
{
background-color: #AF6D9F;
}
</style>
border-color css
<style>
span { border-color: #AF6D9F; }
span { border-color: rgb(175,109,159); }
td.TdClassName
{
border-color: #AF6D9F;
}
.TagClassName
{
border-color: #AF6D9F;
}
</style>