Shades of Bouquet #AF8298
Tints of Bouquet #AF8298
RGB
CMYK
RGB Variations
Color information
#AF8298 (or 0xAF8298) is known color: Bouquet. HEX triplet: AF, 82 and 98. RGB value is (175,130,152). Sum of RGB (Red+Green+Blue) = 175+130+152=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8298 is #507D67. Grayscale: #919191. Windows color (decimal): -5274984 or 9994927. OLE color: 9994927.
HSL color Cylindrical-coordinate representation of color #AF8298: hue angle of 330.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8298 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 152 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.31 |
| HSL | 330.67º | 0.22% | 0.6% | - |
| HSV(B) | 330.67º | 0.26% | 0.69% | - |
| XYZ | 31.33 | 27.35 | 33.33 | - |
| YUV | 145.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 152 | 0 | 0.26 | 0.13 | 0.31 | 330.67 | 0.22 | 0.6 |
| Hex | AF | 82 | 98 | 0 | 1A | D | 1F | 14B | 16 | 3C |
| Octal | 257 | 202 | 230 | 0 | 32 | 15 | 37 | 513 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10011000 | 0 | 11010 | 1101 | 11111 | 101001011 | 10110 | 111100 |
Color Harmonies of #AF8298
Complementary color
Monochromatic Colors of #AF8298
Black with #AF8298
Text Example
Text Example
White with #AF8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8298; }
p { color: rgb(175,130,152); }
H1.HeaderClassName
{
color: #AF8298;
}
.AnyTagClassName
{
color: #AF8298;
}
</style>
background-color css
<style>
a { background-color: #AF8298; }
a { background-color: rgb(175,130,152); }
div.DivClassName
{
background-color: #AF8298;
}
.BgClassName
{
background-color: #AF8298;
}
</style>
border-color css
<style>
span { border-color: #AF8298; }
span { border-color: rgb(175,130,152); }
td.TdClassName
{
border-color: #AF8298;
}
.TagClassName
{
border-color: #AF8298;
}
</style>