Shades of Bouquet #AF849A
Tints of Bouquet #AF849A
RGB
CMYK
RGB Variations
Color information
#AF849A (or 0xAF849A) is known color: Bouquet. HEX triplet: AF, 84 and 9A. RGB value is (175,132,154). Sum of RGB (Red+Green+Blue) = 175+132+154=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF849A is #507B65. Grayscale: #939393. Windows color (decimal): -5274470 or 10126511. OLE color: 10126511.
HSL color Cylindrical-coordinate representation of color #AF849A: hue angle of 329.3º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF849A is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 154 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.31 |
| HSL | 329.3º | 0.21% | 0.6% | - |
| HSV(B) | 329.3º | 0.25% | 0.69% | - |
| XYZ | 31.76 | 27.95 | 34.29 | - |
| YUV | 147.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 154 | 0 | 0.25 | 0.12 | 0.31 | 329.3 | 0.21 | 0.6 |
| Hex | AF | 84 | 9A | 0 | 19 | C | 1F | 149 | 15 | 3C |
| Octal | 257 | 204 | 232 | 0 | 31 | 14 | 37 | 511 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10011010 | 0 | 11001 | 1100 | 11111 | 101001001 | 10101 | 111100 |
Color Harmonies of #AF849A
Complementary color
Monochromatic Colors of #AF849A
Black with #AF849A
Text Example
Text Example
White with #AF849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF849A; }
p { color: rgb(175,132,154); }
H1.HeaderClassName
{
color: #AF849A;
}
.AnyTagClassName
{
color: #AF849A;
}
</style>
background-color css
<style>
a { background-color: #AF849A; }
a { background-color: rgb(175,132,154); }
div.DivClassName
{
background-color: #AF849A;
}
.BgClassName
{
background-color: #AF849A;
}
</style>
border-color css
<style>
span { border-color: #AF849A; }
span { border-color: rgb(175,132,154); }
td.TdClassName
{
border-color: #AF849A;
}
.TagClassName
{
border-color: #AF849A;
}
</style>