Shades of Amethyst Smoke #A27FA7
Tints of Amethyst Smoke #A27FA7
RGB
CMYK
RGB Variations
Color information
#A27FA7 (or 0xA27FA7) is known color: Amethyst Smoke. HEX triplet: A2, 7F and A7. RGB value is (162,127,167). Sum of RGB (Red+Green+Blue) = 162+127+167=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 167 - color contains mainly: blue. Hex color #A27FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FA7 is #5D8058. Grayscale: #8D8D8D. Windows color (decimal): -6127705 or 10977186. OLE color: 10977186.
HSL color Cylindrical-coordinate representation of color #A27FA7: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A27FA7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 127 | 167 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.35 |
| HSL | 292.5º | 0.19% | 0.58% | - |
| HSV(B) | 292.5º | 0.24% | 0.65% | - |
| XYZ | 29.46 | 25.65 | 39.96 | - |
| YUV | 142.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 167 | 0.03 | 0.24 | 0 | 0.35 | 292.5 | 0.19 | 0.58 |
| Hex | A2 | 7F | A7 | 3 | 18 | 0 | 23 | 124 | 13 | 3A |
| Octal | 242 | 177 | 247 | 3 | 30 | 0 | 43 | 444 | 23 | 72 |
| Binary | 10100010 | 1111111 | 10100111 | 11 | 11000 | 0 | 100011 | 100100100 | 10011 | 111010 |
Color Harmonies of #A27FA7
Complementary color
Monochromatic Colors of #A27FA7
Black with #A27FA7
Text Example
Text Example
White with #A27FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FA7; }
p { color: rgb(162,127,167); }
H1.HeaderClassName
{
color: #A27FA7;
}
.AnyTagClassName
{
color: #A27FA7;
}
</style>
background-color css
<style>
a { background-color: #A27FA7; }
a { background-color: rgb(162,127,167); }
div.DivClassName
{
background-color: #A27FA7;
}
.BgClassName
{
background-color: #A27FA7;
}
</style>
border-color css
<style>
span { border-color: #A27FA7; }
span { border-color: rgb(162,127,167); }
td.TdClassName
{
border-color: #A27FA7;
}
.TagClassName
{
border-color: #A27FA7;
}
</style>