Shades of Amethyst Smoke #A07FA3
Tints of Amethyst Smoke #A07FA3
RGB
CMYK
RGB Variations
Color information
#A07FA3 (or 0xA07FA3) is known color: Amethyst Smoke. HEX triplet: A0, 7F and A3. RGB value is (160,127,163). Sum of RGB (Red+Green+Blue) = 160+127+163=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 163 - color contains mainly: blue. Hex color #A07FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FA3 is #5F805C. Grayscale: #8C8C8C. Windows color (decimal): -6258781 or 10715040. OLE color: 10715040.
HSL color Cylindrical-coordinate representation of color #A07FA3: hue angle of 295º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07FA3 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 127 | 163 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.36 |
| HSL | 295º | 0.16% | 0.57% | - |
| HSV(B) | 295º | 0.22% | 0.64% | - |
| XYZ | 28.7 | 25.3 | 38.02 | - |
| YUV | 140.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 163 | 0.02 | 0.22 | 0 | 0.36 | 295 | 0.16 | 0.57 |
| Hex | A0 | 7F | A3 | 2 | 16 | 0 | 24 | 127 | 10 | 39 |
| Octal | 240 | 177 | 243 | 2 | 26 | 0 | 44 | 447 | 20 | 71 |
| Binary | 10100000 | 1111111 | 10100011 | 10 | 10110 | 0 | 100100 | 100100111 | 10000 | 111001 |
Color Harmonies of #A07FA3
Complementary color
Monochromatic Colors of #A07FA3
Black with #A07FA3
Text Example
Text Example
White with #A07FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FA3; }
p { color: rgb(160,127,163); }
H1.HeaderClassName
{
color: #A07FA3;
}
.AnyTagClassName
{
color: #A07FA3;
}
</style>
background-color css
<style>
a { background-color: #A07FA3; }
a { background-color: rgb(160,127,163); }
div.DivClassName
{
background-color: #A07FA3;
}
.BgClassName
{
background-color: #A07FA3;
}
</style>
border-color css
<style>
span { border-color: #A07FA3; }
span { border-color: rgb(160,127,163); }
td.TdClassName
{
border-color: #A07FA3;
}
.TagClassName
{
border-color: #A07FA3;
}
</style>