Shades of Amethyst Smoke #A183AA
Tints of Amethyst Smoke #A183AA
RGB
CMYK
RGB Variations
Color information
#A183AA (or 0xA183AA) is known color: Amethyst Smoke. HEX triplet: A1, 83 and AA. RGB value is (161,131,170). Sum of RGB (Red+Green+Blue) = 161+131+170=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A183AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A183AA is #5E7C55. Grayscale: #909090. Windows color (decimal): -6192214 or 11174817. OLE color: 11174817.
HSL color Cylindrical-coordinate representation of color #A183AA: hue angle of 286.15º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A183AA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 131 | 170 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.33 |
| HSL | 286.15º | 0.19% | 0.59% | - |
| HSV(B) | 286.15º | 0.23% | 0.67% | - |
| XYZ | 30.07 | 26.71 | 41.6 | - |
| YUV | 144.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 170 | 0.05 | 0.23 | 0 | 0.33 | 286.15 | 0.19 | 0.59 |
| Hex | A1 | 83 | AA | 5 | 17 | 0 | 21 | 11E | 13 | 3B |
| Octal | 241 | 203 | 252 | 5 | 27 | 0 | 41 | 436 | 23 | 73 |
| Binary | 10100001 | 10000011 | 10101010 | 101 | 10111 | 0 | 100001 | 100011110 | 10011 | 111011 |
Color Harmonies of #A183AA
Complementary color
Monochromatic Colors of #A183AA
Black with #A183AA
Text Example
Text Example
White with #A183AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183AA; }
p { color: rgb(161,131,170); }
H1.HeaderClassName
{
color: #A183AA;
}
.AnyTagClassName
{
color: #A183AA;
}
</style>
background-color css
<style>
a { background-color: #A183AA; }
a { background-color: rgb(161,131,170); }
div.DivClassName
{
background-color: #A183AA;
}
.BgClassName
{
background-color: #A183AA;
}
</style>
border-color css
<style>
span { border-color: #A183AA; }
span { border-color: rgb(161,131,170); }
td.TdClassName
{
border-color: #A183AA;
}
.TagClassName
{
border-color: #A183AA;
}
</style>