Shades of Amethyst Smoke #A382AA
Tints of Amethyst Smoke #A382AA
RGB
CMYK
RGB Variations
Color information
#A382AA (or 0xA382AA) is known color: Amethyst Smoke. HEX triplet: A3, 82 and AA. RGB value is (163,130,170). Sum of RGB (Red+Green+Blue) = 163+130+170=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A382AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A382AA is #5C7D55. Grayscale: #909090. Windows color (decimal): -6061398 or 11174563. OLE color: 11174563.
HSL color Cylindrical-coordinate representation of color #A382AA: hue angle of 289.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 #A382AA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 130 | 170 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.33 |
| HSL | 289.5º | 0.19% | 0.59% | - |
| HSV(B) | 289.5º | 0.24% | 0.67% | - |
| XYZ | 30.34 | 26.65 | 41.58 | - |
| YUV | 144.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 170 | 0.04 | 0.24 | 0 | 0.33 | 289.5 | 0.19 | 0.59 |
| Hex | A3 | 82 | AA | 4 | 18 | 0 | 21 | 122 | 13 | 3B |
| Octal | 243 | 202 | 252 | 4 | 30 | 0 | 41 | 442 | 23 | 73 |
| Binary | 10100011 | 10000010 | 10101010 | 100 | 11000 | 0 | 100001 | 100100010 | 10011 | 111011 |
Color Harmonies of #A382AA
Complementary color
Monochromatic Colors of #A382AA
Black with #A382AA
Text Example
Text Example
White with #A382AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382AA; }
p { color: rgb(163,130,170); }
H1.HeaderClassName
{
color: #A382AA;
}
.AnyTagClassName
{
color: #A382AA;
}
</style>
background-color css
<style>
a { background-color: #A382AA; }
a { background-color: rgb(163,130,170); }
div.DivClassName
{
background-color: #A382AA;
}
.BgClassName
{
background-color: #A382AA;
}
</style>
border-color css
<style>
span { border-color: #A382AA; }
span { border-color: rgb(163,130,170); }
td.TdClassName
{
border-color: #A382AA;
}
.TagClassName
{
border-color: #A382AA;
}
</style>