Shades of Amethyst Smoke #A38CAA
Tints of Amethyst Smoke #A38CAA
RGB
CMYK
RGB Variations
Color information
#A38CAA (or 0xA38CAA) is known color: Amethyst Smoke. HEX triplet: A3, 8C and AA. RGB value is (163,140,170). Sum of RGB (Red+Green+Blue) = 163+140+170=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A38CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CAA is #5C7355. Grayscale: #969696. Windows color (decimal): -6058838 or 11177123. OLE color: 11177123.
HSL color Cylindrical-coordinate representation of color #A38CAA: hue angle of 286º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38CAA is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 140 | 170 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.33 |
| HSL | 286º | 0.15% | 0.61% | - |
| HSV(B) | 286º | 0.18% | 0.67% | - |
| XYZ | 31.74 | 29.44 | 42.04 | - |
| YUV | 150.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 170 | 0.04 | 0.18 | 0 | 0.33 | 286 | 0.15 | 0.61 |
| Hex | A3 | 8C | AA | 4 | 12 | 0 | 21 | 11E | F | 3D |
| Octal | 243 | 214 | 252 | 4 | 22 | 0 | 41 | 436 | 17 | 75 |
| Binary | 10100011 | 10001100 | 10101010 | 100 | 10010 | 0 | 100001 | 100011110 | 1111 | 111101 |
Color Harmonies of #A38CAA
Complementary color
Monochromatic Colors of #A38CAA
Black with #A38CAA
Text Example
Text Example
White with #A38CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CAA; }
p { color: rgb(163,140,170); }
H1.HeaderClassName
{
color: #A38CAA;
}
.AnyTagClassName
{
color: #A38CAA;
}
</style>
background-color css
<style>
a { background-color: #A38CAA; }
a { background-color: rgb(163,140,170); }
div.DivClassName
{
background-color: #A38CAA;
}
.BgClassName
{
background-color: #A38CAA;
}
</style>
border-color css
<style>
span { border-color: #A38CAA; }
span { border-color: rgb(163,140,170); }
td.TdClassName
{
border-color: #A38CAA;
}
.TagClassName
{
border-color: #A38CAA;
}
</style>