Shades of Bouquet #AC6594
Tints of Bouquet #AC6594
RGB
CMYK
RGB Variations
Color information
#AC6594 (or 0xAC6594) is known color: Bouquet. HEX triplet: AC, 65 and 94. RGB value is (172,101,148). Sum of RGB (Red+Green+Blue) = 172+101+148=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6594 is #539A6B. Grayscale: #7F7F7F. Windows color (decimal): -5479020 or 9725356. OLE color: 9725356.
HSL color Cylindrical-coordinate representation of color #AC6594: hue angle of 320.28º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6594 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 148 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.33 |
| HSL | 320.28º | 0.3% | 0.54% | - |
| HSV(B) | 320.28º | 0.41% | 0.67% | - |
| XYZ | 27.01 | 20.22 | 30.5 | - |
| YUV | 127.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 148 | 0 | 0.41 | 0.14 | 0.33 | 320.28 | 0.3 | 0.54 |
| Hex | AC | 65 | 94 | 0 | 29 | E | 21 | 140 | 1E | 36 |
| Octal | 254 | 145 | 224 | 0 | 51 | 16 | 41 | 500 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10010100 | 0 | 101001 | 1110 | 100001 | 101000000 | 11110 | 110110 |
Color Harmonies of #AC6594
Complementary color
Monochromatic Colors of #AC6594
Black with #AC6594
Text Example
Text Example
White with #AC6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6594; }
p { color: rgb(172,101,148); }
H1.HeaderClassName
{
color: #AC6594;
}
.AnyTagClassName
{
color: #AC6594;
}
</style>
background-color css
<style>
a { background-color: #AC6594; }
a { background-color: rgb(172,101,148); }
div.DivClassName
{
background-color: #AC6594;
}
.BgClassName
{
background-color: #AC6594;
}
</style>
border-color css
<style>
span { border-color: #AC6594; }
span { border-color: rgb(172,101,148); }
td.TdClassName
{
border-color: #AC6594;
}
.TagClassName
{
border-color: #AC6594;
}
</style>