Shades of Amethyst Smoke #A17FA3
Tints of Amethyst Smoke #A17FA3
RGB
CMYK
RGB Variations
Color information
#A17FA3 (or 0xA17FA3) is known color: Amethyst Smoke. HEX triplet: A1, 7F and A3. RGB value is (161,127,163). Sum of RGB (Red+Green+Blue) = 161+127+163=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 163 - color contains mainly: blue. Hex color #A17FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FA3 is #5E805C. Grayscale: #8D8D8D. Windows color (decimal): -6193245 or 10715041. OLE color: 10715041.
HSL color Cylindrical-coordinate representation of color #A17FA3: hue angle of 296.67º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17FA3 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 127 | 163 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.36 |
| HSL | 296.67º | 0.16% | 0.57% | - |
| HSV(B) | 296.67º | 0.22% | 0.64% | - |
| XYZ | 28.9 | 25.4 | 38.03 | - |
| YUV | 141.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 163 | 0.01 | 0.22 | 0 | 0.36 | 296.67 | 0.16 | 0.57 |
| Hex | A1 | 7F | A3 | 1 | 16 | 0 | 24 | 129 | 10 | 39 |
| Octal | 241 | 177 | 243 | 1 | 26 | 0 | 44 | 451 | 20 | 71 |
| Binary | 10100001 | 1111111 | 10100011 | 1 | 10110 | 0 | 100100 | 100101001 | 10000 | 111001 |
Color Harmonies of #A17FA3
Complementary color
Monochromatic Colors of #A17FA3
Black with #A17FA3
Text Example
Text Example
White with #A17FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FA3; }
p { color: rgb(161,127,163); }
H1.HeaderClassName
{
color: #A17FA3;
}
.AnyTagClassName
{
color: #A17FA3;
}
</style>
background-color css
<style>
a { background-color: #A17FA3; }
a { background-color: rgb(161,127,163); }
div.DivClassName
{
background-color: #A17FA3;
}
.BgClassName
{
background-color: #A17FA3;
}
</style>
border-color css
<style>
span { border-color: #A17FA3; }
span { border-color: rgb(161,127,163); }
td.TdClassName
{
border-color: #A17FA3;
}
.TagClassName
{
border-color: #A17FA3;
}
</style>