Shades of Amethyst Smoke #A081A3
Tints of Amethyst Smoke #A081A3
RGB
CMYK
RGB Variations
Color information
#A081A3 (or 0xA081A3) is known color: Amethyst Smoke. HEX triplet: A0, 81 and A3. RGB value is (160,129,163). Sum of RGB (Red+Green+Blue) = 160+129+163=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 163 - color contains mainly: blue. Hex color #A081A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A081A3 is #5F7E5C. Grayscale: #8E8E8E. Windows color (decimal): -6258269 or 10715552. OLE color: 10715552.
HSL color Cylindrical-coordinate representation of color #A081A3: hue angle of 294.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A081A3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 129 | 163 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.36 |
| HSL | 294.71º | 0.16% | 0.57% | - |
| HSV(B) | 294.71º | 0.21% | 0.64% | - |
| XYZ | 28.96 | 25.82 | 38.11 | - |
| YUV | 142.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 163 | 0.02 | 0.21 | 0 | 0.36 | 294.71 | 0.16 | 0.57 |
| Hex | A0 | 81 | A3 | 2 | 15 | 0 | 24 | 127 | 10 | 39 |
| Octal | 240 | 201 | 243 | 2 | 25 | 0 | 44 | 447 | 20 | 71 |
| Binary | 10100000 | 10000001 | 10100011 | 10 | 10101 | 0 | 100100 | 100100111 | 10000 | 111001 |
Color Harmonies of #A081A3
Complementary color
Monochromatic Colors of #A081A3
Black with #A081A3
Text Example
Text Example
White with #A081A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081A3; }
p { color: rgb(160,129,163); }
H1.HeaderClassName
{
color: #A081A3;
}
.AnyTagClassName
{
color: #A081A3;
}
</style>
background-color css
<style>
a { background-color: #A081A3; }
a { background-color: rgb(160,129,163); }
div.DivClassName
{
background-color: #A081A3;
}
.BgClassName
{
background-color: #A081A3;
}
</style>
border-color css
<style>
span { border-color: #A081A3; }
span { border-color: rgb(160,129,163); }
td.TdClassName
{
border-color: #A081A3;
}
.TagClassName
{
border-color: #A081A3;
}
</style>