Shades of Bouquet #AF709B
Tints of Bouquet #AF709B
RGB
CMYK
RGB Variations
Color information
#AF709B (or 0xAF709B) is known color: Bouquet. HEX triplet: AF, 70 and 9B. RGB value is (175,112,155). Sum of RGB (Red+Green+Blue) = 175+112+155=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF709B is #508F64. Grayscale: #878787. Windows color (decimal): -5279589 or 10186927. OLE color: 10186927.
HSL color Cylindrical-coordinate representation of color #AF709B: hue angle of 319.05º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF709B is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 155 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.31 |
| HSL | 319.05º | 0.28% | 0.56% | - |
| HSV(B) | 319.05º | 0.36% | 0.69% | - |
| XYZ | 29.39 | 23.07 | 33.91 | - |
| YUV | 135.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 155 | 0 | 0.36 | 0.11 | 0.31 | 319.05 | 0.28 | 0.56 |
| Hex | AF | 70 | 9B | 0 | 24 | B | 1F | 13F | 1C | 38 |
| Octal | 257 | 160 | 233 | 0 | 44 | 13 | 37 | 477 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10011011 | 0 | 100100 | 1011 | 11111 | 100111111 | 11100 | 111000 |
Color Harmonies of #AF709B
Complementary color
Monochromatic Colors of #AF709B
Black with #AF709B
Text Example
Text Example
White with #AF709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF709B; }
p { color: rgb(175,112,155); }
H1.HeaderClassName
{
color: #AF709B;
}
.AnyTagClassName
{
color: #AF709B;
}
</style>
background-color css
<style>
a { background-color: #AF709B; }
a { background-color: rgb(175,112,155); }
div.DivClassName
{
background-color: #AF709B;
}
.BgClassName
{
background-color: #AF709B;
}
</style>
border-color css
<style>
span { border-color: #AF709B; }
span { border-color: rgb(175,112,155); }
td.TdClassName
{
border-color: #AF709B;
}
.TagClassName
{
border-color: #AF709B;
}
</style>