Shades of Bouquet #AF739B
Tints of Bouquet #AF739B
RGB
CMYK
RGB Variations
Color information
#AF739B (or 0xAF739B) is known color: Bouquet. HEX triplet: AF, 73 and 9B. RGB value is (175,115,155). Sum of RGB (Red+Green+Blue) = 175+115+155=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF739B is #508C64. Grayscale: #898989. Windows color (decimal): -5278821 or 10187695. OLE color: 10187695.
HSL color Cylindrical-coordinate representation of color #AF739B: hue angle of 320º 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 #AF739B is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 155 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.31 |
| HSL | 320º | 0.27% | 0.57% | - |
| HSV(B) | 320º | 0.34% | 0.69% | - |
| XYZ | 29.73 | 23.74 | 34.03 | - |
| YUV | 137.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 155 | 0 | 0.34 | 0.11 | 0.31 | 320 | 0.27 | 0.57 |
| Hex | AF | 73 | 9B | 0 | 22 | B | 1F | 140 | 1B | 39 |
| Octal | 257 | 163 | 233 | 0 | 42 | 13 | 37 | 500 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10011011 | 0 | 100010 | 1011 | 11111 | 101000000 | 11011 | 111001 |
Color Harmonies of #AF739B
Complementary color
Monochromatic Colors of #AF739B
Black with #AF739B
Text Example
Text Example
White with #AF739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF739B; }
p { color: rgb(175,115,155); }
H1.HeaderClassName
{
color: #AF739B;
}
.AnyTagClassName
{
color: #AF739B;
}
</style>
background-color css
<style>
a { background-color: #AF739B; }
a { background-color: rgb(175,115,155); }
div.DivClassName
{
background-color: #AF739B;
}
.BgClassName
{
background-color: #AF739B;
}
</style>
border-color css
<style>
span { border-color: #AF739B; }
span { border-color: rgb(175,115,155); }
td.TdClassName
{
border-color: #AF739B;
}
.TagClassName
{
border-color: #AF739B;
}
</style>