Shades of Bouquet #AF6E92
Tints of Bouquet #AF6E92
RGB
CMYK
RGB Variations
Color information
#AF6E92 (or 0xAF6E92) is known color: Bouquet. HEX triplet: AF, 6E and 92. RGB value is (175,110,146). Sum of RGB (Red+Green+Blue) = 175+110+146=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E92 is #50916D. Grayscale: #858585. Windows color (decimal): -5280110 or 9596591. OLE color: 9596591.
HSL color Cylindrical-coordinate representation of color #AF6E92: hue angle of 326.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6E92 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 146 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.31 |
| HSL | 326.77º | 0.29% | 0.56% | - |
| HSV(B) | 326.77º | 0.37% | 0.69% | - |
| XYZ | 28.44 | 22.34 | 30.01 | - |
| YUV | 133.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 146 | 0 | 0.37 | 0.17 | 0.31 | 326.77 | 0.29 | 0.56 |
| Hex | AF | 6E | 92 | 0 | 25 | 11 | 1F | 147 | 1D | 38 |
| Octal | 257 | 156 | 222 | 0 | 45 | 21 | 37 | 507 | 35 | 70 |
| Binary | 10101111 | 1101110 | 10010010 | 0 | 100101 | 10001 | 11111 | 101000111 | 11101 | 111000 |
Color Harmonies of #AF6E92
Complementary color
Monochromatic Colors of #AF6E92
Black with #AF6E92
Text Example
Text Example
White with #AF6E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E92; }
p { color: rgb(175,110,146); }
H1.HeaderClassName
{
color: #AF6E92;
}
.AnyTagClassName
{
color: #AF6E92;
}
</style>
background-color css
<style>
a { background-color: #AF6E92; }
a { background-color: rgb(175,110,146); }
div.DivClassName
{
background-color: #AF6E92;
}
.BgClassName
{
background-color: #AF6E92;
}
</style>
border-color css
<style>
span { border-color: #AF6E92; }
span { border-color: rgb(175,110,146); }
td.TdClassName
{
border-color: #AF6E92;
}
.TagClassName
{
border-color: #AF6E92;
}
</style>