Shades of Bouquet #AF6A91
Tints of Bouquet #AF6A91
RGB
CMYK
RGB Variations
Color information
#AF6A91 (or 0xAF6A91) is known color: Bouquet. HEX triplet: AF, 6A and 91. RGB value is (175,106,145). Sum of RGB (Red+Green+Blue) = 175+106+145=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A91 is #50956E. Grayscale: #828282. Windows color (decimal): -5281135 or 9530031. OLE color: 9530031.
HSL color Cylindrical-coordinate representation of color #AF6A91: hue angle of 326.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6A91 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 145 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.31 |
| HSL | 326.09º | 0.3% | 0.55% | - |
| HSV(B) | 326.09º | 0.39% | 0.69% | - |
| XYZ | 27.94 | 21.47 | 29.46 | - |
| YUV | 131.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 145 | 0 | 0.39 | 0.17 | 0.31 | 326.09 | 0.3 | 0.55 |
| Hex | AF | 6A | 91 | 0 | 27 | 11 | 1F | 146 | 1E | 37 |
| Octal | 257 | 152 | 221 | 0 | 47 | 21 | 37 | 506 | 36 | 67 |
| Binary | 10101111 | 1101010 | 10010001 | 0 | 100111 | 10001 | 11111 | 101000110 | 11110 | 110111 |
Color Harmonies of #AF6A91
Complementary color
Monochromatic Colors of #AF6A91
Black with #AF6A91
Text Example
Text Example
White with #AF6A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A91; }
p { color: rgb(175,106,145); }
H1.HeaderClassName
{
color: #AF6A91;
}
.AnyTagClassName
{
color: #AF6A91;
}
</style>
background-color css
<style>
a { background-color: #AF6A91; }
a { background-color: rgb(175,106,145); }
div.DivClassName
{
background-color: #AF6A91;
}
.BgClassName
{
background-color: #AF6A91;
}
</style>
border-color css
<style>
span { border-color: #AF6A91; }
span { border-color: rgb(175,106,145); }
td.TdClassName
{
border-color: #AF6A91;
}
.TagClassName
{
border-color: #AF6A91;
}
</style>