Shades of Bouquet #A67CA2
Tints of Bouquet #A67CA2
RGB
CMYK
RGB Variations
Color information
#A67CA2 (or 0xA67CA2) is known color: Bouquet. HEX triplet: A6, 7C and A2. RGB value is (166,124,162). Sum of RGB (Red+Green+Blue) = 166+124+162=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A67CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CA2 is #59835D. Grayscale: #8C8C8C. Windows color (decimal): -5866334 or 10648742. OLE color: 10648742.
HSL color Cylindrical-coordinate representation of color #A67CA2: hue angle of 305.71º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A67CA2 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 124 | 162 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.35 |
| HSL | 305.71º | 0.19% | 0.57% | - |
| HSV(B) | 305.71º | 0.25% | 0.65% | - |
| XYZ | 29.46 | 25.13 | 37.48 | - |
| YUV | 140.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 162 | 0 | 0.25 | 0.02 | 0.35 | 305.71 | 0.19 | 0.57 |
| Hex | A6 | 7C | A2 | 0 | 19 | 2 | 23 | 132 | 13 | 39 |
| Octal | 246 | 174 | 242 | 0 | 31 | 2 | 43 | 462 | 23 | 71 |
| Binary | 10100110 | 1111100 | 10100010 | 0 | 11001 | 10 | 100011 | 100110010 | 10011 | 111001 |
Color Harmonies of #A67CA2
Complementary color
Monochromatic Colors of #A67CA2
Black with #A67CA2
Text Example
Text Example
White with #A67CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67CA2; }
p { color: rgb(166,124,162); }
H1.HeaderClassName
{
color: #A67CA2;
}
.AnyTagClassName
{
color: #A67CA2;
}
</style>
background-color css
<style>
a { background-color: #A67CA2; }
a { background-color: rgb(166,124,162); }
div.DivClassName
{
background-color: #A67CA2;
}
.BgClassName
{
background-color: #A67CA2;
}
</style>
border-color css
<style>
span { border-color: #A67CA2; }
span { border-color: rgb(166,124,162); }
td.TdClassName
{
border-color: #A67CA2;
}
.TagClassName
{
border-color: #A67CA2;
}
</style>