Shades of Bouquet #AF87A2
Tints of Bouquet #AF87A2
RGB
CMYK
RGB Variations
Color information
#AF87A2 (or 0xAF87A2) is known color: Bouquet. HEX triplet: AF, 87 and A2. RGB value is (175,135,162). Sum of RGB (Red+Green+Blue) = 175+135+162=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF87A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF87A2 is #50785D. Grayscale: #959595. Windows color (decimal): -5273694 or 10651567. OLE color: 10651567.
HSL color Cylindrical-coordinate representation of color #AF87A2: hue angle of 319.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF87A2 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 162 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.31 |
| HSL | 319.5º | 0.2% | 0.61% | - |
| HSV(B) | 319.5º | 0.23% | 0.69% | - |
| XYZ | 32.86 | 29.05 | 38.06 | - |
| YUV | 150.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 162 | 0 | 0.23 | 0.07 | 0.31 | 319.5 | 0.2 | 0.61 |
| Hex | AF | 87 | A2 | 0 | 17 | 7 | 1F | 140 | 14 | 3D |
| Octal | 257 | 207 | 242 | 0 | 27 | 7 | 37 | 500 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10100010 | 0 | 10111 | 111 | 11111 | 101000000 | 10100 | 111101 |
Color Harmonies of #AF87A2
Complementary color
Monochromatic Colors of #AF87A2
Black with #AF87A2
Text Example
Text Example
White with #AF87A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87A2; }
p { color: rgb(175,135,162); }
H1.HeaderClassName
{
color: #AF87A2;
}
.AnyTagClassName
{
color: #AF87A2;
}
</style>
background-color css
<style>
a { background-color: #AF87A2; }
a { background-color: rgb(175,135,162); }
div.DivClassName
{
background-color: #AF87A2;
}
.BgClassName
{
background-color: #AF87A2;
}
</style>
border-color css
<style>
span { border-color: #AF87A2; }
span { border-color: rgb(175,135,162); }
td.TdClassName
{
border-color: #AF87A2;
}
.TagClassName
{
border-color: #AF87A2;
}
</style>