Shades of Bouquet #AC6798
Tints of Bouquet #AC6798
RGB
CMYK
RGB Variations
Color information
#AC6798 (or 0xAC6798) is known color: Bouquet. HEX triplet: AC, 67 and 98. RGB value is (172,103,152). Sum of RGB (Red+Green+Blue) = 172+103+152=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6798 is #539867. Grayscale: #818181. Windows color (decimal): -5478504 or 9988012. OLE color: 9988012.
HSL color Cylindrical-coordinate representation of color #AC6798: hue angle of 317.39º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6798 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 152 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.33 |
| HSL | 317.39º | 0.29% | 0.54% | - |
| HSV(B) | 317.39º | 0.4% | 0.67% | - |
| XYZ | 27.53 | 20.74 | 32.26 | - |
| YUV | 129.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 152 | 0 | 0.40 | 0.12 | 0.33 | 317.39 | 0.29 | 0.54 |
| Hex | AC | 67 | 98 | 0 | 28 | C | 21 | 13D | 1D | 36 |
| Octal | 254 | 147 | 230 | 0 | 50 | 14 | 41 | 475 | 35 | 66 |
| Binary | 10101100 | 1100111 | 10011000 | 0 | 101000 | 1100 | 100001 | 100111101 | 11101 | 110110 |
Color Harmonies of #AC6798
Complementary color
Monochromatic Colors of #AC6798
Black with #AC6798
Text Example
Text Example
White with #AC6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6798; }
p { color: rgb(172,103,152); }
H1.HeaderClassName
{
color: #AC6798;
}
.AnyTagClassName
{
color: #AC6798;
}
</style>
background-color css
<style>
a { background-color: #AC6798; }
a { background-color: rgb(172,103,152); }
div.DivClassName
{
background-color: #AC6798;
}
.BgClassName
{
background-color: #AC6798;
}
</style>
border-color css
<style>
span { border-color: #AC6798; }
span { border-color: rgb(172,103,152); }
td.TdClassName
{
border-color: #AC6798;
}
.TagClassName
{
border-color: #AC6798;
}
</style>