Shades of Amethyst Smoke #A082AC
Tints of Amethyst Smoke #A082AC
RGB
CMYK
RGB Variations
Color information
#A082AC (or 0xA082AC) is known color: Amethyst Smoke. HEX triplet: A0, 82 and AC. RGB value is (160,130,172). Sum of RGB (Red+Green+Blue) = 160+130+172=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #A082AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A082AC is #5F7D53. Grayscale: #8F8F8F. Windows color (decimal): -6258004 or 11305632. OLE color: 11305632.
HSL color Cylindrical-coordinate representation of color #A082AC: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A082AC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 130 | 172 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.33 |
| HSL | 282.86º | 0.2% | 0.59% | - |
| HSV(B) | 282.86º | 0.24% | 0.67% | - |
| XYZ | 29.93 | 26.42 | 42.55 | - |
| YUV | 143.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 172 | 0.07 | 0.24 | 0 | 0.33 | 282.86 | 0.2 | 0.59 |
| Hex | A0 | 82 | AC | 7 | 18 | 0 | 21 | 11B | 14 | 3B |
| Octal | 240 | 202 | 254 | 7 | 30 | 0 | 41 | 433 | 24 | 73 |
| Binary | 10100000 | 10000010 | 10101100 | 111 | 11000 | 0 | 100001 | 100011011 | 10100 | 111011 |
Color Harmonies of #A082AC
Complementary color
Monochromatic Colors of #A082AC
Black with #A082AC
Text Example
Text Example
White with #A082AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082AC; }
p { color: rgb(160,130,172); }
H1.HeaderClassName
{
color: #A082AC;
}
.AnyTagClassName
{
color: #A082AC;
}
</style>
background-color css
<style>
a { background-color: #A082AC; }
a { background-color: rgb(160,130,172); }
div.DivClassName
{
background-color: #A082AC;
}
.BgClassName
{
background-color: #A082AC;
}
</style>
border-color css
<style>
span { border-color: #A082AC; }
span { border-color: rgb(160,130,172); }
td.TdClassName
{
border-color: #A082AC;
}
.TagClassName
{
border-color: #A082AC;
}
</style>