Shades of Amethyst Smoke #A098A3
Tints of Amethyst Smoke #A098A3
RGB
CMYK
RGB Variations
Color information
#A098A3 (or 0xA098A3) is known color: Amethyst Smoke. HEX triplet: A0, 98 and A3. RGB value is (160,152,163). Sum of RGB (Red+Green+Blue) = 160+152+163=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 163 - color contains mainly: blue. Hex color #A098A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098A3 is #5F675C. Grayscale: #9B9B9B. Windows color (decimal): -6252381 or 10721440. OLE color: 10721440.
HSL color Cylindrical-coordinate representation of color #A098A3: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A098A3 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 152 | 163 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.36 |
| HSL | 283.64º | 0.06% | 0.62% | - |
| HSV(B) | 283.64º | 0.07% | 0.64% | - |
| XYZ | 32.34 | 32.57 | 39.23 | - |
| YUV | 155.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 163 | 0.02 | 0.07 | 0 | 0.36 | 283.64 | 0.06 | 0.62 |
| Hex | A0 | 98 | A3 | 2 | 7 | 0 | 24 | 11C | 6 | 3E |
| Octal | 240 | 230 | 243 | 2 | 7 | 0 | 44 | 434 | 6 | 76 |
| Binary | 10100000 | 10011000 | 10100011 | 10 | 111 | 0 | 100100 | 100011100 | 110 | 111110 |
Color Harmonies of #A098A3
Complementary color
Monochromatic Colors of #A098A3
Black with #A098A3
Text Example
Text Example
White with #A098A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098A3; }
p { color: rgb(160,152,163); }
H1.HeaderClassName
{
color: #A098A3;
}
.AnyTagClassName
{
color: #A098A3;
}
</style>
background-color css
<style>
a { background-color: #A098A3; }
a { background-color: rgb(160,152,163); }
div.DivClassName
{
background-color: #A098A3;
}
.BgClassName
{
background-color: #A098A3;
}
</style>
border-color css
<style>
span { border-color: #A098A3; }
span { border-color: rgb(160,152,163); }
td.TdClassName
{
border-color: #A098A3;
}
.TagClassName
{
border-color: #A098A3;
}
</style>