Shades of Bouquet #AF809E
Tints of Bouquet #AF809E
RGB
CMYK
RGB Variations
Color information
#AF809E (or 0xAF809E) is known color: Bouquet. HEX triplet: AF, 80 and 9E. RGB value is (175,128,158). Sum of RGB (Red+Green+Blue) = 175+128+158=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF809E is #507F61. Grayscale: #919191. Windows color (decimal): -5275490 or 10387631. OLE color: 10387631.
HSL color Cylindrical-coordinate representation of color #AF809E: hue angle of 321.7º 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 #AF809E is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 158 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.31 |
| HSL | 321.7º | 0.23% | 0.59% | - |
| HSV(B) | 321.7º | 0.27% | 0.69% | - |
| XYZ | 31.57 | 27.02 | 35.9 | - |
| YUV | 145.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 158 | 0 | 0.27 | 0.10 | 0.31 | 321.7 | 0.23 | 0.59 |
| Hex | AF | 80 | 9E | 0 | 1B | A | 1F | 142 | 17 | 3B |
| Octal | 257 | 200 | 236 | 0 | 33 | 12 | 37 | 502 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10011110 | 0 | 11011 | 1010 | 11111 | 101000010 | 10111 | 111011 |
Color Harmonies of #AF809E
Complementary color
Monochromatic Colors of #AF809E
Black with #AF809E
Text Example
Text Example
White with #AF809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF809E; }
p { color: rgb(175,128,158); }
H1.HeaderClassName
{
color: #AF809E;
}
.AnyTagClassName
{
color: #AF809E;
}
</style>
background-color css
<style>
a { background-color: #AF809E; }
a { background-color: rgb(175,128,158); }
div.DivClassName
{
background-color: #AF809E;
}
.BgClassName
{
background-color: #AF809E;
}
</style>
border-color css
<style>
span { border-color: #AF809E; }
span { border-color: rgb(175,128,158); }
td.TdClassName
{
border-color: #AF809E;
}
.TagClassName
{
border-color: #AF809E;
}
</style>