Shades of Amethyst Smoke #A389A7
Tints of Amethyst Smoke #A389A7
RGB
CMYK
RGB Variations
Color information
#A389A7 (or 0xA389A7) is known color: Amethyst Smoke. HEX triplet: A3, 89 and A7. RGB value is (163,137,167). Sum of RGB (Red+Green+Blue) = 163+137+167=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 167 - color contains mainly: blue. Hex color #A389A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389A7 is #5C7658. Grayscale: #949494. Windows color (decimal): -6059609 or 10979747. OLE color: 10979747.
HSL color Cylindrical-coordinate representation of color #A389A7: hue angle of 292º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A389A7 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 137 | 167 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.35 |
| HSL | 292º | 0.15% | 0.6% | - |
| HSV(B) | 292º | 0.18% | 0.65% | - |
| XYZ | 31.02 | 28.47 | 40.42 | - |
| YUV | 148.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 167 | 0.02 | 0.18 | 0 | 0.35 | 292 | 0.15 | 0.6 |
| Hex | A3 | 89 | A7 | 2 | 12 | 0 | 23 | 124 | F | 3C |
| Octal | 243 | 211 | 247 | 2 | 22 | 0 | 43 | 444 | 17 | 74 |
| Binary | 10100011 | 10001001 | 10100111 | 10 | 10010 | 0 | 100011 | 100100100 | 1111 | 111100 |
Color Harmonies of #A389A7
Complementary color
Monochromatic Colors of #A389A7
Black with #A389A7
Text Example
Text Example
White with #A389A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389A7; }
p { color: rgb(163,137,167); }
H1.HeaderClassName
{
color: #A389A7;
}
.AnyTagClassName
{
color: #A389A7;
}
</style>
background-color css
<style>
a { background-color: #A389A7; }
a { background-color: rgb(163,137,167); }
div.DivClassName
{
background-color: #A389A7;
}
.BgClassName
{
background-color: #A389A7;
}
</style>
border-color css
<style>
span { border-color: #A389A7; }
span { border-color: rgb(163,137,167); }
td.TdClassName
{
border-color: #A389A7;
}
.TagClassName
{
border-color: #A389A7;
}
</style>