Shades of Bouquet #AF6294
Tints of Bouquet #AF6294
RGB
CMYK
RGB Variations
Color information
#AF6294 (or 0xAF6294) is known color: Bouquet. HEX triplet: AF, 62 and 94. RGB value is (175,98,148). Sum of RGB (Red+Green+Blue) = 175+98+148=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6294 is #509D6B. Grayscale: #7E7E7E. Windows color (decimal): -5283180 or 9724591. OLE color: 9724591.
HSL color Cylindrical-coordinate representation of color #AF6294: hue angle of 321.04º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6294 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 148 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.31 |
| HSL | 321.04º | 0.32% | 0.54% | - |
| HSV(B) | 321.04º | 0.44% | 0.69% | - |
| XYZ | 27.39 | 19.99 | 30.43 | - |
| YUV | 126.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 148 | 0 | 0.44 | 0.15 | 0.31 | 321.04 | 0.32 | 0.54 |
| Hex | AF | 62 | 94 | 0 | 2C | F | 1F | 141 | 20 | 36 |
| Octal | 257 | 142 | 224 | 0 | 54 | 17 | 37 | 501 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10010100 | 0 | 101100 | 1111 | 11111 | 101000001 | 100000 | 110110 |
Color Harmonies of #AF6294
Complementary color
Monochromatic Colors of #AF6294
Black with #AF6294
Text Example
Text Example
White with #AF6294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6294; }
p { color: rgb(175,98,148); }
H1.HeaderClassName
{
color: #AF6294;
}
.AnyTagClassName
{
color: #AF6294;
}
</style>
background-color css
<style>
a { background-color: #AF6294; }
a { background-color: rgb(175,98,148); }
div.DivClassName
{
background-color: #AF6294;
}
.BgClassName
{
background-color: #AF6294;
}
</style>
border-color css
<style>
span { border-color: #AF6294; }
span { border-color: rgb(175,98,148); }
td.TdClassName
{
border-color: #AF6294;
}
.TagClassName
{
border-color: #AF6294;
}
</style>