Shades of Bouquet #A8749C
Tints of Bouquet #A8749C
RGB
CMYK
RGB Variations
Color information
#A8749C (or 0xA8749C) is known color: Bouquet. HEX triplet: A8, 74 and 9C. RGB value is (168,116,156). Sum of RGB (Red+Green+Blue) = 168+116+156=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A8749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8749C is #578B63. Grayscale: #888888. Windows color (decimal): -5737316 or 10253480. OLE color: 10253480.
HSL color Cylindrical-coordinate representation of color #A8749C: hue angle of 313.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8749C is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 156 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.34 |
| HSL | 313.85º | 0.23% | 0.56% | - |
| HSV(B) | 313.85º | 0.31% | 0.66% | - |
| XYZ | 28.39 | 23.22 | 34.44 | - |
| YUV | 136.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 156 | 0 | 0.31 | 0.07 | 0.34 | 313.85 | 0.23 | 0.56 |
| Hex | A8 | 74 | 9C | 0 | 1F | 7 | 22 | 13A | 17 | 38 |
| Octal | 250 | 164 | 234 | 0 | 37 | 7 | 42 | 472 | 27 | 70 |
| Binary | 10101000 | 1110100 | 10011100 | 0 | 11111 | 111 | 100010 | 100111010 | 10111 | 111000 |
Color Harmonies of #A8749C
Complementary color
Monochromatic Colors of #A8749C
Black with #A8749C
Text Example
Text Example
White with #A8749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8749C; }
p { color: rgb(168,116,156); }
H1.HeaderClassName
{
color: #A8749C;
}
.AnyTagClassName
{
color: #A8749C;
}
</style>
background-color css
<style>
a { background-color: #A8749C; }
a { background-color: rgb(168,116,156); }
div.DivClassName
{
background-color: #A8749C;
}
.BgClassName
{
background-color: #A8749C;
}
</style>
border-color css
<style>
span { border-color: #A8749C; }
span { border-color: rgb(168,116,156); }
td.TdClassName
{
border-color: #A8749C;
}
.TagClassName
{
border-color: #A8749C;
}
</style>