Shades of Bouquet #AF8FA0
Tints of Bouquet #AF8FA0
RGB
CMYK
RGB Variations
Color information
#AF8FA0 (or 0xAF8FA0) is known color: Bouquet. HEX triplet: AF, 8F and A0. RGB value is (175,143,160). Sum of RGB (Red+Green+Blue) = 175+143+160=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FA0 is #50705F. Grayscale: #9A9A9A. Windows color (decimal): -5271648 or 10522543. OLE color: 10522543.
HSL color Cylindrical-coordinate representation of color #AF8FA0: hue angle of 328.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF8FA0 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 160 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.31 |
| HSL | 328.13º | 0.17% | 0.62% | - |
| HSV(B) | 328.13º | 0.18% | 0.69% | - |
| XYZ | 33.85 | 31.3 | 37.51 | - |
| YUV | 154.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 160 | 0 | 0.18 | 0.09 | 0.31 | 328.13 | 0.17 | 0.62 |
| Hex | AF | 8F | A0 | 0 | 12 | 9 | 1F | 148 | 11 | 3E |
| Octal | 257 | 217 | 240 | 0 | 22 | 11 | 37 | 510 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10100000 | 0 | 10010 | 1001 | 11111 | 101001000 | 10001 | 111110 |
Color Harmonies of #AF8FA0
Complementary color
Monochromatic Colors of #AF8FA0
Black with #AF8FA0
Text Example
Text Example
White with #AF8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FA0; }
p { color: rgb(175,143,160); }
H1.HeaderClassName
{
color: #AF8FA0;
}
.AnyTagClassName
{
color: #AF8FA0;
}
</style>
background-color css
<style>
a { background-color: #AF8FA0; }
a { background-color: rgb(175,143,160); }
div.DivClassName
{
background-color: #AF8FA0;
}
.BgClassName
{
background-color: #AF8FA0;
}
</style>
border-color css
<style>
span { border-color: #AF8FA0; }
span { border-color: rgb(175,143,160); }
td.TdClassName
{
border-color: #AF8FA0;
}
.TagClassName
{
border-color: #AF8FA0;
}
</style>