Shades of Amethyst Smoke #A387AB
Tints of Amethyst Smoke #A387AB
RGB
CMYK
RGB Variations
Color information
#A387AB (or 0xA387AB) is known color: Amethyst Smoke. HEX triplet: A3, 87 and AB. RGB value is (163,135,171). Sum of RGB (Red+Green+Blue) = 163+135+171=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #A387AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A387AB is #5C7854. Grayscale: #939393. Windows color (decimal): -6060117 or 11241379. OLE color: 11241379.
HSL color Cylindrical-coordinate representation of color #A387AB: hue angle of 286.67º degrees, saturation: 0.18, 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 #A387AB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 135 | 171 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.33 |
| HSL | 286.67º | 0.18% | 0.6% | - |
| HSV(B) | 286.67º | 0.21% | 0.67% | - |
| XYZ | 31.12 | 28.05 | 42.3 | - |
| YUV | 147.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 171 | 0.05 | 0.21 | 0 | 0.33 | 286.67 | 0.18 | 0.6 |
| Hex | A3 | 87 | AB | 5 | 15 | 0 | 21 | 11F | 12 | 3C |
| Octal | 243 | 207 | 253 | 5 | 25 | 0 | 41 | 437 | 22 | 74 |
| Binary | 10100011 | 10000111 | 10101011 | 101 | 10101 | 0 | 100001 | 100011111 | 10010 | 111100 |
Color Harmonies of #A387AB
Complementary color
Monochromatic Colors of #A387AB
Black with #A387AB
Text Example
Text Example
White with #A387AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387AB; }
p { color: rgb(163,135,171); }
H1.HeaderClassName
{
color: #A387AB;
}
.AnyTagClassName
{
color: #A387AB;
}
</style>
background-color css
<style>
a { background-color: #A387AB; }
a { background-color: rgb(163,135,171); }
div.DivClassName
{
background-color: #A387AB;
}
.BgClassName
{
background-color: #A387AB;
}
</style>
border-color css
<style>
span { border-color: #A387AB; }
span { border-color: rgb(163,135,171); }
td.TdClassName
{
border-color: #A387AB;
}
.TagClassName
{
border-color: #A387AB;
}
</style>