Shades of Bouquet #AF819B
Tints of Bouquet #AF819B
RGB
CMYK
RGB Variations
Color information
#AF819B (or 0xAF819B) is known color: Bouquet. HEX triplet: AF, 81 and 9B. RGB value is (175,129,155). Sum of RGB (Red+Green+Blue) = 175+129+155=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF819B is #507E64. Grayscale: #919191. Windows color (decimal): -5275237 or 10191279. OLE color: 10191279.
HSL color Cylindrical-coordinate representation of color #AF819B: hue angle of 326.09º 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 #AF819B is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 155 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.31 |
| HSL | 326.09º | 0.22% | 0.6% | - |
| HSV(B) | 326.09º | 0.26% | 0.69% | - |
| XYZ | 31.45 | 27.18 | 34.6 | - |
| YUV | 145.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 155 | 0 | 0.26 | 0.11 | 0.31 | 326.09 | 0.22 | 0.6 |
| Hex | AF | 81 | 9B | 0 | 1A | B | 1F | 146 | 16 | 3C |
| Octal | 257 | 201 | 233 | 0 | 32 | 13 | 37 | 506 | 26 | 74 |
| Binary | 10101111 | 10000001 | 10011011 | 0 | 11010 | 1011 | 11111 | 101000110 | 10110 | 111100 |
Color Harmonies of #AF819B
Complementary color
Monochromatic Colors of #AF819B
Black with #AF819B
Text Example
Text Example
White with #AF819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF819B; }
p { color: rgb(175,129,155); }
H1.HeaderClassName
{
color: #AF819B;
}
.AnyTagClassName
{
color: #AF819B;
}
</style>
background-color css
<style>
a { background-color: #AF819B; }
a { background-color: rgb(175,129,155); }
div.DivClassName
{
background-color: #AF819B;
}
.BgClassName
{
background-color: #AF819B;
}
</style>
border-color css
<style>
span { border-color: #AF819B; }
span { border-color: rgb(175,129,155); }
td.TdClassName
{
border-color: #AF819B;
}
.TagClassName
{
border-color: #AF819B;
}
</style>