Shades of Bouquet #AF80A0
Tints of Bouquet #AF80A0
RGB
CMYK
RGB Variations
Color information
#AF80A0 (or 0xAF80A0) is known color: Bouquet. HEX triplet: AF, 80 and A0. RGB value is (175,128,160). Sum of RGB (Red+Green+Blue) = 175+128+160=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A0 is #507F5F. Grayscale: #919191. Windows color (decimal): -5275488 or 10518703. OLE color: 10518703.
HSL color Cylindrical-coordinate representation of color #AF80A0: hue angle of 319.15º 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 #AF80A0 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 160 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.31 |
| HSL | 319.15º | 0.23% | 0.59% | - |
| HSV(B) | 319.15º | 0.27% | 0.69% | - |
| XYZ | 31.74 | 27.09 | 36.81 | - |
| YUV | 145.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 160 | 0 | 0.27 | 0.09 | 0.31 | 319.15 | 0.23 | 0.59 |
| Hex | AF | 80 | A0 | 0 | 1B | 9 | 1F | 13F | 17 | 3B |
| Octal | 257 | 200 | 240 | 0 | 33 | 11 | 37 | 477 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10100000 | 0 | 11011 | 1001 | 11111 | 100111111 | 10111 | 111011 |
Color Harmonies of #AF80A0
Complementary color
Monochromatic Colors of #AF80A0
Black with #AF80A0
Text Example
Text Example
White with #AF80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80A0; }
p { color: rgb(175,128,160); }
H1.HeaderClassName
{
color: #AF80A0;
}
.AnyTagClassName
{
color: #AF80A0;
}
</style>
background-color css
<style>
a { background-color: #AF80A0; }
a { background-color: rgb(175,128,160); }
div.DivClassName
{
background-color: #AF80A0;
}
.BgClassName
{
background-color: #AF80A0;
}
</style>
border-color css
<style>
span { border-color: #AF80A0; }
span { border-color: rgb(175,128,160); }
td.TdClassName
{
border-color: #AF80A0;
}
.TagClassName
{
border-color: #AF80A0;
}
</style>