Shades of Amethyst Smoke #A093A4
Tints of Amethyst Smoke #A093A4
RGB
CMYK
RGB Variations
Color information
#A093A4 (or 0xA093A4) is known color: Amethyst Smoke. HEX triplet: A0, 93 and A4. RGB value is (160,147,164). Sum of RGB (Red+Green+Blue) = 160+147+164=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 164 - color contains mainly: blue. Hex color #A093A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093A4 is #5F6C5B. Grayscale: #989898. Windows color (decimal): -6253660 or 10785696. OLE color: 10785696.
HSL color Cylindrical-coordinate representation of color #A093A4: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A093A4 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 147 | 164 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.36 |
| HSL | 285.88º | 0.09% | 0.61% | - |
| HSV(B) | 285.88º | 0.1% | 0.64% | - |
| XYZ | 31.63 | 31.02 | 39.44 | - |
| YUV | 152.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 164 | 0.02 | 0.10 | 0 | 0.36 | 285.88 | 0.09 | 0.61 |
| Hex | A0 | 93 | A4 | 2 | A | 0 | 24 | 11E | 9 | 3D |
| Octal | 240 | 223 | 244 | 2 | 12 | 0 | 44 | 436 | 11 | 75 |
| Binary | 10100000 | 10010011 | 10100100 | 10 | 1010 | 0 | 100100 | 100011110 | 1001 | 111101 |
Color Harmonies of #A093A4
Complementary color
Monochromatic Colors of #A093A4
Black with #A093A4
Text Example
Text Example
White with #A093A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093A4; }
p { color: rgb(160,147,164); }
H1.HeaderClassName
{
color: #A093A4;
}
.AnyTagClassName
{
color: #A093A4;
}
</style>
background-color css
<style>
a { background-color: #A093A4; }
a { background-color: rgb(160,147,164); }
div.DivClassName
{
background-color: #A093A4;
}
.BgClassName
{
background-color: #A093A4;
}
</style>
border-color css
<style>
span { border-color: #A093A4; }
span { border-color: rgb(160,147,164); }
td.TdClassName
{
border-color: #A093A4;
}
.TagClassName
{
border-color: #A093A4;
}
</style>