Shades of Bouquet #AF7FA0
Tints of Bouquet #AF7FA0
RGB
CMYK
RGB Variations
Color information
#AF7FA0 (or 0xAF7FA0) is known color: Bouquet. HEX triplet: AF, 7F and A0. RGB value is (175,127,160). Sum of RGB (Red+Green+Blue) = 175+127+160=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA0 is #50805F. Grayscale: #919191. Windows color (decimal): -5275744 or 10518447. OLE color: 10518447.
HSL color Cylindrical-coordinate representation of color #AF7FA0: hue angle of 318.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 #AF7FA0 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 160 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.31 |
| HSL | 318.75º | 0.23% | 0.59% | - |
| HSV(B) | 318.75º | 0.27% | 0.69% | - |
| XYZ | 31.61 | 26.83 | 36.77 | - |
| YUV | 145.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 160 | 0 | 0.27 | 0.09 | 0.31 | 318.75 | 0.23 | 0.59 |
| Hex | AF | 7F | A0 | 0 | 1B | 9 | 1F | 13F | 17 | 3B |
| Octal | 257 | 177 | 240 | 0 | 33 | 11 | 37 | 477 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10100000 | 0 | 11011 | 1001 | 11111 | 100111111 | 10111 | 111011 |
Color Harmonies of #AF7FA0
Complementary color
Monochromatic Colors of #AF7FA0
Black with #AF7FA0
Text Example
Text Example
White with #AF7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FA0; }
p { color: rgb(175,127,160); }
H1.HeaderClassName
{
color: #AF7FA0;
}
.AnyTagClassName
{
color: #AF7FA0;
}
</style>
background-color css
<style>
a { background-color: #AF7FA0; }
a { background-color: rgb(175,127,160); }
div.DivClassName
{
background-color: #AF7FA0;
}
.BgClassName
{
background-color: #AF7FA0;
}
</style>
border-color css
<style>
span { border-color: #AF7FA0; }
span { border-color: rgb(175,127,160); }
td.TdClassName
{
border-color: #AF7FA0;
}
.TagClassName
{
border-color: #AF7FA0;
}
</style>