Shades of Bouquet #AF7EA0
Tints of Bouquet #AF7EA0
RGB
CMYK
RGB Variations
Color information
#AF7EA0 (or 0xAF7EA0) is known color: Bouquet. HEX triplet: AF, 7E and A0. RGB value is (175,126,160). Sum of RGB (Red+Green+Blue) = 175+126+160=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EA0 is #50815F. Grayscale: #909090. Windows color (decimal): -5276000 or 10518191. OLE color: 10518191.
HSL color Cylindrical-coordinate representation of color #AF7EA0: hue angle of 318.37º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF7EA0 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 160 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.31 |
| HSL | 318.37º | 0.23% | 0.59% | - |
| HSV(B) | 318.37º | 0.28% | 0.69% | - |
| XYZ | 31.49 | 26.57 | 36.73 | - |
| YUV | 144.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 160 | 0 | 0.28 | 0.09 | 0.31 | 318.37 | 0.23 | 0.59 |
| Hex | AF | 7E | A0 | 0 | 1C | 9 | 1F | 13E | 17 | 3B |
| Octal | 257 | 176 | 240 | 0 | 34 | 11 | 37 | 476 | 27 | 73 |
| Binary | 10101111 | 1111110 | 10100000 | 0 | 11100 | 1001 | 11111 | 100111110 | 10111 | 111011 |
Color Harmonies of #AF7EA0
Complementary color
Monochromatic Colors of #AF7EA0
Black with #AF7EA0
Text Example
Text Example
White with #AF7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7EA0; }
p { color: rgb(175,126,160); }
H1.HeaderClassName
{
color: #AF7EA0;
}
.AnyTagClassName
{
color: #AF7EA0;
}
</style>
background-color css
<style>
a { background-color: #AF7EA0; }
a { background-color: rgb(175,126,160); }
div.DivClassName
{
background-color: #AF7EA0;
}
.BgClassName
{
background-color: #AF7EA0;
}
</style>
border-color css
<style>
span { border-color: #AF7EA0; }
span { border-color: rgb(175,126,160); }
td.TdClassName
{
border-color: #AF7EA0;
}
.TagClassName
{
border-color: #AF7EA0;
}
</style>