Shades of Amethyst Smoke #A387AA
Tints of Amethyst Smoke #A387AA
RGB
CMYK
RGB Variations
Color information
#A387AA (or 0xA387AA) is known color: Amethyst Smoke. HEX triplet: A3, 87 and AA. RGB value is (163,135,170). Sum of RGB (Red+Green+Blue) = 163+135+170=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A387AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A387AA is #5C7855. Grayscale: #939393. Windows color (decimal): -6060118 or 11175843. OLE color: 11175843.
HSL color Cylindrical-coordinate representation of color #A387AA: hue angle of 288º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A387AA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 135 | 170 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.33 |
| HSL | 288º | 0.17% | 0.6% | - |
| HSV(B) | 288º | 0.21% | 0.67% | - |
| XYZ | 31.02 | 28.02 | 41.8 | - |
| YUV | 147.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 170 | 0.04 | 0.21 | 0 | 0.33 | 288 | 0.17 | 0.6 |
| Hex | A3 | 87 | AA | 4 | 15 | 0 | 21 | 120 | 11 | 3C |
| Octal | 243 | 207 | 252 | 4 | 25 | 0 | 41 | 440 | 21 | 74 |
| Binary | 10100011 | 10000111 | 10101010 | 100 | 10101 | 0 | 100001 | 100100000 | 10001 | 111100 |
Color Harmonies of #A387AA
Complementary color
Monochromatic Colors of #A387AA
Black with #A387AA
Text Example
Text Example
White with #A387AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387AA; }
p { color: rgb(163,135,170); }
H1.HeaderClassName
{
color: #A387AA;
}
.AnyTagClassName
{
color: #A387AA;
}
</style>
background-color css
<style>
a { background-color: #A387AA; }
a { background-color: rgb(163,135,170); }
div.DivClassName
{
background-color: #A387AA;
}
.BgClassName
{
background-color: #A387AA;
}
</style>
border-color css
<style>
span { border-color: #A387AA; }
span { border-color: rgb(163,135,170); }
td.TdClassName
{
border-color: #A387AA;
}
.TagClassName
{
border-color: #A387AA;
}
</style>