Shades of Amethyst Smoke #A091A3
Tints of Amethyst Smoke #A091A3
RGB
CMYK
RGB Variations
Color information
#A091A3 (or 0xA091A3) is known color: Amethyst Smoke. HEX triplet: A0, 91 and A3. RGB value is (160,145,163). Sum of RGB (Red+Green+Blue) = 160+145+163=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 163 - color contains mainly: blue. Hex color #A091A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A091A3 is #5F6E5C. Grayscale: #979797. Windows color (decimal): -6254173 or 10719648. OLE color: 10719648.
HSL color Cylindrical-coordinate representation of color #A091A3: hue angle of 290º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A091A3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 145 | 163 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.36 |
| HSL | 290º | 0.09% | 0.6% | - |
| HSV(B) | 290º | 0.11% | 0.64% | - |
| XYZ | 31.23 | 30.37 | 38.87 | - |
| YUV | 151.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 163 | 0.02 | 0.11 | 0 | 0.36 | 290 | 0.09 | 0.6 |
| Hex | A0 | 91 | A3 | 2 | B | 0 | 24 | 122 | 9 | 3C |
| Octal | 240 | 221 | 243 | 2 | 13 | 0 | 44 | 442 | 11 | 74 |
| Binary | 10100000 | 10010001 | 10100011 | 10 | 1011 | 0 | 100100 | 100100010 | 1001 | 111100 |
Color Harmonies of #A091A3
Complementary color
Monochromatic Colors of #A091A3
Black with #A091A3
Text Example
Text Example
White with #A091A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091A3; }
p { color: rgb(160,145,163); }
H1.HeaderClassName
{
color: #A091A3;
}
.AnyTagClassName
{
color: #A091A3;
}
</style>
background-color css
<style>
a { background-color: #A091A3; }
a { background-color: rgb(160,145,163); }
div.DivClassName
{
background-color: #A091A3;
}
.BgClassName
{
background-color: #A091A3;
}
</style>
border-color css
<style>
span { border-color: #A091A3; }
span { border-color: rgb(160,145,163); }
td.TdClassName
{
border-color: #A091A3;
}
.TagClassName
{
border-color: #A091A3;
}
</style>