Shades of Amethyst Smoke #A27FAA
Tints of Amethyst Smoke #A27FAA
RGB
CMYK
RGB Variations
Color information
#A27FAA (or 0xA27FAA) is known color: Amethyst Smoke. HEX triplet: A2, 7F and AA. RGB value is (162,127,170). Sum of RGB (Red+Green+Blue) = 162+127+170=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FAA is #5D8055. Grayscale: #8E8E8E. Windows color (decimal): -6127702 or 11173794. OLE color: 11173794.
HSL color Cylindrical-coordinate representation of color #A27FAA: hue angle of 288.84º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27FAA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 127 | 170 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.33 |
| HSL | 288.84º | 0.2% | 0.58% | - |
| HSV(B) | 288.84º | 0.25% | 0.67% | - |
| XYZ | 29.75 | 25.76 | 41.44 | - |
| YUV | 142.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 170 | 0.05 | 0.25 | 0 | 0.33 | 288.84 | 0.2 | 0.58 |
| Hex | A2 | 7F | AA | 5 | 19 | 0 | 21 | 121 | 14 | 3A |
| Octal | 242 | 177 | 252 | 5 | 31 | 0 | 41 | 441 | 24 | 72 |
| Binary | 10100010 | 1111111 | 10101010 | 101 | 11001 | 0 | 100001 | 100100001 | 10100 | 111010 |
Color Harmonies of #A27FAA
Complementary color
Monochromatic Colors of #A27FAA
Black with #A27FAA
Text Example
Text Example
White with #A27FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FAA; }
p { color: rgb(162,127,170); }
H1.HeaderClassName
{
color: #A27FAA;
}
.AnyTagClassName
{
color: #A27FAA;
}
</style>
background-color css
<style>
a { background-color: #A27FAA; }
a { background-color: rgb(162,127,170); }
div.DivClassName
{
background-color: #A27FAA;
}
.BgClassName
{
background-color: #A27FAA;
}
</style>
border-color css
<style>
span { border-color: #A27FAA; }
span { border-color: rgb(162,127,170); }
td.TdClassName
{
border-color: #A27FAA;
}
.TagClassName
{
border-color: #A27FAA;
}
</style>