Shades of Bouquet #AF89A3
Tints of Bouquet #AF89A3
RGB
CMYK
RGB Variations
Color information
#AF89A3 (or 0xAF89A3) is known color: Bouquet. HEX triplet: AF, 89 and A3. RGB value is (175,137,163). Sum of RGB (Red+Green+Blue) = 175+137+163=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF89A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF89A3 is #50765C. Grayscale: #979797. Windows color (decimal): -5273181 or 10717615. OLE color: 10717615.
HSL color Cylindrical-coordinate representation of color #AF89A3: hue angle of 318.95º degrees, saturation: 0.19, 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 #AF89A3 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 163 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.31 |
| HSL | 318.95º | 0.19% | 0.61% | - |
| HSV(B) | 318.95º | 0.22% | 0.69% | - |
| XYZ | 33.24 | 29.65 | 38.62 | - |
| YUV | 151.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 163 | 0 | 0.22 | 0.07 | 0.31 | 318.95 | 0.19 | 0.61 |
| Hex | AF | 89 | A3 | 0 | 16 | 7 | 1F | 13F | 13 | 3D |
| Octal | 257 | 211 | 243 | 0 | 26 | 7 | 37 | 477 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10100011 | 0 | 10110 | 111 | 11111 | 100111111 | 10011 | 111101 |
Color Harmonies of #AF89A3
Complementary color
Monochromatic Colors of #AF89A3
Black with #AF89A3
Text Example
Text Example
White with #AF89A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89A3; }
p { color: rgb(175,137,163); }
H1.HeaderClassName
{
color: #AF89A3;
}
.AnyTagClassName
{
color: #AF89A3;
}
</style>
background-color css
<style>
a { background-color: #AF89A3; }
a { background-color: rgb(175,137,163); }
div.DivClassName
{
background-color: #AF89A3;
}
.BgClassName
{
background-color: #AF89A3;
}
</style>
border-color css
<style>
span { border-color: #AF89A3; }
span { border-color: rgb(175,137,163); }
td.TdClassName
{
border-color: #AF89A3;
}
.TagClassName
{
border-color: #AF89A3;
}
</style>