Shades of Amethyst Smoke #A07BA7
Tints of Amethyst Smoke #A07BA7
RGB
CMYK
RGB Variations
Color information
#A07BA7 (or 0xA07BA7) is known color: Amethyst Smoke. HEX triplet: A0, 7B and A7. RGB value is (160,123,167). Sum of RGB (Red+Green+Blue) = 160+123+167=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 167 - color contains mainly: blue. Hex color #A07BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BA7 is #5F8458. Grayscale: #8A8A8A. Windows color (decimal): -6259801 or 10976160. OLE color: 10976160.
HSL color Cylindrical-coordinate representation of color #A07BA7: hue angle of 290.45º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07BA7 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 123 | 167 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.35 |
| HSL | 290.45º | 0.2% | 0.57% | - |
| HSV(B) | 290.45º | 0.26% | 0.65% | - |
| XYZ | 28.56 | 24.43 | 39.77 | - |
| YUV | 139.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 167 | 0.04 | 0.26 | 0 | 0.35 | 290.45 | 0.2 | 0.57 |
| Hex | A0 | 7B | A7 | 4 | 1A | 0 | 23 | 122 | 14 | 39 |
| Octal | 240 | 173 | 247 | 4 | 32 | 0 | 43 | 442 | 24 | 71 |
| Binary | 10100000 | 1111011 | 10100111 | 100 | 11010 | 0 | 100011 | 100100010 | 10100 | 111001 |
Color Harmonies of #A07BA7
Complementary color
Monochromatic Colors of #A07BA7
Black with #A07BA7
Text Example
Text Example
White with #A07BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BA7; }
p { color: rgb(160,123,167); }
H1.HeaderClassName
{
color: #A07BA7;
}
.AnyTagClassName
{
color: #A07BA7;
}
</style>
background-color css
<style>
a { background-color: #A07BA7; }
a { background-color: rgb(160,123,167); }
div.DivClassName
{
background-color: #A07BA7;
}
.BgClassName
{
background-color: #A07BA7;
}
</style>
border-color css
<style>
span { border-color: #A07BA7; }
span { border-color: rgb(160,123,167); }
td.TdClassName
{
border-color: #A07BA7;
}
.TagClassName
{
border-color: #A07BA7;
}
</style>