Shades of Bouquet #AF759F
Tints of Bouquet #AF759F
RGB
CMYK
RGB Variations
Color information
#AF759F (or 0xAF759F) is known color: Bouquet. HEX triplet: AF, 75 and 9F. RGB value is (175,117,159). Sum of RGB (Red+Green+Blue) = 175+117+159=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF759F is #508A60. Grayscale: #8B8B8B. Windows color (decimal): -5278305 or 10450351. OLE color: 10450351.
HSL color Cylindrical-coordinate representation of color #AF759F: hue angle of 316.55º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF759F is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 159 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.31 |
| HSL | 316.55º | 0.27% | 0.57% | - |
| HSV(B) | 316.55º | 0.33% | 0.69% | - |
| XYZ | 30.3 | 24.34 | 35.9 | - |
| YUV | 139.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 159 | 0 | 0.33 | 0.09 | 0.31 | 316.55 | 0.27 | 0.57 |
| Hex | AF | 75 | 9F | 0 | 21 | 9 | 1F | 13D | 1B | 39 |
| Octal | 257 | 165 | 237 | 0 | 41 | 11 | 37 | 475 | 33 | 71 |
| Binary | 10101111 | 1110101 | 10011111 | 0 | 100001 | 1001 | 11111 | 100111101 | 11011 | 111001 |
Color Harmonies of #AF759F
Complementary color
Monochromatic Colors of #AF759F
Black with #AF759F
Text Example
Text Example
White with #AF759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF759F; }
p { color: rgb(175,117,159); }
H1.HeaderClassName
{
color: #AF759F;
}
.AnyTagClassName
{
color: #AF759F;
}
</style>
background-color css
<style>
a { background-color: #AF759F; }
a { background-color: rgb(175,117,159); }
div.DivClassName
{
background-color: #AF759F;
}
.BgClassName
{
background-color: #AF759F;
}
</style>
border-color css
<style>
span { border-color: #AF759F; }
span { border-color: rgb(175,117,159); }
td.TdClassName
{
border-color: #AF759F;
}
.TagClassName
{
border-color: #AF759F;
}
</style>