Shades of Bouquet #AD83A4
Tints of Bouquet #AD83A4
RGB
CMYK
RGB Variations
Color information
#AD83A4 (or 0xAD83A4) is known color: Bouquet. HEX triplet: AD, 83 and A4. RGB value is (173,131,164). Sum of RGB (Red+Green+Blue) = 173+131+164=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD83A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD83A4 is #527C5B. Grayscale: #939393. Windows color (decimal): -5405788 or 10781613. OLE color: 10781613.
HSL color Cylindrical-coordinate representation of color #AD83A4: hue angle of 312.86º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD83A4 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 164 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.32 |
| HSL | 312.86º | 0.2% | 0.6% | - |
| HSV(B) | 312.86º | 0.24% | 0.68% | - |
| XYZ | 32.05 | 27.8 | 38.8 | - |
| YUV | 147.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 164 | 0 | 0.24 | 0.05 | 0.32 | 312.86 | 0.2 | 0.6 |
| Hex | AD | 83 | A4 | 0 | 18 | 5 | 20 | 139 | 14 | 3C |
| Octal | 255 | 203 | 244 | 0 | 30 | 5 | 40 | 471 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10100100 | 0 | 11000 | 101 | 100000 | 100111001 | 10100 | 111100 |
Color Harmonies of #AD83A4
Complementary color
Monochromatic Colors of #AD83A4
Black with #AD83A4
Text Example
Text Example
White with #AD83A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83A4; }
p { color: rgb(173,131,164); }
H1.HeaderClassName
{
color: #AD83A4;
}
.AnyTagClassName
{
color: #AD83A4;
}
</style>
background-color css
<style>
a { background-color: #AD83A4; }
a { background-color: rgb(173,131,164); }
div.DivClassName
{
background-color: #AD83A4;
}
.BgClassName
{
background-color: #AD83A4;
}
</style>
border-color css
<style>
span { border-color: #AD83A4; }
span { border-color: rgb(173,131,164); }
td.TdClassName
{
border-color: #AD83A4;
}
.TagClassName
{
border-color: #AD83A4;
}
</style>