Shades of Amethyst Smoke #A082A6
Tints of Amethyst Smoke #A082A6
RGB
CMYK
RGB Variations
Color information
#A082A6 (or 0xA082A6) is known color: Amethyst Smoke. HEX triplet: A0, 82 and A6. RGB value is (160,130,166). Sum of RGB (Red+Green+Blue) = 160+130+166=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 166 - color contains mainly: blue. Hex color #A082A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A082A6 is #5F7D59. Grayscale: #8E8E8E. Windows color (decimal): -6258010 or 10912416. OLE color: 10912416.
HSL color Cylindrical-coordinate representation of color #A082A6: hue angle of 290º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A082A6 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 130 | 166 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.35 |
| HSL | 290º | 0.17% | 0.58% | - |
| HSV(B) | 290º | 0.22% | 0.65% | - |
| XYZ | 29.36 | 26.19 | 39.58 | - |
| YUV | 143.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 166 | 0.04 | 0.22 | 0 | 0.35 | 290 | 0.17 | 0.58 |
| Hex | A0 | 82 | A6 | 4 | 16 | 0 | 23 | 122 | 11 | 3A |
| Octal | 240 | 202 | 246 | 4 | 26 | 0 | 43 | 442 | 21 | 72 |
| Binary | 10100000 | 10000010 | 10100110 | 100 | 10110 | 0 | 100011 | 100100010 | 10001 | 111010 |
Color Harmonies of #A082A6
Complementary color
Monochromatic Colors of #A082A6
Black with #A082A6
Text Example
Text Example
White with #A082A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082A6; }
p { color: rgb(160,130,166); }
H1.HeaderClassName
{
color: #A082A6;
}
.AnyTagClassName
{
color: #A082A6;
}
</style>
background-color css
<style>
a { background-color: #A082A6; }
a { background-color: rgb(160,130,166); }
div.DivClassName
{
background-color: #A082A6;
}
.BgClassName
{
background-color: #A082A6;
}
</style>
border-color css
<style>
span { border-color: #A082A6; }
span { border-color: rgb(160,130,166); }
td.TdClassName
{
border-color: #A082A6;
}
.TagClassName
{
border-color: #A082A6;
}
</style>