Shades of Amethyst Smoke #A094A4
Tints of Amethyst Smoke #A094A4
RGB
CMYK
RGB Variations
Color information
#A094A4 (or 0xA094A4) is known color: Amethyst Smoke. HEX triplet: A0, 94 and A4. RGB value is (160,148,164). Sum of RGB (Red+Green+Blue) = 160+148+164=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 164 - color contains mainly: blue. Hex color #A094A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A094A4 is #5F6B5B. Grayscale: #999999. Windows color (decimal): -6253404 or 10785952. OLE color: 10785952.
HSL color Cylindrical-coordinate representation of color #A094A4: hue angle of 285º 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 #A094A4 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 148 | 164 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.36 |
| HSL | 285º | 0.08% | 0.61% | - |
| HSV(B) | 285º | 0.1% | 0.64% | - |
| XYZ | 31.79 | 31.33 | 39.49 | - |
| YUV | 153.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 164 | 0.02 | 0.10 | 0 | 0.36 | 285 | 0.08 | 0.61 |
| Hex | A0 | 94 | A4 | 2 | A | 0 | 24 | 11D | 8 | 3D |
| Octal | 240 | 224 | 244 | 2 | 12 | 0 | 44 | 435 | 10 | 75 |
| Binary | 10100000 | 10010100 | 10100100 | 10 | 1010 | 0 | 100100 | 100011101 | 1000 | 111101 |
Color Harmonies of #A094A4
Complementary color
Monochromatic Colors of #A094A4
Black with #A094A4
Text Example
Text Example
White with #A094A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094A4; }
p { color: rgb(160,148,164); }
H1.HeaderClassName
{
color: #A094A4;
}
.AnyTagClassName
{
color: #A094A4;
}
</style>
background-color css
<style>
a { background-color: #A094A4; }
a { background-color: rgb(160,148,164); }
div.DivClassName
{
background-color: #A094A4;
}
.BgClassName
{
background-color: #A094A4;
}
</style>
border-color css
<style>
span { border-color: #A094A4; }
span { border-color: rgb(160,148,164); }
td.TdClassName
{
border-color: #A094A4;
}
.TagClassName
{
border-color: #A094A4;
}
</style>