Shades of Bouquet #AF789F
Tints of Bouquet #AF789F
RGB
CMYK
RGB Variations
Color information
#AF789F (or 0xAF789F) is known color: Bouquet. HEX triplet: AF, 78 and 9F. RGB value is (175,120,159). Sum of RGB (Red+Green+Blue) = 175+120+159=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF789F is #508760. Grayscale: #8C8C8C. Windows color (decimal): -5277537 or 10451119. OLE color: 10451119.
HSL color Cylindrical-coordinate representation of color #AF789F: hue angle of 317.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF789F is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 159 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.31 |
| HSL | 317.45º | 0.26% | 0.58% | - |
| HSV(B) | 317.45º | 0.31% | 0.69% | - |
| XYZ | 30.65 | 25.05 | 36.02 | - |
| YUV | 140.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 159 | 0 | 0.31 | 0.09 | 0.31 | 317.45 | 0.26 | 0.58 |
| Hex | AF | 78 | 9F | 0 | 1F | 9 | 1F | 13D | 1A | 3A |
| Octal | 257 | 170 | 237 | 0 | 37 | 11 | 37 | 475 | 32 | 72 |
| Binary | 10101111 | 1111000 | 10011111 | 0 | 11111 | 1001 | 11111 | 100111101 | 11010 | 111010 |
Color Harmonies of #AF789F
Complementary color
Monochromatic Colors of #AF789F
Black with #AF789F
Text Example
Text Example
White with #AF789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF789F; }
p { color: rgb(175,120,159); }
H1.HeaderClassName
{
color: #AF789F;
}
.AnyTagClassName
{
color: #AF789F;
}
</style>
background-color css
<style>
a { background-color: #AF789F; }
a { background-color: rgb(175,120,159); }
div.DivClassName
{
background-color: #AF789F;
}
.BgClassName
{
background-color: #AF789F;
}
</style>
border-color css
<style>
span { border-color: #AF789F; }
span { border-color: rgb(175,120,159); }
td.TdClassName
{
border-color: #AF789F;
}
.TagClassName
{
border-color: #AF789F;
}
</style>