Shades of Bouquet #AF779D
Tints of Bouquet #AF779D
RGB
CMYK
RGB Variations
Color information
#AF779D (or 0xAF779D) is known color: Bouquet. HEX triplet: AF, 77 and 9D. RGB value is (175,119,157). Sum of RGB (Red+Green+Blue) = 175+119+157=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF779D is #508862. Grayscale: #8B8B8B. Windows color (decimal): -5277795 or 10319791. OLE color: 10319791.
HSL color Cylindrical-coordinate representation of color #AF779D: hue angle of 319.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF779D is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 157 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.31 |
| HSL | 319.29º | 0.26% | 0.58% | - |
| HSV(B) | 319.29º | 0.32% | 0.69% | - |
| XYZ | 30.36 | 24.74 | 35.07 | - |
| YUV | 140.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 157 | 0 | 0.32 | 0.10 | 0.31 | 319.29 | 0.26 | 0.58 |
| Hex | AF | 77 | 9D | 0 | 20 | A | 1F | 13F | 1A | 3A |
| Octal | 257 | 167 | 235 | 0 | 40 | 12 | 37 | 477 | 32 | 72 |
| Binary | 10101111 | 1110111 | 10011101 | 0 | 100000 | 1010 | 11111 | 100111111 | 11010 | 111010 |
Color Harmonies of #AF779D
Complementary color
Monochromatic Colors of #AF779D
Black with #AF779D
Text Example
Text Example
White with #AF779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF779D; }
p { color: rgb(175,119,157); }
H1.HeaderClassName
{
color: #AF779D;
}
.AnyTagClassName
{
color: #AF779D;
}
</style>
background-color css
<style>
a { background-color: #AF779D; }
a { background-color: rgb(175,119,157); }
div.DivClassName
{
background-color: #AF779D;
}
.BgClassName
{
background-color: #AF779D;
}
</style>
border-color css
<style>
span { border-color: #AF779D; }
span { border-color: rgb(175,119,157); }
td.TdClassName
{
border-color: #AF779D;
}
.TagClassName
{
border-color: #AF779D;
}
</style>