Shades of Bouquet #A7919F
Tints of Bouquet #A7919F
RGB
CMYK
RGB Variations
Color information
#A7919F (or 0xA7919F) is known color: Bouquet. HEX triplet: A7, 91 and 9F. RGB value is (167,145,159). Sum of RGB (Red+Green+Blue) = 167+145+159=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 167 - color contains mainly: red. Hex color #A7919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7919F is #586E60. Grayscale: #999999. Windows color (decimal): -5795425 or 10457511. OLE color: 10457511.
HSL color Cylindrical-coordinate representation of color #A7919F: hue angle of 321.82º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7919F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 159 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.35 |
| HSL | 321.82º | 0.11% | 0.61% | - |
| HSV(B) | 321.82º | 0.13% | 0.65% | - |
| XYZ | 32.32 | 30.97 | 37.08 | - |
| YUV | 153.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 159 | 0 | 0.13 | 0.05 | 0.35 | 321.82 | 0.11 | 0.61 |
| Hex | A7 | 91 | 9F | 0 | D | 5 | 23 | 142 | B | 3D |
| Octal | 247 | 221 | 237 | 0 | 15 | 5 | 43 | 502 | 13 | 75 |
| Binary | 10100111 | 10010001 | 10011111 | 0 | 1101 | 101 | 100011 | 101000010 | 1011 | 111101 |
Color Harmonies of #A7919F
Complementary color
Monochromatic Colors of #A7919F
Black with #A7919F
Text Example
Text Example
White with #A7919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7919F; }
p { color: rgb(167,145,159); }
H1.HeaderClassName
{
color: #A7919F;
}
.AnyTagClassName
{
color: #A7919F;
}
</style>
background-color css
<style>
a { background-color: #A7919F; }
a { background-color: rgb(167,145,159); }
div.DivClassName
{
background-color: #A7919F;
}
.BgClassName
{
background-color: #A7919F;
}
</style>
border-color css
<style>
span { border-color: #A7919F; }
span { border-color: rgb(167,145,159); }
td.TdClassName
{
border-color: #A7919F;
}
.TagClassName
{
border-color: #A7919F;
}
</style>