Shades of Amethyst Smoke #A082A5
Tints of Amethyst Smoke #A082A5
RGB
CMYK
RGB Variations
Color information
#A082A5 (or 0xA082A5) is known color: Amethyst Smoke. HEX triplet: A0, 82 and A5. RGB value is (160,130,165). Sum of RGB (Red+Green+Blue) = 160+130+165=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 165 - color contains mainly: blue. Hex color #A082A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A082A5 is #5F7D5A. Grayscale: #8E8E8E. Windows color (decimal): -6258011 or 10846880. OLE color: 10846880.
HSL color Cylindrical-coordinate representation of color #A082A5: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A082A5 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 130 | 165 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.35 |
| HSL | 291.43º | 0.16% | 0.58% | - |
| HSV(B) | 291.43º | 0.21% | 0.65% | - |
| XYZ | 29.27 | 26.16 | 39.1 | - |
| YUV | 142.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 165 | 0.03 | 0.21 | 0 | 0.35 | 291.43 | 0.16 | 0.58 |
| Hex | A0 | 82 | A5 | 3 | 15 | 0 | 23 | 123 | 10 | 3A |
| Octal | 240 | 202 | 245 | 3 | 25 | 0 | 43 | 443 | 20 | 72 |
| Binary | 10100000 | 10000010 | 10100101 | 11 | 10101 | 0 | 100011 | 100100011 | 10000 | 111010 |
Color Harmonies of #A082A5
Complementary color
Monochromatic Colors of #A082A5
Black with #A082A5
Text Example
Text Example
White with #A082A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082A5; }
p { color: rgb(160,130,165); }
H1.HeaderClassName
{
color: #A082A5;
}
.AnyTagClassName
{
color: #A082A5;
}
</style>
background-color css
<style>
a { background-color: #A082A5; }
a { background-color: rgb(160,130,165); }
div.DivClassName
{
background-color: #A082A5;
}
.BgClassName
{
background-color: #A082A5;
}
</style>
border-color css
<style>
span { border-color: #A082A5; }
span { border-color: rgb(160,130,165); }
td.TdClassName
{
border-color: #A082A5;
}
.TagClassName
{
border-color: #A082A5;
}
</style>