Shades of Amethyst Smoke #A385AA
Tints of Amethyst Smoke #A385AA
RGB
CMYK
RGB Variations
Color information
#A385AA (or 0xA385AA) is known color: Amethyst Smoke. HEX triplet: A3, 85 and AA. RGB value is (163,133,170). Sum of RGB (Red+Green+Blue) = 163+133+170=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A385AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A385AA is #5C7A55. Grayscale: #929292. Windows color (decimal): -6060630 or 11175331. OLE color: 11175331.
HSL color Cylindrical-coordinate representation of color #A385AA: hue angle of 288.65º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A385AA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 133 | 170 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.33 |
| HSL | 288.65º | 0.18% | 0.59% | - |
| HSV(B) | 288.65º | 0.22% | 0.67% | - |
| XYZ | 30.75 | 27.46 | 41.71 | - |
| YUV | 146.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 170 | 0.04 | 0.22 | 0 | 0.33 | 288.65 | 0.18 | 0.59 |
| Hex | A3 | 85 | AA | 4 | 16 | 0 | 21 | 121 | 12 | 3B |
| Octal | 243 | 205 | 252 | 4 | 26 | 0 | 41 | 441 | 22 | 73 |
| Binary | 10100011 | 10000101 | 10101010 | 100 | 10110 | 0 | 100001 | 100100001 | 10010 | 111011 |
Color Harmonies of #A385AA
Complementary color
Monochromatic Colors of #A385AA
Black with #A385AA
Text Example
Text Example
White with #A385AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385AA; }
p { color: rgb(163,133,170); }
H1.HeaderClassName
{
color: #A385AA;
}
.AnyTagClassName
{
color: #A385AA;
}
</style>
background-color css
<style>
a { background-color: #A385AA; }
a { background-color: rgb(163,133,170); }
div.DivClassName
{
background-color: #A385AA;
}
.BgClassName
{
background-color: #A385AA;
}
</style>
border-color css
<style>
span { border-color: #A385AA; }
span { border-color: rgb(163,133,170); }
td.TdClassName
{
border-color: #A385AA;
}
.TagClassName
{
border-color: #A385AA;
}
</style>