Shades of Bouquet #AF829B
Tints of Bouquet #AF829B
RGB
CMYK
RGB Variations
Color information
#AF829B (or 0xAF829B) is known color: Bouquet. HEX triplet: AF, 82 and 9B. RGB value is (175,130,155). Sum of RGB (Red+Green+Blue) = 175+130+155=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF829B is #507D64. Grayscale: #929292. Windows color (decimal): -5274981 or 10191535. OLE color: 10191535.
HSL color Cylindrical-coordinate representation of color #AF829B: hue angle of 326.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 #AF829B is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 155 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.31 |
| HSL | 326.67º | 0.22% | 0.6% | - |
| HSV(B) | 326.67º | 0.26% | 0.69% | - |
| XYZ | 31.58 | 27.45 | 34.64 | - |
| YUV | 146.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 155 | 0 | 0.26 | 0.11 | 0.31 | 326.67 | 0.22 | 0.6 |
| Hex | AF | 82 | 9B | 0 | 1A | B | 1F | 147 | 16 | 3C |
| Octal | 257 | 202 | 233 | 0 | 32 | 13 | 37 | 507 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10011011 | 0 | 11010 | 1011 | 11111 | 101000111 | 10110 | 111100 |
Color Harmonies of #AF829B
Complementary color
Monochromatic Colors of #AF829B
Black with #AF829B
Text Example
Text Example
White with #AF829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF829B; }
p { color: rgb(175,130,155); }
H1.HeaderClassName
{
color: #AF829B;
}
.AnyTagClassName
{
color: #AF829B;
}
</style>
background-color css
<style>
a { background-color: #AF829B; }
a { background-color: rgb(175,130,155); }
div.DivClassName
{
background-color: #AF829B;
}
.BgClassName
{
background-color: #AF829B;
}
</style>
border-color css
<style>
span { border-color: #AF829B; }
span { border-color: rgb(175,130,155); }
td.TdClassName
{
border-color: #AF829B;
}
.TagClassName
{
border-color: #AF829B;
}
</style>