Shades of Bouquet #A68C9F
Tints of Bouquet #A68C9F
RGB
CMYK
RGB Variations
Color information
#A68C9F (or 0xA68C9F) is known color: Bouquet. HEX triplet: A6, 8C and 9F. RGB value is (166,140,159). Sum of RGB (Red+Green+Blue) = 166+140+159=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C9F is #597360. Grayscale: #959595. Windows color (decimal): -5862241 or 10456230. OLE color: 10456230.
HSL color Cylindrical-coordinate representation of color #A68C9F: hue angle of 316.15º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68C9F is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 159 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.35 |
| HSL | 316.15º | 0.13% | 0.6% | - |
| HSV(B) | 316.15º | 0.16% | 0.65% | - |
| XYZ | 31.36 | 29.37 | 36.82 | - |
| YUV | 149.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 159 | 0 | 0.16 | 0.04 | 0.35 | 316.15 | 0.13 | 0.6 |
| Hex | A6 | 8C | 9F | 0 | 10 | 4 | 23 | 13C | D | 3C |
| Octal | 246 | 214 | 237 | 0 | 20 | 4 | 43 | 474 | 15 | 74 |
| Binary | 10100110 | 10001100 | 10011111 | 0 | 10000 | 100 | 100011 | 100111100 | 1101 | 111100 |
Color Harmonies of #A68C9F
Complementary color
Monochromatic Colors of #A68C9F
Black with #A68C9F
Text Example
Text Example
White with #A68C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C9F; }
p { color: rgb(166,140,159); }
H1.HeaderClassName
{
color: #A68C9F;
}
.AnyTagClassName
{
color: #A68C9F;
}
</style>
background-color css
<style>
a { background-color: #A68C9F; }
a { background-color: rgb(166,140,159); }
div.DivClassName
{
background-color: #A68C9F;
}
.BgClassName
{
background-color: #A68C9F;
}
</style>
border-color css
<style>
span { border-color: #A68C9F; }
span { border-color: rgb(166,140,159); }
td.TdClassName
{
border-color: #A68C9F;
}
.TagClassName
{
border-color: #A68C9F;
}
</style>