Shades of Bouquet #A68F9D
Tints of Bouquet #A68F9D
RGB
CMYK
RGB Variations
Color information
#A68F9D (or 0xA68F9D) is known color: Bouquet. HEX triplet: A6, 8F and 9D. RGB value is (166,143,157). Sum of RGB (Red+Green+Blue) = 166+143+157=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F9D is #597062. Grayscale: #979797. Windows color (decimal): -5861475 or 10325926. OLE color: 10325926.
HSL color Cylindrical-coordinate representation of color #A68F9D: hue angle of 323.48º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A68F9D is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 157 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.35 |
| HSL | 323.48º | 0.11% | 0.61% | - |
| HSV(B) | 323.48º | 0.14% | 0.65% | - |
| XYZ | 31.63 | 30.19 | 36.06 | - |
| YUV | 151.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 157 | 0 | 0.14 | 0.05 | 0.35 | 323.48 | 0.11 | 0.61 |
| Hex | A6 | 8F | 9D | 0 | E | 5 | 23 | 143 | B | 3D |
| Octal | 246 | 217 | 235 | 0 | 16 | 5 | 43 | 503 | 13 | 75 |
| Binary | 10100110 | 10001111 | 10011101 | 0 | 1110 | 101 | 100011 | 101000011 | 1011 | 111101 |
Color Harmonies of #A68F9D
Complementary color
Monochromatic Colors of #A68F9D
Black with #A68F9D
Text Example
Text Example
White with #A68F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F9D; }
p { color: rgb(166,143,157); }
H1.HeaderClassName
{
color: #A68F9D;
}
.AnyTagClassName
{
color: #A68F9D;
}
</style>
background-color css
<style>
a { background-color: #A68F9D; }
a { background-color: rgb(166,143,157); }
div.DivClassName
{
background-color: #A68F9D;
}
.BgClassName
{
background-color: #A68F9D;
}
</style>
border-color css
<style>
span { border-color: #A68F9D; }
span { border-color: rgb(166,143,157); }
td.TdClassName
{
border-color: #A68F9D;
}
.TagClassName
{
border-color: #A68F9D;
}
</style>