Shades of Bouquet #AF799B
Tints of Bouquet #AF799B
RGB
CMYK
RGB Variations
Color information
#AF799B (or 0xAF799B) is known color: Bouquet. HEX triplet: AF, 79 and 9B. RGB value is (175,121,155). Sum of RGB (Red+Green+Blue) = 175+121+155=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF799B is #508664. Grayscale: #8C8C8C. Windows color (decimal): -5277285 or 10189231. OLE color: 10189231.
HSL color Cylindrical-coordinate representation of color #AF799B: hue angle of 322.22º degrees, saturation: 0.25, 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 #AF799B is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 155 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.31 |
| HSL | 322.22º | 0.25% | 0.58% | - |
| HSV(B) | 322.22º | 0.31% | 0.69% | - |
| XYZ | 30.43 | 25.16 | 34.26 | - |
| YUV | 141.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 155 | 0 | 0.31 | 0.11 | 0.31 | 322.22 | 0.25 | 0.58 |
| Hex | AF | 79 | 9B | 0 | 1F | B | 1F | 142 | 19 | 3A |
| Octal | 257 | 171 | 233 | 0 | 37 | 13 | 37 | 502 | 31 | 72 |
| Binary | 10101111 | 1111001 | 10011011 | 0 | 11111 | 1011 | 11111 | 101000010 | 11001 | 111010 |
Color Harmonies of #AF799B
Complementary color
Monochromatic Colors of #AF799B
Black with #AF799B
Text Example
Text Example
White with #AF799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF799B; }
p { color: rgb(175,121,155); }
H1.HeaderClassName
{
color: #AF799B;
}
.AnyTagClassName
{
color: #AF799B;
}
</style>
background-color css
<style>
a { background-color: #AF799B; }
a { background-color: rgb(175,121,155); }
div.DivClassName
{
background-color: #AF799B;
}
.BgClassName
{
background-color: #AF799B;
}
</style>
border-color css
<style>
span { border-color: #AF799B; }
span { border-color: rgb(175,121,155); }
td.TdClassName
{
border-color: #AF799B;
}
.TagClassName
{
border-color: #AF799B;
}
</style>