Shades of Bouquet #AF809F
Tints of Bouquet #AF809F
RGB
CMYK
RGB Variations
Color information
#AF809F (or 0xAF809F) is known color: Bouquet. HEX triplet: AF, 80 and 9F. RGB value is (175,128,159). Sum of RGB (Red+Green+Blue) = 175+128+159=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF809F is #507F60. Grayscale: #919191. Windows color (decimal): -5275489 or 10453167. OLE color: 10453167.
HSL color Cylindrical-coordinate representation of color #AF809F: hue angle of 320.43º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF809F is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 159 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.31 |
| HSL | 320.43º | 0.23% | 0.59% | - |
| HSV(B) | 320.43º | 0.27% | 0.69% | - |
| XYZ | 31.66 | 27.06 | 36.35 | - |
| YUV | 145.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 159 | 0 | 0.27 | 0.09 | 0.31 | 320.43 | 0.23 | 0.59 |
| Hex | AF | 80 | 9F | 0 | 1B | 9 | 1F | 140 | 17 | 3B |
| Octal | 257 | 200 | 237 | 0 | 33 | 11 | 37 | 500 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10011111 | 0 | 11011 | 1001 | 11111 | 101000000 | 10111 | 111011 |
Color Harmonies of #AF809F
Complementary color
Monochromatic Colors of #AF809F
Black with #AF809F
Text Example
Text Example
White with #AF809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF809F; }
p { color: rgb(175,128,159); }
H1.HeaderClassName
{
color: #AF809F;
}
.AnyTagClassName
{
color: #AF809F;
}
</style>
background-color css
<style>
a { background-color: #AF809F; }
a { background-color: rgb(175,128,159); }
div.DivClassName
{
background-color: #AF809F;
}
.BgClassName
{
background-color: #AF809F;
}
</style>
border-color css
<style>
span { border-color: #AF809F; }
span { border-color: rgb(175,128,159); }
td.TdClassName
{
border-color: #AF809F;
}
.TagClassName
{
border-color: #AF809F;
}
</style>