Shades of Bouquet #AF7D9C
Tints of Bouquet #AF7D9C
RGB
CMYK
RGB Variations
Color information
#AF7D9C (or 0xAF7D9C) is known color: Bouquet. HEX triplet: AF, 7D and 9C. RGB value is (175,125,156). Sum of RGB (Red+Green+Blue) = 175+125+156=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D9C is #508263. Grayscale: #8F8F8F. Windows color (decimal): -5276260 or 10255791. OLE color: 10255791.
HSL color Cylindrical-coordinate representation of color #AF7D9C: hue angle of 322.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7D9C is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 156 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.31 |
| HSL | 322.8º | 0.24% | 0.59% | - |
| HSV(B) | 322.8º | 0.29% | 0.69% | - |
| XYZ | 31.01 | 26.18 | 34.87 | - |
| YUV | 143.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 156 | 0 | 0.29 | 0.11 | 0.31 | 322.8 | 0.24 | 0.59 |
| Hex | AF | 7D | 9C | 0 | 1D | B | 1F | 143 | 18 | 3B |
| Octal | 257 | 175 | 234 | 0 | 35 | 13 | 37 | 503 | 30 | 73 |
| Binary | 10101111 | 1111101 | 10011100 | 0 | 11101 | 1011 | 11111 | 101000011 | 11000 | 111011 |
Color Harmonies of #AF7D9C
Complementary color
Monochromatic Colors of #AF7D9C
Black with #AF7D9C
Text Example
Text Example
White with #AF7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D9C; }
p { color: rgb(175,125,156); }
H1.HeaderClassName
{
color: #AF7D9C;
}
.AnyTagClassName
{
color: #AF7D9C;
}
</style>
background-color css
<style>
a { background-color: #AF7D9C; }
a { background-color: rgb(175,125,156); }
div.DivClassName
{
background-color: #AF7D9C;
}
.BgClassName
{
background-color: #AF7D9C;
}
</style>
border-color css
<style>
span { border-color: #AF7D9C; }
span { border-color: rgb(175,125,156); }
td.TdClassName
{
border-color: #AF7D9C;
}
.TagClassName
{
border-color: #AF7D9C;
}
</style>