Shades of Bouquet #AF7399
Tints of Bouquet #AF7399
RGB
CMYK
RGB Variations
Color information
#AF7399 (or 0xAF7399) is known color: Bouquet. HEX triplet: AF, 73 and 99. RGB value is (175,115,153). Sum of RGB (Red+Green+Blue) = 175+115+153=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7399 is #508C66. Grayscale: #898989. Windows color (decimal): -5278823 or 10056623. OLE color: 10056623.
HSL color Cylindrical-coordinate representation of color #AF7399: hue angle of 322º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7399 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 153 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.31 |
| HSL | 322º | 0.27% | 0.57% | - |
| HSV(B) | 322º | 0.34% | 0.69% | - |
| XYZ | 29.56 | 23.68 | 33.15 | - |
| YUV | 137.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 153 | 0 | 0.34 | 0.13 | 0.31 | 322 | 0.27 | 0.57 |
| Hex | AF | 73 | 99 | 0 | 22 | D | 1F | 142 | 1B | 39 |
| Octal | 257 | 163 | 231 | 0 | 42 | 15 | 37 | 502 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10011001 | 0 | 100010 | 1101 | 11111 | 101000010 | 11011 | 111001 |
Color Harmonies of #AF7399
Complementary color
Monochromatic Colors of #AF7399
Black with #AF7399
Text Example
Text Example
White with #AF7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7399; }
p { color: rgb(175,115,153); }
H1.HeaderClassName
{
color: #AF7399;
}
.AnyTagClassName
{
color: #AF7399;
}
</style>
background-color css
<style>
a { background-color: #AF7399; }
a { background-color: rgb(175,115,153); }
div.DivClassName
{
background-color: #AF7399;
}
.BgClassName
{
background-color: #AF7399;
}
</style>
border-color css
<style>
span { border-color: #AF7399; }
span { border-color: rgb(175,115,153); }
td.TdClassName
{
border-color: #AF7399;
}
.TagClassName
{
border-color: #AF7399;
}
</style>