Shades of Amethyst Smoke #A088A5
Tints of Amethyst Smoke #A088A5
RGB
CMYK
RGB Variations
Color information
#A088A5 (or 0xA088A5) is known color: Amethyst Smoke. HEX triplet: A0, 88 and A5. RGB value is (160,136,165). Sum of RGB (Red+Green+Blue) = 160+136+165=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 165 - color contains mainly: blue. Hex color #A088A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A088A5 is #5F775A. Grayscale: #929292. Windows color (decimal): -6256475 or 10848416. OLE color: 10848416.
HSL color Cylindrical-coordinate representation of color #A088A5: hue angle of 289.66º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A088A5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 136 | 165 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.35 |
| HSL | 289.66º | 0.14% | 0.59% | - |
| HSV(B) | 289.66º | 0.18% | 0.65% | - |
| XYZ | 30.09 | 27.8 | 39.38 | - |
| YUV | 146.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 165 | 0.03 | 0.18 | 0 | 0.35 | 289.66 | 0.14 | 0.59 |
| Hex | A0 | 88 | A5 | 3 | 12 | 0 | 23 | 122 | E | 3B |
| Octal | 240 | 210 | 245 | 3 | 22 | 0 | 43 | 442 | 16 | 73 |
| Binary | 10100000 | 10001000 | 10100101 | 11 | 10010 | 0 | 100011 | 100100010 | 1110 | 111011 |
Color Harmonies of #A088A5
Complementary color
Monochromatic Colors of #A088A5
Black with #A088A5
Text Example
Text Example
White with #A088A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088A5; }
p { color: rgb(160,136,165); }
H1.HeaderClassName
{
color: #A088A5;
}
.AnyTagClassName
{
color: #A088A5;
}
</style>
background-color css
<style>
a { background-color: #A088A5; }
a { background-color: rgb(160,136,165); }
div.DivClassName
{
background-color: #A088A5;
}
.BgClassName
{
background-color: #A088A5;
}
</style>
border-color css
<style>
span { border-color: #A088A5; }
span { border-color: rgb(160,136,165); }
td.TdClassName
{
border-color: #A088A5;
}
.TagClassName
{
border-color: #A088A5;
}
</style>