Shades of Bouquet #AF88A1
Tints of Bouquet #AF88A1
RGB
CMYK
RGB Variations
Color information
#AF88A1 (or 0xAF88A1) is known color: Bouquet. HEX triplet: AF, 88 and A1. RGB value is (175,136,161). Sum of RGB (Red+Green+Blue) = 175+136+161=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF88A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF88A1 is #50775E. Grayscale: #969696. Windows color (decimal): -5273439 or 10586287. OLE color: 10586287.
HSL color Cylindrical-coordinate representation of color #AF88A1: hue angle of 321.54º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF88A1 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 161 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.31 |
| HSL | 321.54º | 0.2% | 0.61% | - |
| HSV(B) | 321.54º | 0.22% | 0.69% | - |
| XYZ | 32.92 | 29.3 | 37.64 | - |
| YUV | 150.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 161 | 0 | 0.22 | 0.08 | 0.31 | 321.54 | 0.2 | 0.61 |
| Hex | AF | 88 | A1 | 0 | 16 | 8 | 1F | 142 | 14 | 3D |
| Octal | 257 | 210 | 241 | 0 | 26 | 10 | 37 | 502 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10100001 | 0 | 10110 | 1000 | 11111 | 101000010 | 10100 | 111101 |
Color Harmonies of #AF88A1
Complementary color
Monochromatic Colors of #AF88A1
Black with #AF88A1
Text Example
Text Example
White with #AF88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88A1; }
p { color: rgb(175,136,161); }
H1.HeaderClassName
{
color: #AF88A1;
}
.AnyTagClassName
{
color: #AF88A1;
}
</style>
background-color css
<style>
a { background-color: #AF88A1; }
a { background-color: rgb(175,136,161); }
div.DivClassName
{
background-color: #AF88A1;
}
.BgClassName
{
background-color: #AF88A1;
}
</style>
border-color css
<style>
span { border-color: #AF88A1; }
span { border-color: rgb(175,136,161); }
td.TdClassName
{
border-color: #AF88A1;
}
.TagClassName
{
border-color: #AF88A1;
}
</style>