Shades of Bouquet #AC70A1
Tints of Bouquet #AC70A1
RGB
CMYK
RGB Variations
Color information
#AC70A1 (or 0xAC70A1) is known color: Bouquet. HEX triplet: AC, 70 and A1. RGB value is (172,112,161). Sum of RGB (Red+Green+Blue) = 172+112+161=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70A1 is #538F5E. Grayscale: #878787. Windows color (decimal): -5476191 or 10580140. OLE color: 10580140.
HSL color Cylindrical-coordinate representation of color #AC70A1: hue angle of 311º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC70A1 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 161 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.33 |
| HSL | 311º | 0.27% | 0.56% | - |
| HSV(B) | 311º | 0.35% | 0.67% | - |
| XYZ | 29.24 | 22.93 | 36.6 | - |
| YUV | 135.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 161 | 0 | 0.35 | 0.06 | 0.33 | 311 | 0.27 | 0.56 |
| Hex | AC | 70 | A1 | 0 | 23 | 6 | 21 | 137 | 1B | 38 |
| Octal | 254 | 160 | 241 | 0 | 43 | 6 | 41 | 467 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10100001 | 0 | 100011 | 110 | 100001 | 100110111 | 11011 | 111000 |
Color Harmonies of #AC70A1
Complementary color
Monochromatic Colors of #AC70A1
Black with #AC70A1
Text Example
Text Example
White with #AC70A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70A1; }
p { color: rgb(172,112,161); }
H1.HeaderClassName
{
color: #AC70A1;
}
.AnyTagClassName
{
color: #AC70A1;
}
</style>
background-color css
<style>
a { background-color: #AC70A1; }
a { background-color: rgb(172,112,161); }
div.DivClassName
{
background-color: #AC70A1;
}
.BgClassName
{
background-color: #AC70A1;
}
</style>
border-color css
<style>
span { border-color: #AC70A1; }
span { border-color: rgb(172,112,161); }
td.TdClassName
{
border-color: #AC70A1;
}
.TagClassName
{
border-color: #AC70A1;
}
</style>