Shades of Amethyst Smoke #A382AB
Tints of Amethyst Smoke #A382AB
RGB
CMYK
RGB Variations
Color information
#A382AB (or 0xA382AB) is known color: Amethyst Smoke. HEX triplet: A3, 82 and AB. RGB value is (163,130,171). Sum of RGB (Red+Green+Blue) = 163+130+171=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A382AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A382AB is #5C7D54. Grayscale: #909090. Windows color (decimal): -6061397 or 11240099. OLE color: 11240099.
HSL color Cylindrical-coordinate representation of color #A382AB: hue angle of 288.29º 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 #A382AB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 130 | 171 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.33 |
| HSL | 288.29º | 0.2% | 0.59% | - |
| HSV(B) | 288.29º | 0.24% | 0.67% | - |
| XYZ | 30.44 | 26.69 | 42.08 | - |
| YUV | 144.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 171 | 0.05 | 0.24 | 0 | 0.33 | 288.29 | 0.2 | 0.59 |
| Hex | A3 | 82 | AB | 5 | 18 | 0 | 21 | 120 | 14 | 3B |
| Octal | 243 | 202 | 253 | 5 | 30 | 0 | 41 | 440 | 24 | 73 |
| Binary | 10100011 | 10000010 | 10101011 | 101 | 11000 | 0 | 100001 | 100100000 | 10100 | 111011 |
Color Harmonies of #A382AB
Complementary color
Monochromatic Colors of #A382AB
Black with #A382AB
Text Example
Text Example
White with #A382AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382AB; }
p { color: rgb(163,130,171); }
H1.HeaderClassName
{
color: #A382AB;
}
.AnyTagClassName
{
color: #A382AB;
}
</style>
background-color css
<style>
a { background-color: #A382AB; }
a { background-color: rgb(163,130,171); }
div.DivClassName
{
background-color: #A382AB;
}
.BgClassName
{
background-color: #A382AB;
}
</style>
border-color css
<style>
span { border-color: #A382AB; }
span { border-color: rgb(163,130,171); }
td.TdClassName
{
border-color: #A382AB;
}
.TagClassName
{
border-color: #A382AB;
}
</style>