Shades of Amethyst Smoke #A284AC
Tints of Amethyst Smoke #A284AC
RGB
CMYK
RGB Variations
Color information
#A284AC (or 0xA284AC) is known color: Amethyst Smoke. HEX triplet: A2, 84 and AC. RGB value is (162,132,172). Sum of RGB (Red+Green+Blue) = 162+132+172=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #A284AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A284AC is #5D7B53. Grayscale: #919191. Windows color (decimal): -6126420 or 11306146. OLE color: 11306146.
HSL color Cylindrical-coordinate representation of color #A284AC: hue angle of 285º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A284AC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 132 | 172 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.33 |
| HSL | 285º | 0.19% | 0.6% | - |
| HSV(B) | 285º | 0.23% | 0.67% | - |
| XYZ | 30.6 | 27.16 | 42.66 | - |
| YUV | 145.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 172 | 0.06 | 0.23 | 0 | 0.33 | 285 | 0.19 | 0.6 |
| Hex | A2 | 84 | AC | 6 | 17 | 0 | 21 | 11D | 13 | 3C |
| Octal | 242 | 204 | 254 | 6 | 27 | 0 | 41 | 435 | 23 | 74 |
| Binary | 10100010 | 10000100 | 10101100 | 110 | 10111 | 0 | 100001 | 100011101 | 10011 | 111100 |
Color Harmonies of #A284AC
Complementary color
Monochromatic Colors of #A284AC
Black with #A284AC
Text Example
Text Example
White with #A284AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284AC; }
p { color: rgb(162,132,172); }
H1.HeaderClassName
{
color: #A284AC;
}
.AnyTagClassName
{
color: #A284AC;
}
</style>
background-color css
<style>
a { background-color: #A284AC; }
a { background-color: rgb(162,132,172); }
div.DivClassName
{
background-color: #A284AC;
}
.BgClassName
{
background-color: #A284AC;
}
</style>
border-color css
<style>
span { border-color: #A284AC; }
span { border-color: rgb(162,132,172); }
td.TdClassName
{
border-color: #A284AC;
}
.TagClassName
{
border-color: #A284AC;
}
</style>