Shades of Amethyst Smoke #A092A3
Tints of Amethyst Smoke #A092A3
RGB
CMYK
RGB Variations
Color information
#A092A3 (or 0xA092A3) is known color: Amethyst Smoke. HEX triplet: A0, 92 and A3. RGB value is (160,146,163). Sum of RGB (Red+Green+Blue) = 160+146+163=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 163 - color contains mainly: blue. Hex color #A092A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092A3 is #5F6D5C. Grayscale: #989898. Windows color (decimal): -6253917 or 10719904. OLE color: 10719904.
HSL color Cylindrical-coordinate representation of color #A092A3: hue angle of 289.41º 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 #A092A3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 146 | 163 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.36 |
| HSL | 289.41º | 0.08% | 0.61% | - |
| HSV(B) | 289.41º | 0.1% | 0.64% | - |
| XYZ | 31.39 | 30.68 | 38.92 | - |
| YUV | 152.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 163 | 0.02 | 0.10 | 0 | 0.36 | 289.41 | 0.08 | 0.61 |
| Hex | A0 | 92 | A3 | 2 | A | 0 | 24 | 121 | 8 | 3D |
| Octal | 240 | 222 | 243 | 2 | 12 | 0 | 44 | 441 | 10 | 75 |
| Binary | 10100000 | 10010010 | 10100011 | 10 | 1010 | 0 | 100100 | 100100001 | 1000 | 111101 |
Color Harmonies of #A092A3
Complementary color
Monochromatic Colors of #A092A3
Black with #A092A3
Text Example
Text Example
White with #A092A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092A3; }
p { color: rgb(160,146,163); }
H1.HeaderClassName
{
color: #A092A3;
}
.AnyTagClassName
{
color: #A092A3;
}
</style>
background-color css
<style>
a { background-color: #A092A3; }
a { background-color: rgb(160,146,163); }
div.DivClassName
{
background-color: #A092A3;
}
.BgClassName
{
background-color: #A092A3;
}
</style>
border-color css
<style>
span { border-color: #A092A3; }
span { border-color: rgb(160,146,163); }
td.TdClassName
{
border-color: #A092A3;
}
.TagClassName
{
border-color: #A092A3;
}
</style>