Shades of Amethyst Smoke #9680A4
Tints of Amethyst Smoke #9680A4
RGB
CMYK
RGB Variations
Color information
#9680A4 (or 0x9680A4) is known color: Amethyst Smoke. HEX triplet: 96, 80 and A4. RGB value is (150,128,164). Sum of RGB (Red+Green+Blue) = 150+128+164=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 164 - color contains mainly: blue. Hex color #9680A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9680A4 is #697F5B. Grayscale: #8A8A8A. Windows color (decimal): -6913884 or 10780822. OLE color: 10780822.
HSL color Cylindrical-coordinate representation of color #9680A4: hue angle of 276.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9680A4 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 128 | 164 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.36 |
| HSL | 276.67º | 0.17% | 0.57% | - |
| HSV(B) | 276.67º | 0.22% | 0.64% | - |
| XYZ | 27 | 24.6 | 38.45 | - |
| YUV | 138.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 164 | 0.09 | 0.22 | 0 | 0.36 | 276.67 | 0.17 | 0.57 |
| Hex | 96 | 80 | A4 | 9 | 16 | 0 | 24 | 115 | 11 | 39 |
| Octal | 226 | 200 | 244 | 11 | 26 | 0 | 44 | 425 | 21 | 71 |
| Binary | 10010110 | 10000000 | 10100100 | 1001 | 10110 | 0 | 100100 | 100010101 | 10001 | 111001 |
Color Harmonies of #9680A4
Complementary color
Monochromatic Colors of #9680A4
Black with #9680A4
Text Example
Text Example
White with #9680A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9680A4; }
p { color: rgb(150,128,164); }
H1.HeaderClassName
{
color: #9680A4;
}
.AnyTagClassName
{
color: #9680A4;
}
</style>
background-color css
<style>
a { background-color: #9680A4; }
a { background-color: rgb(150,128,164); }
div.DivClassName
{
background-color: #9680A4;
}
.BgClassName
{
background-color: #9680A4;
}
</style>
border-color css
<style>
span { border-color: #9680A4; }
span { border-color: rgb(150,128,164); }
td.TdClassName
{
border-color: #9680A4;
}
.TagClassName
{
border-color: #9680A4;
}
</style>