Shades of Amethyst Smoke #A582AA
Tints of Amethyst Smoke #A582AA
RGB
CMYK
RGB Variations
Color information
#A582AA (or 0xA582AA) is known color: Amethyst Smoke. HEX triplet: A5, 82 and AA. RGB value is (165,130,170). Sum of RGB (Red+Green+Blue) = 165+130+170=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A582AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582AA is #5A7D55. Grayscale: #909090. Windows color (decimal): -5930326 or 11174565. OLE color: 11174565.
HSL color Cylindrical-coordinate representation of color #A582AA: hue angle of 292.5º degrees, saturation: 0.19, 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 #A582AA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 130 | 170 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.33 |
| HSL | 292.5º | 0.19% | 0.59% | - |
| HSV(B) | 292.5º | 0.24% | 0.67% | - |
| XYZ | 30.76 | 26.87 | 41.6 | - |
| YUV | 145.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 170 | 0.03 | 0.24 | 0 | 0.33 | 292.5 | 0.19 | 0.59 |
| Hex | A5 | 82 | AA | 3 | 18 | 0 | 21 | 124 | 13 | 3B |
| Octal | 245 | 202 | 252 | 3 | 30 | 0 | 41 | 444 | 23 | 73 |
| Binary | 10100101 | 10000010 | 10101010 | 11 | 11000 | 0 | 100001 | 100100100 | 10011 | 111011 |
Color Harmonies of #A582AA
Complementary color
Monochromatic Colors of #A582AA
Black with #A582AA
Text Example
Text Example
White with #A582AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582AA; }
p { color: rgb(165,130,170); }
H1.HeaderClassName
{
color: #A582AA;
}
.AnyTagClassName
{
color: #A582AA;
}
</style>
background-color css
<style>
a { background-color: #A582AA; }
a { background-color: rgb(165,130,170); }
div.DivClassName
{
background-color: #A582AA;
}
.BgClassName
{
background-color: #A582AA;
}
</style>
border-color css
<style>
span { border-color: #A582AA; }
span { border-color: rgb(165,130,170); }
td.TdClassName
{
border-color: #A582AA;
}
.TagClassName
{
border-color: #A582AA;
}
</style>