Shades of Amethyst Smoke #A085A3
Tints of Amethyst Smoke #A085A3
RGB
CMYK
RGB Variations
Color information
#A085A3 (or 0xA085A3) is known color: Amethyst Smoke. HEX triplet: A0, 85 and A3. RGB value is (160,133,163). Sum of RGB (Red+Green+Blue) = 160+133+163=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 163 - color contains mainly: blue. Hex color #A085A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A085A3 is #5F7A5C. Grayscale: #909090. Windows color (decimal): -6257245 or 10716576. OLE color: 10716576.
HSL color Cylindrical-coordinate representation of color #A085A3: hue angle of 294º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A085A3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 133 | 163 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.36 |
| HSL | 294º | 0.14% | 0.58% | - |
| HSV(B) | 294º | 0.18% | 0.64% | - |
| XYZ | 29.5 | 26.89 | 38.29 | - |
| YUV | 144.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 163 | 0.02 | 0.18 | 0 | 0.36 | 294 | 0.14 | 0.58 |
| Hex | A0 | 85 | A3 | 2 | 12 | 0 | 24 | 126 | E | 3A |
| Octal | 240 | 205 | 243 | 2 | 22 | 0 | 44 | 446 | 16 | 72 |
| Binary | 10100000 | 10000101 | 10100011 | 10 | 10010 | 0 | 100100 | 100100110 | 1110 | 111010 |
Color Harmonies of #A085A3
Complementary color
Monochromatic Colors of #A085A3
Black with #A085A3
Text Example
Text Example
White with #A085A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085A3; }
p { color: rgb(160,133,163); }
H1.HeaderClassName
{
color: #A085A3;
}
.AnyTagClassName
{
color: #A085A3;
}
</style>
background-color css
<style>
a { background-color: #A085A3; }
a { background-color: rgb(160,133,163); }
div.DivClassName
{
background-color: #A085A3;
}
.BgClassName
{
background-color: #A085A3;
}
</style>
border-color css
<style>
span { border-color: #A085A3; }
span { border-color: rgb(160,133,163); }
td.TdClassName
{
border-color: #A085A3;
}
.TagClassName
{
border-color: #A085A3;
}
</style>