Shades of Amethyst Smoke #A27DAA
Tints of Amethyst Smoke #A27DAA
RGB
CMYK
RGB Variations
Color information
#A27DAA (or 0xA27DAA) is known color: Amethyst Smoke. HEX triplet: A2, 7D and AA. RGB value is (162,125,170). Sum of RGB (Red+Green+Blue) = 162+125+170=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DAA is #5D8255. Grayscale: #8D8D8D. Windows color (decimal): -6128214 or 11173282. OLE color: 11173282.
HSL color Cylindrical-coordinate representation of color #A27DAA: hue angle of 289.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27DAA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 125 | 170 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.33 |
| HSL | 289.33º | 0.21% | 0.58% | - |
| HSV(B) | 289.33º | 0.26% | 0.67% | - |
| XYZ | 29.49 | 25.25 | 41.35 | - |
| YUV | 141.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 170 | 0.05 | 0.26 | 0 | 0.33 | 289.33 | 0.21 | 0.58 |
| Hex | A2 | 7D | AA | 5 | 1A | 0 | 21 | 121 | 15 | 3A |
| Octal | 242 | 175 | 252 | 5 | 32 | 0 | 41 | 441 | 25 | 72 |
| Binary | 10100010 | 1111101 | 10101010 | 101 | 11010 | 0 | 100001 | 100100001 | 10101 | 111010 |
Color Harmonies of #A27DAA
Complementary color
Monochromatic Colors of #A27DAA
Black with #A27DAA
Text Example
Text Example
White with #A27DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DAA; }
p { color: rgb(162,125,170); }
H1.HeaderClassName
{
color: #A27DAA;
}
.AnyTagClassName
{
color: #A27DAA;
}
</style>
background-color css
<style>
a { background-color: #A27DAA; }
a { background-color: rgb(162,125,170); }
div.DivClassName
{
background-color: #A27DAA;
}
.BgClassName
{
background-color: #A27DAA;
}
</style>
border-color css
<style>
span { border-color: #A27DAA; }
span { border-color: rgb(162,125,170); }
td.TdClassName
{
border-color: #A27DAA;
}
.TagClassName
{
border-color: #A27DAA;
}
</style>