Shades of Amethyst Smoke #A093A3
Tints of Amethyst Smoke #A093A3
RGB
CMYK
RGB Variations
Color information
#A093A3 (or 0xA093A3) is known color: Amethyst Smoke. HEX triplet: A0, 93 and A3. RGB value is (160,147,163). Sum of RGB (Red+Green+Blue) = 160+147+163=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 163 - color contains mainly: blue. Hex color #A093A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093A3 is #5F6C5C. Grayscale: #989898. Windows color (decimal): -6253661 or 10720160. OLE color: 10720160.
HSL color Cylindrical-coordinate representation of color #A093A3: hue angle of 288.75º degrees, saturation: 0.08, 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 #A093A3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 147 | 163 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.36 |
| HSL | 288.75º | 0.08% | 0.61% | - |
| HSV(B) | 288.75º | 0.1% | 0.64% | - |
| XYZ | 31.54 | 30.99 | 38.97 | - |
| YUV | 152.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 163 | 0.02 | 0.10 | 0 | 0.36 | 288.75 | 0.08 | 0.61 |
| Hex | A0 | 93 | A3 | 2 | A | 0 | 24 | 121 | 8 | 3D |
| Octal | 240 | 223 | 243 | 2 | 12 | 0 | 44 | 441 | 10 | 75 |
| Binary | 10100000 | 10010011 | 10100011 | 10 | 1010 | 0 | 100100 | 100100001 | 1000 | 111101 |
Color Harmonies of #A093A3
Complementary color
Monochromatic Colors of #A093A3
Black with #A093A3
Text Example
Text Example
White with #A093A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093A3; }
p { color: rgb(160,147,163); }
H1.HeaderClassName
{
color: #A093A3;
}
.AnyTagClassName
{
color: #A093A3;
}
</style>
background-color css
<style>
a { background-color: #A093A3; }
a { background-color: rgb(160,147,163); }
div.DivClassName
{
background-color: #A093A3;
}
.BgClassName
{
background-color: #A093A3;
}
</style>
border-color css
<style>
span { border-color: #A093A3; }
span { border-color: rgb(160,147,163); }
td.TdClassName
{
border-color: #A093A3;
}
.TagClassName
{
border-color: #A093A3;
}
</style>