Shades of Amethyst Smoke #A07CA4
Tints of Amethyst Smoke #A07CA4
RGB
CMYK
RGB Variations
Color information
#A07CA4 (or 0xA07CA4) is known color: Amethyst Smoke. HEX triplet: A0, 7C and A4. RGB value is (160,124,164). Sum of RGB (Red+Green+Blue) = 160+124+164=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 164 - color contains mainly: blue. Hex color #A07CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CA4 is #5F835B. Grayscale: #8B8B8B. Windows color (decimal): -6259548 or 10779808. OLE color: 10779808.
HSL color Cylindrical-coordinate representation of color #A07CA4: hue angle of 294º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07CA4 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 124 | 164 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.36 |
| HSL | 294º | 0.18% | 0.56% | - |
| HSV(B) | 294º | 0.24% | 0.64% | - |
| XYZ | 28.41 | 24.57 | 38.37 | - |
| YUV | 139.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 164 | 0.02 | 0.24 | 0 | 0.36 | 294 | 0.18 | 0.56 |
| Hex | A0 | 7C | A4 | 2 | 18 | 0 | 24 | 126 | 12 | 38 |
| Octal | 240 | 174 | 244 | 2 | 30 | 0 | 44 | 446 | 22 | 70 |
| Binary | 10100000 | 1111100 | 10100100 | 10 | 11000 | 0 | 100100 | 100100110 | 10010 | 111000 |
Color Harmonies of #A07CA4
Complementary color
Monochromatic Colors of #A07CA4
Black with #A07CA4
Text Example
Text Example
White with #A07CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CA4; }
p { color: rgb(160,124,164); }
H1.HeaderClassName
{
color: #A07CA4;
}
.AnyTagClassName
{
color: #A07CA4;
}
</style>
background-color css
<style>
a { background-color: #A07CA4; }
a { background-color: rgb(160,124,164); }
div.DivClassName
{
background-color: #A07CA4;
}
.BgClassName
{
background-color: #A07CA4;
}
</style>
border-color css
<style>
span { border-color: #A07CA4; }
span { border-color: rgb(160,124,164); }
td.TdClassName
{
border-color: #A07CA4;
}
.TagClassName
{
border-color: #A07CA4;
}
</style>