Shades of Bouquet #AF6591
Tints of Bouquet #AF6591
RGB
CMYK
RGB Variations
Color information
#AF6591 (or 0xAF6591) is known color: Bouquet. HEX triplet: AF, 65 and 91. RGB value is (175,101,145). Sum of RGB (Red+Green+Blue) = 175+101+145=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6591 is #509A6E. Grayscale: #808080. Windows color (decimal): -5282415 or 9528751. OLE color: 9528751.
HSL color Cylindrical-coordinate representation of color #AF6591: hue angle of 324.32º 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 #AF6591 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 145 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.31 |
| HSL | 324.32º | 0.32% | 0.54% | - |
| HSV(B) | 324.32º | 0.42% | 0.69% | - |
| XYZ | 27.44 | 20.47 | 29.29 | - |
| YUV | 128.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 145 | 0 | 0.42 | 0.17 | 0.31 | 324.32 | 0.32 | 0.54 |
| Hex | AF | 65 | 91 | 0 | 2A | 11 | 1F | 144 | 20 | 36 |
| Octal | 257 | 145 | 221 | 0 | 52 | 21 | 37 | 504 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10010001 | 0 | 101010 | 10001 | 11111 | 101000100 | 100000 | 110110 |
Color Harmonies of #AF6591
Complementary color
Monochromatic Colors of #AF6591
Black with #AF6591
Text Example
Text Example
White with #AF6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6591; }
p { color: rgb(175,101,145); }
H1.HeaderClassName
{
color: #AF6591;
}
.AnyTagClassName
{
color: #AF6591;
}
</style>
background-color css
<style>
a { background-color: #AF6591; }
a { background-color: rgb(175,101,145); }
div.DivClassName
{
background-color: #AF6591;
}
.BgClassName
{
background-color: #AF6591;
}
</style>
border-color css
<style>
span { border-color: #AF6591; }
span { border-color: rgb(175,101,145); }
td.TdClassName
{
border-color: #AF6591;
}
.TagClassName
{
border-color: #AF6591;
}
</style>