Shades of Bouquet #A877A3
Tints of Bouquet #A877A3
RGB
CMYK
RGB Variations
Color information
#A877A3 (or 0xA877A3) is known color: Bouquet. HEX triplet: A8, 77 and A3. RGB value is (168,119,163). Sum of RGB (Red+Green+Blue) = 168+119+163=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A877A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A877A3 is #57885C. Grayscale: #8A8A8A. Windows color (decimal): -5736541 or 10713000. OLE color: 10713000.
HSL color Cylindrical-coordinate representation of color #A877A3: hue angle of 306.12º 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 #A877A3 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 163 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.34 |
| HSL | 306.12º | 0.22% | 0.56% | - |
| HSV(B) | 306.12º | 0.29% | 0.66% | - |
| XYZ | 29.36 | 24.16 | 37.77 | - |
| YUV | 138.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 163 | 0 | 0.29 | 0.03 | 0.34 | 306.12 | 0.22 | 0.56 |
| Hex | A8 | 77 | A3 | 0 | 1D | 3 | 22 | 132 | 16 | 38 |
| Octal | 250 | 167 | 243 | 0 | 35 | 3 | 42 | 462 | 26 | 70 |
| Binary | 10101000 | 1110111 | 10100011 | 0 | 11101 | 11 | 100010 | 100110010 | 10110 | 111000 |
Color Harmonies of #A877A3
Complementary color
Monochromatic Colors of #A877A3
Black with #A877A3
Text Example
Text Example
White with #A877A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877A3; }
p { color: rgb(168,119,163); }
H1.HeaderClassName
{
color: #A877A3;
}
.AnyTagClassName
{
color: #A877A3;
}
</style>
background-color css
<style>
a { background-color: #A877A3; }
a { background-color: rgb(168,119,163); }
div.DivClassName
{
background-color: #A877A3;
}
.BgClassName
{
background-color: #A877A3;
}
</style>
border-color css
<style>
span { border-color: #A877A3; }
span { border-color: rgb(168,119,163); }
td.TdClassName
{
border-color: #A877A3;
}
.TagClassName
{
border-color: #A877A3;
}
</style>