Shades of Amethyst Smoke #A07DAB
Tints of Amethyst Smoke #A07DAB
RGB
CMYK
RGB Variations
Color information
#A07DAB (or 0xA07DAB) is known color: Amethyst Smoke. HEX triplet: A0, 7D and AB. RGB value is (160,125,171). Sum of RGB (Red+Green+Blue) = 160+125+171=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A07DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07DAB is #5F8254. Grayscale: #8C8C8C. Windows color (decimal): -6259285 or 11238816. OLE color: 11238816.
HSL color Cylindrical-coordinate representation of color #A07DAB: hue angle of 285.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07DAB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 125 | 171 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.33 |
| HSL | 285.65º | 0.21% | 0.58% | - |
| HSV(B) | 285.65º | 0.27% | 0.67% | - |
| XYZ | 29.18 | 25.08 | 41.83 | - |
| YUV | 140.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 171 | 0.06 | 0.27 | 0 | 0.33 | 285.65 | 0.21 | 0.58 |
| Hex | A0 | 7D | AB | 6 | 1B | 0 | 21 | 11E | 15 | 3A |
| Octal | 240 | 175 | 253 | 6 | 33 | 0 | 41 | 436 | 25 | 72 |
| Binary | 10100000 | 1111101 | 10101011 | 110 | 11011 | 0 | 100001 | 100011110 | 10101 | 111010 |
Color Harmonies of #A07DAB
Complementary color
Monochromatic Colors of #A07DAB
Black with #A07DAB
Text Example
Text Example
White with #A07DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DAB; }
p { color: rgb(160,125,171); }
H1.HeaderClassName
{
color: #A07DAB;
}
.AnyTagClassName
{
color: #A07DAB;
}
</style>
background-color css
<style>
a { background-color: #A07DAB; }
a { background-color: rgb(160,125,171); }
div.DivClassName
{
background-color: #A07DAB;
}
.BgClassName
{
background-color: #A07DAB;
}
</style>
border-color css
<style>
span { border-color: #A07DAB; }
span { border-color: rgb(160,125,171); }
td.TdClassName
{
border-color: #A07DAB;
}
.TagClassName
{
border-color: #A07DAB;
}
</style>