Shades of Bouquet #AF809B
Tints of Bouquet #AF809B
RGB
CMYK
RGB Variations
Color information
#AF809B (or 0xAF809B) is known color: Bouquet. HEX triplet: AF, 80 and 9B. RGB value is (175,128,155). Sum of RGB (Red+Green+Blue) = 175+128+155=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF809B is #507F64. Grayscale: #919191. Windows color (decimal): -5275493 or 10191023. OLE color: 10191023.
HSL color Cylindrical-coordinate representation of color #AF809B: hue angle of 325.53º 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 #AF809B is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 155 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.31 |
| HSL | 325.53º | 0.23% | 0.59% | - |
| HSV(B) | 325.53º | 0.27% | 0.69% | - |
| XYZ | 31.31 | 26.92 | 34.56 | - |
| YUV | 145.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 155 | 0 | 0.27 | 0.11 | 0.31 | 325.53 | 0.23 | 0.59 |
| Hex | AF | 80 | 9B | 0 | 1B | B | 1F | 146 | 17 | 3B |
| Octal | 257 | 200 | 233 | 0 | 33 | 13 | 37 | 506 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10011011 | 0 | 11011 | 1011 | 11111 | 101000110 | 10111 | 111011 |
Color Harmonies of #AF809B
Complementary color
Monochromatic Colors of #AF809B
Black with #AF809B
Text Example
Text Example
White with #AF809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF809B; }
p { color: rgb(175,128,155); }
H1.HeaderClassName
{
color: #AF809B;
}
.AnyTagClassName
{
color: #AF809B;
}
</style>
background-color css
<style>
a { background-color: #AF809B; }
a { background-color: rgb(175,128,155); }
div.DivClassName
{
background-color: #AF809B;
}
.BgClassName
{
background-color: #AF809B;
}
</style>
border-color css
<style>
span { border-color: #AF809B; }
span { border-color: rgb(175,128,155); }
td.TdClassName
{
border-color: #AF809B;
}
.TagClassName
{
border-color: #AF809B;
}
</style>