Shades of Bouquet #A878A3
Tints of Bouquet #A878A3
RGB
CMYK
RGB Variations
Color information
#A878A3 (or 0xA878A3) is known color: Bouquet. HEX triplet: A8, 78 and A3. RGB value is (168,120,163). Sum of RGB (Red+Green+Blue) = 168+120+163=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 168 - color contains mainly: red. Hex color #A878A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A878A3 is #57875C. Grayscale: #8B8B8B. Windows color (decimal): -5736285 or 10713256. OLE color: 10713256.
HSL color Cylindrical-coordinate representation of color #A878A3: hue angle of 306.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A878A3 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 163 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.34 |
| HSL | 306.25º | 0.22% | 0.56% | - |
| HSV(B) | 306.25º | 0.29% | 0.66% | - |
| XYZ | 29.48 | 24.4 | 37.81 | - |
| YUV | 139.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 163 | 0 | 0.29 | 0.03 | 0.34 | 306.25 | 0.22 | 0.56 |
| Hex | A8 | 78 | A3 | 0 | 1D | 3 | 22 | 132 | 16 | 38 |
| Octal | 250 | 170 | 243 | 0 | 35 | 3 | 42 | 462 | 26 | 70 |
| Binary | 10101000 | 1111000 | 10100011 | 0 | 11101 | 11 | 100010 | 100110010 | 10110 | 111000 |
Color Harmonies of #A878A3
Complementary color
Monochromatic Colors of #A878A3
Black with #A878A3
Text Example
Text Example
White with #A878A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878A3; }
p { color: rgb(168,120,163); }
H1.HeaderClassName
{
color: #A878A3;
}
.AnyTagClassName
{
color: #A878A3;
}
</style>
background-color css
<style>
a { background-color: #A878A3; }
a { background-color: rgb(168,120,163); }
div.DivClassName
{
background-color: #A878A3;
}
.BgClassName
{
background-color: #A878A3;
}
</style>
border-color css
<style>
span { border-color: #A878A3; }
span { border-color: rgb(168,120,163); }
td.TdClassName
{
border-color: #A878A3;
}
.TagClassName
{
border-color: #A878A3;
}
</style>