Shades of Bouquet #AF6C91
Tints of Bouquet #AF6C91
RGB
CMYK
RGB Variations
Color information
#AF6C91 (or 0xAF6C91) is known color: Bouquet. HEX triplet: AF, 6C and 91. RGB value is (175,108,145). Sum of RGB (Red+Green+Blue) = 175+108+145=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C91 is #50936E. Grayscale: #848484. Windows color (decimal): -5280623 or 9530543. OLE color: 9530543.
HSL color Cylindrical-coordinate representation of color #AF6C91: hue angle of 326.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C91 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 145 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.31 |
| HSL | 326.87º | 0.3% | 0.55% | - |
| HSV(B) | 326.87º | 0.38% | 0.69% | - |
| XYZ | 28.15 | 21.88 | 29.53 | - |
| YUV | 132.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 145 | 0 | 0.38 | 0.17 | 0.31 | 326.87 | 0.3 | 0.55 |
| Hex | AF | 6C | 91 | 0 | 26 | 11 | 1F | 147 | 1E | 37 |
| Octal | 257 | 154 | 221 | 0 | 46 | 21 | 37 | 507 | 36 | 67 |
| Binary | 10101111 | 1101100 | 10010001 | 0 | 100110 | 10001 | 11111 | 101000111 | 11110 | 110111 |
Color Harmonies of #AF6C91
Complementary color
Monochromatic Colors of #AF6C91
Black with #AF6C91
Text Example
Text Example
White with #AF6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C91; }
p { color: rgb(175,108,145); }
H1.HeaderClassName
{
color: #AF6C91;
}
.AnyTagClassName
{
color: #AF6C91;
}
</style>
background-color css
<style>
a { background-color: #AF6C91; }
a { background-color: rgb(175,108,145); }
div.DivClassName
{
background-color: #AF6C91;
}
.BgClassName
{
background-color: #AF6C91;
}
</style>
border-color css
<style>
span { border-color: #AF6C91; }
span { border-color: rgb(175,108,145); }
td.TdClassName
{
border-color: #AF6C91;
}
.TagClassName
{
border-color: #AF6C91;
}
</style>