Shades of Bouquet #AF689B
Tints of Bouquet #AF689B
RGB
CMYK
RGB Variations
Color information
#AF689B (or 0xAF689B) is known color: Bouquet. HEX triplet: AF, 68 and 9B. RGB value is (175,104,155). Sum of RGB (Red+Green+Blue) = 175+104+155=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF689B is #509764. Grayscale: #828282. Windows color (decimal): -5281637 or 10184879. OLE color: 10184879.
HSL color Cylindrical-coordinate representation of color #AF689B: hue angle of 316.9º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF689B is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 155 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.31 |
| HSL | 316.9º | 0.31% | 0.55% | - |
| HSV(B) | 316.9º | 0.41% | 0.69% | - |
| XYZ | 28.55 | 21.38 | 33.63 | - |
| YUV | 131.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 155 | 0 | 0.41 | 0.11 | 0.31 | 316.9 | 0.31 | 0.55 |
| Hex | AF | 68 | 9B | 0 | 29 | B | 1F | 13D | 1F | 37 |
| Octal | 257 | 150 | 233 | 0 | 51 | 13 | 37 | 475 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10011011 | 0 | 101001 | 1011 | 11111 | 100111101 | 11111 | 110111 |
Color Harmonies of #AF689B
Complementary color
Monochromatic Colors of #AF689B
Black with #AF689B
Text Example
Text Example
White with #AF689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF689B; }
p { color: rgb(175,104,155); }
H1.HeaderClassName
{
color: #AF689B;
}
.AnyTagClassName
{
color: #AF689B;
}
</style>
background-color css
<style>
a { background-color: #AF689B; }
a { background-color: rgb(175,104,155); }
div.DivClassName
{
background-color: #AF689B;
}
.BgClassName
{
background-color: #AF689B;
}
</style>
border-color css
<style>
span { border-color: #AF689B; }
span { border-color: rgb(175,104,155); }
td.TdClassName
{
border-color: #AF689B;
}
.TagClassName
{
border-color: #AF689B;
}
</style>