Shades of Bouquet #AC81A1
Tints of Bouquet #AC81A1
RGB
CMYK
RGB Variations
Color information
#AC81A1 (or 0xAC81A1) is known color: Bouquet. HEX triplet: AC, 81 and A1. RGB value is (172,129,161). Sum of RGB (Red+Green+Blue) = 172+129+161=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC81A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81A1 is #537E5E. Grayscale: #919191. Windows color (decimal): -5471839 or 10584492. OLE color: 10584492.
HSL color Cylindrical-coordinate representation of color #AC81A1: hue angle of 315.35º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC81A1 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 161 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.33 |
| HSL | 315.35º | 0.21% | 0.59% | - |
| HSV(B) | 315.35º | 0.25% | 0.67% | - |
| XYZ | 31.3 | 27.04 | 37.29 | - |
| YUV | 145.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 161 | 0 | 0.25 | 0.06 | 0.33 | 315.35 | 0.21 | 0.59 |
| Hex | AC | 81 | A1 | 0 | 19 | 6 | 21 | 13B | 15 | 3B |
| Octal | 254 | 201 | 241 | 0 | 31 | 6 | 41 | 473 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10100001 | 0 | 11001 | 110 | 100001 | 100111011 | 10101 | 111011 |
Color Harmonies of #AC81A1
Complementary color
Monochromatic Colors of #AC81A1
Black with #AC81A1
Text Example
Text Example
White with #AC81A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81A1; }
p { color: rgb(172,129,161); }
H1.HeaderClassName
{
color: #AC81A1;
}
.AnyTagClassName
{
color: #AC81A1;
}
</style>
background-color css
<style>
a { background-color: #AC81A1; }
a { background-color: rgb(172,129,161); }
div.DivClassName
{
background-color: #AC81A1;
}
.BgClassName
{
background-color: #AC81A1;
}
</style>
border-color css
<style>
span { border-color: #AC81A1; }
span { border-color: rgb(172,129,161); }
td.TdClassName
{
border-color: #AC81A1;
}
.TagClassName
{
border-color: #AC81A1;
}
</style>