Shades of Amethyst Smoke #9688A5
Tints of Amethyst Smoke #9688A5
RGB
CMYK
RGB Variations
Color information
#9688A5 (or 0x9688A5) is known color: Amethyst Smoke. HEX triplet: 96, 88 and A5. RGB value is (150,136,165). Sum of RGB (Red+Green+Blue) = 150+136+165=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 165 - color contains mainly: blue. Hex color #9688A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9688A5 is #69775A. Grayscale: #8F8F8F. Windows color (decimal): -6911835 or 10848406. OLE color: 10848406.
HSL color Cylindrical-coordinate representation of color #9688A5: hue angle of 268.97º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9688A5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 136 | 165 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.35 |
| HSL | 268.97º | 0.14% | 0.59% | - |
| HSV(B) | 268.97º | 0.18% | 0.65% | - |
| XYZ | 28.17 | 26.81 | 39.29 | - |
| YUV | 143.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 165 | 0.09 | 0.18 | 0 | 0.35 | 268.97 | 0.14 | 0.59 |
| Hex | 96 | 88 | A5 | 9 | 12 | 0 | 23 | 10D | E | 3B |
| Octal | 226 | 210 | 245 | 11 | 22 | 0 | 43 | 415 | 16 | 73 |
| Binary | 10010110 | 10001000 | 10100101 | 1001 | 10010 | 0 | 100011 | 100001101 | 1110 | 111011 |
Color Harmonies of #9688A5
Complementary color
Monochromatic Colors of #9688A5
Black with #9688A5
Text Example
Text Example
White with #9688A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688A5; }
p { color: rgb(150,136,165); }
H1.HeaderClassName
{
color: #9688A5;
}
.AnyTagClassName
{
color: #9688A5;
}
</style>
background-color css
<style>
a { background-color: #9688A5; }
a { background-color: rgb(150,136,165); }
div.DivClassName
{
background-color: #9688A5;
}
.BgClassName
{
background-color: #9688A5;
}
</style>
border-color css
<style>
span { border-color: #9688A5; }
span { border-color: rgb(150,136,165); }
td.TdClassName
{
border-color: #9688A5;
}
.TagClassName
{
border-color: #9688A5;
}
</style>