Shades of Amethyst Smoke #9182A0
Tints of Amethyst Smoke #9182A0
RGB
CMYK
RGB Variations
Color information
#9182A0 (or 0x9182A0) is known color: Amethyst Smoke. HEX triplet: 91, 82 and A0. RGB value is (145,130,160). Sum of RGB (Red+Green+Blue) = 145+130+160=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #9182A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9182A0 is #6E7D5F. Grayscale: #898989. Windows color (decimal): -7241056 or 10519185. OLE color: 10519185.
HSL color Cylindrical-coordinate representation of color #9182A0: hue angle of 270º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9182A0 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 130 | 160 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.37 |
| HSL | 270º | 0.14% | 0.57% | - |
| HSV(B) | 270º | 0.19% | 0.63% | - |
| XYZ | 26 | 24.52 | 36.62 | - |
| YUV | 137.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 160 | 0.09 | 0.19 | 0 | 0.37 | 270 | 0.14 | 0.57 |
| Hex | 91 | 82 | A0 | 9 | 13 | 0 | 25 | 10E | E | 39 |
| Octal | 221 | 202 | 240 | 11 | 23 | 0 | 45 | 416 | 16 | 71 |
| Binary | 10010001 | 10000010 | 10100000 | 1001 | 10011 | 0 | 100101 | 100001110 | 1110 | 111001 |
Color Harmonies of #9182A0
Complementary color
Monochromatic Colors of #9182A0
Black with #9182A0
Text Example
Text Example
White with #9182A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182A0; }
p { color: rgb(145,130,160); }
H1.HeaderClassName
{
color: #9182A0;
}
.AnyTagClassName
{
color: #9182A0;
}
</style>
background-color css
<style>
a { background-color: #9182A0; }
a { background-color: rgb(145,130,160); }
div.DivClassName
{
background-color: #9182A0;
}
.BgClassName
{
background-color: #9182A0;
}
</style>
border-color css
<style>
span { border-color: #9182A0; }
span { border-color: rgb(145,130,160); }
td.TdClassName
{
border-color: #9182A0;
}
.TagClassName
{
border-color: #9182A0;
}
</style>