Shades of Bouquet #AC73A2
Tints of Bouquet #AC73A2
RGB
CMYK
RGB Variations
Color information
#AC73A2 (or 0xAC73A2) is known color: Bouquet. HEX triplet: AC, 73 and A2. RGB value is (172,115,162). Sum of RGB (Red+Green+Blue) = 172+115+162=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC73A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73A2 is #538C5D. Grayscale: #898989. Windows color (decimal): -5475422 or 10646444. OLE color: 10646444.
HSL color Cylindrical-coordinate representation of color #AC73A2: hue angle of 310.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC73A2 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 115 | 162 | - |
CMYK | 0 | 0.33 | 0.06 | 0.33 |
HSL | 310.53º | 0.26% | 0.56% | - |
HSV(B) | 310.53º | 0.33% | 0.67% | - |
XYZ | 29.67 | 23.64 | 37.18 | - |
YUV | 137.4 | 141.88 | 152.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 115 | 162 | 0 | 0.33 | 0.06 | 0.33 | 310.53 | 0.26 | 0.56 |
Hex | AC | 73 | A2 | 0 | 21 | 6 | 21 | 137 | 1A | 38 |
Octal | 254 | 163 | 242 | 0 | 41 | 6 | 41 | 467 | 32 | 70 |
Binary | 10101100 | 1110011 | 10100010 | 0 | 100001 | 110 | 100001 | 100110111 | 11010 | 111000 |
Color Harmonies of #AC73A2
Complementary color
Monochromatic Colors of #AC73A2
Black with #AC73A2
Text Example
Text Example
White with #AC73A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73A2; }
p { color: rgb(172,115,162); }
H1.HeaderClassName
{
color: #AC73A2;
}
.AnyTagClassName
{
color: #AC73A2;
}
</style>
background-color css
<style>
a { background-color: #AC73A2; }
a { background-color: rgb(172,115,162); }
div.DivClassName
{
background-color: #AC73A2;
}
.BgClassName
{
background-color: #AC73A2;
}
</style>
border-color css
<style>
span { border-color: #AC73A2; }
span { border-color: rgb(172,115,162); }
td.TdClassName
{
border-color: #AC73A2;
}
.TagClassName
{
border-color: #AC73A2;
}
</style>