Shades of Bouquet #A68D9E
Tints of Bouquet #A68D9E
RGB
CMYK
RGB Variations
Color information
#A68D9E (or 0xA68D9E) is known color: Bouquet. HEX triplet: A6, 8D and 9E. RGB value is (166,141,158). Sum of RGB (Red+Green+Blue) = 166+141+158=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68D9E is #597261. Grayscale: #969696. Windows color (decimal): -5861986 or 10390950. OLE color: 10390950.
HSL color Cylindrical-coordinate representation of color #A68D9E: hue angle of 319.2º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A68D9E is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 158 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.35 |
| HSL | 319.2º | 0.12% | 0.6% | - |
| HSV(B) | 319.2º | 0.15% | 0.65% | - |
| XYZ | 31.42 | 29.63 | 36.41 | - |
| YUV | 150.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 158 | 0 | 0.15 | 0.05 | 0.35 | 319.2 | 0.12 | 0.6 |
| Hex | A6 | 8D | 9E | 0 | F | 5 | 23 | 13F | C | 3C |
| Octal | 246 | 215 | 236 | 0 | 17 | 5 | 43 | 477 | 14 | 74 |
| Binary | 10100110 | 10001101 | 10011110 | 0 | 1111 | 101 | 100011 | 100111111 | 1100 | 111100 |
Color Harmonies of #A68D9E
Complementary color
Monochromatic Colors of #A68D9E
Black with #A68D9E
Text Example
Text Example
White with #A68D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D9E; }
p { color: rgb(166,141,158); }
H1.HeaderClassName
{
color: #A68D9E;
}
.AnyTagClassName
{
color: #A68D9E;
}
</style>
background-color css
<style>
a { background-color: #A68D9E; }
a { background-color: rgb(166,141,158); }
div.DivClassName
{
background-color: #A68D9E;
}
.BgClassName
{
background-color: #A68D9E;
}
</style>
border-color css
<style>
span { border-color: #A68D9E; }
span { border-color: rgb(166,141,158); }
td.TdClassName
{
border-color: #A68D9E;
}
.TagClassName
{
border-color: #A68D9E;
}
</style>