Shades of Amethyst Smoke #A091A4
Tints of Amethyst Smoke #A091A4
RGB
CMYK
RGB Variations
Color information
#A091A4 (or 0xA091A4) is known color: Amethyst Smoke. HEX triplet: A0, 91 and A4. RGB value is (160,145,164). Sum of RGB (Red+Green+Blue) = 160+145+164=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 164 - color contains mainly: blue. Hex color #A091A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A091A4 is #5F6E5B. Grayscale: #979797. Windows color (decimal): -6254172 or 10785184. OLE color: 10785184.
HSL color Cylindrical-coordinate representation of color #A091A4: hue angle of 287.37º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A091A4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 145 | 164 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.36 |
| HSL | 287.37º | 0.09% | 0.61% | - |
| HSV(B) | 287.37º | 0.12% | 0.64% | - |
| XYZ | 31.32 | 30.4 | 39.34 | - |
| YUV | 151.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 164 | 0.02 | 0.12 | 0 | 0.36 | 287.37 | 0.09 | 0.61 |
| Hex | A0 | 91 | A4 | 2 | C | 0 | 24 | 11F | 9 | 3D |
| Octal | 240 | 221 | 244 | 2 | 14 | 0 | 44 | 437 | 11 | 75 |
| Binary | 10100000 | 10010001 | 10100100 | 10 | 1100 | 0 | 100100 | 100011111 | 1001 | 111101 |
Color Harmonies of #A091A4
Complementary color
Monochromatic Colors of #A091A4
Black with #A091A4
Text Example
Text Example
White with #A091A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091A4; }
p { color: rgb(160,145,164); }
H1.HeaderClassName
{
color: #A091A4;
}
.AnyTagClassName
{
color: #A091A4;
}
</style>
background-color css
<style>
a { background-color: #A091A4; }
a { background-color: rgb(160,145,164); }
div.DivClassName
{
background-color: #A091A4;
}
.BgClassName
{
background-color: #A091A4;
}
</style>
border-color css
<style>
span { border-color: #A091A4; }
span { border-color: rgb(160,145,164); }
td.TdClassName
{
border-color: #A091A4;
}
.TagClassName
{
border-color: #A091A4;
}
</style>