Shades of Bouquet #AC6495
Tints of Bouquet #AC6495
RGB
CMYK
RGB Variations
Color information
#AC6495 (or 0xAC6495) is known color: Bouquet. HEX triplet: AC, 64 and 95. RGB value is (172,100,149). Sum of RGB (Red+Green+Blue) = 172+100+149=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6495 is #539B6A. Grayscale: #7E7E7E. Windows color (decimal): -5479275 or 9790636. OLE color: 9790636.
HSL color Cylindrical-coordinate representation of color #AC6495: hue angle of 319.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6495 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 149 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.33 |
| HSL | 319.17º | 0.3% | 0.53% | - |
| HSV(B) | 319.17º | 0.42% | 0.67% | - |
| XYZ | 27 | 20.05 | 30.88 | - |
| YUV | 127.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 149 | 0 | 0.42 | 0.13 | 0.33 | 319.17 | 0.3 | 0.53 |
| Hex | AC | 64 | 95 | 0 | 2A | D | 21 | 13F | 1E | 35 |
| Octal | 254 | 144 | 225 | 0 | 52 | 15 | 41 | 477 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10010101 | 0 | 101010 | 1101 | 100001 | 100111111 | 11110 | 110101 |
Color Harmonies of #AC6495
Complementary color
Monochromatic Colors of #AC6495
Black with #AC6495
Text Example
Text Example
White with #AC6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6495; }
p { color: rgb(172,100,149); }
H1.HeaderClassName
{
color: #AC6495;
}
.AnyTagClassName
{
color: #AC6495;
}
</style>
background-color css
<style>
a { background-color: #AC6495; }
a { background-color: rgb(172,100,149); }
div.DivClassName
{
background-color: #AC6495;
}
.BgClassName
{
background-color: #AC6495;
}
</style>
border-color css
<style>
span { border-color: #AC6495; }
span { border-color: rgb(172,100,149); }
td.TdClassName
{
border-color: #AC6495;
}
.TagClassName
{
border-color: #AC6495;
}
</style>