Shades of Bouquet #AF6596
Tints of Bouquet #AF6596
RGB
CMYK
RGB Variations
Color information
#AF6596 (or 0xAF6596) is known color: Bouquet. HEX triplet: AF, 65 and 96. RGB value is (175,101,150). Sum of RGB (Red+Green+Blue) = 175+101+150=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6596 is #509A69. Grayscale: #808080. Windows color (decimal): -5282410 or 9856431. OLE color: 9856431.
HSL color Cylindrical-coordinate representation of color #AF6596: hue angle of 320.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6596 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 150 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.31 |
| HSL | 320.27º | 0.32% | 0.54% | - |
| HSV(B) | 320.27º | 0.42% | 0.69% | - |
| XYZ | 27.84 | 20.62 | 31.37 | - |
| YUV | 128.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 150 | 0 | 0.42 | 0.14 | 0.31 | 320.27 | 0.32 | 0.54 |
| Hex | AF | 65 | 96 | 0 | 2A | E | 1F | 140 | 20 | 36 |
| Octal | 257 | 145 | 226 | 0 | 52 | 16 | 37 | 500 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10010110 | 0 | 101010 | 1110 | 11111 | 101000000 | 100000 | 110110 |
Color Harmonies of #AF6596
Complementary color
Monochromatic Colors of #AF6596
Black with #AF6596
Text Example
Text Example
White with #AF6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6596; }
p { color: rgb(175,101,150); }
H1.HeaderClassName
{
color: #AF6596;
}
.AnyTagClassName
{
color: #AF6596;
}
</style>
background-color css
<style>
a { background-color: #AF6596; }
a { background-color: rgb(175,101,150); }
div.DivClassName
{
background-color: #AF6596;
}
.BgClassName
{
background-color: #AF6596;
}
</style>
border-color css
<style>
span { border-color: #AF6596; }
span { border-color: rgb(175,101,150); }
td.TdClassName
{
border-color: #AF6596;
}
.TagClassName
{
border-color: #AF6596;
}
</style>