Shades of Bouquet #AF80A2
Tints of Bouquet #AF80A2
RGB
CMYK
RGB Variations
Color information
#AF80A2 (or 0xAF80A2) is known color: Bouquet. HEX triplet: AF, 80 and A2. RGB value is (175,128,162). Sum of RGB (Red+Green+Blue) = 175+128+162=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A2 is #507F5D. Grayscale: #919191. Windows color (decimal): -5275486 or 10649775. OLE color: 10649775.
HSL color Cylindrical-coordinate representation of color #AF80A2: hue angle of 316.6º 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 #AF80A2 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 162 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.31 |
| HSL | 316.6º | 0.23% | 0.59% | - |
| HSV(B) | 316.6º | 0.27% | 0.69% | - |
| XYZ | 31.92 | 27.16 | 37.74 | - |
| YUV | 145.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 162 | 0 | 0.27 | 0.07 | 0.31 | 316.6 | 0.23 | 0.59 |
| Hex | AF | 80 | A2 | 0 | 1B | 7 | 1F | 13D | 17 | 3B |
| Octal | 257 | 200 | 242 | 0 | 33 | 7 | 37 | 475 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10100010 | 0 | 11011 | 111 | 11111 | 100111101 | 10111 | 111011 |
Color Harmonies of #AF80A2
Complementary color
Monochromatic Colors of #AF80A2
Black with #AF80A2
Text Example
Text Example
White with #AF80A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80A2; }
p { color: rgb(175,128,162); }
H1.HeaderClassName
{
color: #AF80A2;
}
.AnyTagClassName
{
color: #AF80A2;
}
</style>
background-color css
<style>
a { background-color: #AF80A2; }
a { background-color: rgb(175,128,162); }
div.DivClassName
{
background-color: #AF80A2;
}
.BgClassName
{
background-color: #AF80A2;
}
</style>
border-color css
<style>
span { border-color: #AF80A2; }
span { border-color: rgb(175,128,162); }
td.TdClassName
{
border-color: #AF80A2;
}
.TagClassName
{
border-color: #AF80A2;
}
</style>