Shades of Amethyst Smoke #A282AC
Tints of Amethyst Smoke #A282AC
RGB
CMYK
RGB Variations
Color information
#A282AC (or 0xA282AC) is known color: Amethyst Smoke. HEX triplet: A2, 82 and AC. RGB value is (162,130,172). Sum of RGB (Red+Green+Blue) = 162+130+172=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A282AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A282AC is #5D7D53. Grayscale: #909090. Windows color (decimal): -6126932 or 11305634. OLE color: 11305634.
HSL color Cylindrical-coordinate representation of color #A282AC: hue angle of 285.71º 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 #A282AC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 130 | 172 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.33 |
| HSL | 285.71º | 0.2% | 0.59% | - |
| HSV(B) | 285.71º | 0.24% | 0.67% | - |
| XYZ | 30.33 | 26.63 | 42.57 | - |
| YUV | 144.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 172 | 0.06 | 0.24 | 0 | 0.33 | 285.71 | 0.2 | 0.59 |
| Hex | A2 | 82 | AC | 6 | 18 | 0 | 21 | 11E | 14 | 3B |
| Octal | 242 | 202 | 254 | 6 | 30 | 0 | 41 | 436 | 24 | 73 |
| Binary | 10100010 | 10000010 | 10101100 | 110 | 11000 | 0 | 100001 | 100011110 | 10100 | 111011 |
Color Harmonies of #A282AC
Complementary color
Monochromatic Colors of #A282AC
Black with #A282AC
Text Example
Text Example
White with #A282AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282AC; }
p { color: rgb(162,130,172); }
H1.HeaderClassName
{
color: #A282AC;
}
.AnyTagClassName
{
color: #A282AC;
}
</style>
background-color css
<style>
a { background-color: #A282AC; }
a { background-color: rgb(162,130,172); }
div.DivClassName
{
background-color: #A282AC;
}
.BgClassName
{
background-color: #A282AC;
}
</style>
border-color css
<style>
span { border-color: #A282AC; }
span { border-color: rgb(162,130,172); }
td.TdClassName
{
border-color: #A282AC;
}
.TagClassName
{
border-color: #A282AC;
}
</style>