Shades of Bouquet #A8719B
Tints of Bouquet #A8719B
RGB
CMYK
RGB Variations
Color information
#A8719B (or 0xA8719B) is known color: Bouquet. HEX triplet: A8, 71 and 9B. RGB value is (168,113,155). Sum of RGB (Red+Green+Blue) = 168+113+155=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A8719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8719B is #578E64. Grayscale: #868686. Windows color (decimal): -5738085 or 10187176. OLE color: 10187176.
HSL color Cylindrical-coordinate representation of color #A8719B: hue angle of 314.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8719B is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 155 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.34 |
| HSL | 314.18º | 0.24% | 0.55% | - |
| HSV(B) | 314.18º | 0.33% | 0.66% | - |
| XYZ | 27.97 | 22.5 | 33.88 | - |
| YUV | 134.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 155 | 0 | 0.33 | 0.08 | 0.34 | 314.18 | 0.24 | 0.55 |
| Hex | A8 | 71 | 9B | 0 | 21 | 8 | 22 | 13A | 18 | 37 |
| Octal | 250 | 161 | 233 | 0 | 41 | 10 | 42 | 472 | 30 | 67 |
| Binary | 10101000 | 1110001 | 10011011 | 0 | 100001 | 1000 | 100010 | 100111010 | 11000 | 110111 |
Color Harmonies of #A8719B
Complementary color
Monochromatic Colors of #A8719B
Black with #A8719B
Text Example
Text Example
White with #A8719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8719B; }
p { color: rgb(168,113,155); }
H1.HeaderClassName
{
color: #A8719B;
}
.AnyTagClassName
{
color: #A8719B;
}
</style>
background-color css
<style>
a { background-color: #A8719B; }
a { background-color: rgb(168,113,155); }
div.DivClassName
{
background-color: #A8719B;
}
.BgClassName
{
background-color: #A8719B;
}
</style>
border-color css
<style>
span { border-color: #A8719B; }
span { border-color: rgb(168,113,155); }
td.TdClassName
{
border-color: #A8719B;
}
.TagClassName
{
border-color: #A8719B;
}
</style>