Shades of Bouquet #A675A0
Tints of Bouquet #A675A0
RGB
CMYK
RGB Variations
Color information
#A675A0 (or 0xA675A0) is known color: Bouquet. HEX triplet: A6, 75 and A0. RGB value is (166,117,160). Sum of RGB (Red+Green+Blue) = 166+117+160=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A675A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A675A0 is #598A5F. Grayscale: #888888. Windows color (decimal): -5868128 or 10515878. OLE color: 10515878.
HSL color Cylindrical-coordinate representation of color #A675A0: hue angle of 307.35º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A675A0 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 160 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.35 |
| HSL | 307.35º | 0.22% | 0.55% | - |
| HSV(B) | 307.35º | 0.3% | 0.65% | - |
| XYZ | 28.43 | 23.37 | 36.27 | - |
| YUV | 136.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 160 | 0 | 0.30 | 0.04 | 0.35 | 307.35 | 0.22 | 0.55 |
| Hex | A6 | 75 | A0 | 0 | 1E | 4 | 23 | 133 | 16 | 37 |
| Octal | 246 | 165 | 240 | 0 | 36 | 4 | 43 | 463 | 26 | 67 |
| Binary | 10100110 | 1110101 | 10100000 | 0 | 11110 | 100 | 100011 | 100110011 | 10110 | 110111 |
Color Harmonies of #A675A0
Complementary color
Monochromatic Colors of #A675A0
Black with #A675A0
Text Example
Text Example
White with #A675A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675A0; }
p { color: rgb(166,117,160); }
H1.HeaderClassName
{
color: #A675A0;
}
.AnyTagClassName
{
color: #A675A0;
}
</style>
background-color css
<style>
a { background-color: #A675A0; }
a { background-color: rgb(166,117,160); }
div.DivClassName
{
background-color: #A675A0;
}
.BgClassName
{
background-color: #A675A0;
}
</style>
border-color css
<style>
span { border-color: #A675A0; }
span { border-color: rgb(166,117,160); }
td.TdClassName
{
border-color: #A675A0;
}
.TagClassName
{
border-color: #A675A0;
}
</style>