Shades of Amethyst Smoke #A384A7
Tints of Amethyst Smoke #A384A7
RGB
CMYK
RGB Variations
Color information
#A384A7 (or 0xA384A7) is known color: Amethyst Smoke. HEX triplet: A3, 84 and A7. RGB value is (163,132,167). Sum of RGB (Red+Green+Blue) = 163+132+167=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 167 - color contains mainly: blue. Hex color #A384A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A384A7 is #5C7B58. Grayscale: #919191. Windows color (decimal): -6060889 or 10978467. OLE color: 10978467.
HSL color Cylindrical-coordinate representation of color #A384A7: hue angle of 293.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A384A7 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 132 | 167 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.35 |
| HSL | 293.14º | 0.17% | 0.59% | - |
| HSV(B) | 293.14º | 0.21% | 0.65% | - |
| XYZ | 30.33 | 27.08 | 40.19 | - |
| YUV | 145.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 167 | 0.02 | 0.21 | 0 | 0.35 | 293.14 | 0.17 | 0.59 |
| Hex | A3 | 84 | A7 | 2 | 15 | 0 | 23 | 125 | 11 | 3B |
| Octal | 243 | 204 | 247 | 2 | 25 | 0 | 43 | 445 | 21 | 73 |
| Binary | 10100011 | 10000100 | 10100111 | 10 | 10101 | 0 | 100011 | 100100101 | 10001 | 111011 |
Color Harmonies of #A384A7
Complementary color
Monochromatic Colors of #A384A7
Black with #A384A7
Text Example
Text Example
White with #A384A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384A7; }
p { color: rgb(163,132,167); }
H1.HeaderClassName
{
color: #A384A7;
}
.AnyTagClassName
{
color: #A384A7;
}
</style>
background-color css
<style>
a { background-color: #A384A7; }
a { background-color: rgb(163,132,167); }
div.DivClassName
{
background-color: #A384A7;
}
.BgClassName
{
background-color: #A384A7;
}
</style>
border-color css
<style>
span { border-color: #A384A7; }
span { border-color: rgb(163,132,167); }
td.TdClassName
{
border-color: #A384A7;
}
.TagClassName
{
border-color: #A384A7;
}
</style>