Shades of Bouquet #AD819B
Tints of Bouquet #AD819B
RGB
CMYK
RGB Variations
Color information
#AD819B (or 0xAD819B) is known color: Bouquet. HEX triplet: AD, 81 and 9B. RGB value is (173,129,155). Sum of RGB (Red+Green+Blue) = 173+129+155=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD819B is #527E64. Grayscale: #919191. Windows color (decimal): -5406309 or 10191277. OLE color: 10191277.
HSL color Cylindrical-coordinate representation of color #AD819B: hue angle of 324.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD819B is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 155 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.32 |
| HSL | 324.55º | 0.21% | 0.59% | - |
| HSV(B) | 324.55º | 0.25% | 0.68% | - |
| XYZ | 31 | 26.95 | 34.58 | - |
| YUV | 145.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 155 | 0 | 0.25 | 0.10 | 0.32 | 324.55 | 0.21 | 0.59 |
| Hex | AD | 81 | 9B | 0 | 19 | A | 20 | 145 | 15 | 3B |
| Octal | 255 | 201 | 233 | 0 | 31 | 12 | 40 | 505 | 25 | 73 |
| Binary | 10101101 | 10000001 | 10011011 | 0 | 11001 | 1010 | 100000 | 101000101 | 10101 | 111011 |
Color Harmonies of #AD819B
Complementary color
Monochromatic Colors of #AD819B
Black with #AD819B
Text Example
Text Example
White with #AD819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD819B; }
p { color: rgb(173,129,155); }
H1.HeaderClassName
{
color: #AD819B;
}
.AnyTagClassName
{
color: #AD819B;
}
</style>
background-color css
<style>
a { background-color: #AD819B; }
a { background-color: rgb(173,129,155); }
div.DivClassName
{
background-color: #AD819B;
}
.BgClassName
{
background-color: #AD819B;
}
</style>
border-color css
<style>
span { border-color: #AD819B; }
span { border-color: rgb(173,129,155); }
td.TdClassName
{
border-color: #AD819B;
}
.TagClassName
{
border-color: #AD819B;
}
</style>