Shades of Bouquet #AF7F9C
Tints of Bouquet #AF7F9C
RGB
CMYK
RGB Variations
Color information
#AF7F9C (or 0xAF7F9C) is known color: Bouquet. HEX triplet: AF, 7F and 9C. RGB value is (175,127,156). Sum of RGB (Red+Green+Blue) = 175+127+156=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F9C is #508063. Grayscale: #909090. Windows color (decimal): -5275748 or 10256303. OLE color: 10256303.
HSL color Cylindrical-coordinate representation of color #AF7F9C: hue angle of 323.75º 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 #AF7F9C is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 156 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.31 |
| HSL | 323.75º | 0.23% | 0.59% | - |
| HSV(B) | 323.75º | 0.27% | 0.69% | - |
| XYZ | 31.27 | 26.69 | 34.96 | - |
| YUV | 144.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 156 | 0 | 0.27 | 0.11 | 0.31 | 323.75 | 0.23 | 0.59 |
| Hex | AF | 7F | 9C | 0 | 1B | B | 1F | 144 | 17 | 3B |
| Octal | 257 | 177 | 234 | 0 | 33 | 13 | 37 | 504 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10011100 | 0 | 11011 | 1011 | 11111 | 101000100 | 10111 | 111011 |
Color Harmonies of #AF7F9C
Complementary color
Monochromatic Colors of #AF7F9C
Black with #AF7F9C
Text Example
Text Example
White with #AF7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F9C; }
p { color: rgb(175,127,156); }
H1.HeaderClassName
{
color: #AF7F9C;
}
.AnyTagClassName
{
color: #AF7F9C;
}
</style>
background-color css
<style>
a { background-color: #AF7F9C; }
a { background-color: rgb(175,127,156); }
div.DivClassName
{
background-color: #AF7F9C;
}
.BgClassName
{
background-color: #AF7F9C;
}
</style>
border-color css
<style>
span { border-color: #AF7F9C; }
span { border-color: rgb(175,127,156); }
td.TdClassName
{
border-color: #AF7F9C;
}
.TagClassName
{
border-color: #AF7F9C;
}
</style>