Shades of Amethyst Smoke #A38CA8
Tints of Amethyst Smoke #A38CA8
RGB
CMYK
RGB Variations
Color information
#A38CA8 (or 0xA38CA8) is known color: Amethyst Smoke. HEX triplet: A3, 8C and A8. RGB value is (163,140,168). Sum of RGB (Red+Green+Blue) = 163+140+168=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 168 - color contains mainly: blue. Hex color #A38CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CA8 is #5C7357. Grayscale: #959595. Windows color (decimal): -6058840 or 11046051. OLE color: 11046051.
HSL color Cylindrical-coordinate representation of color #A38CA8: hue angle of 289.29º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A38CA8 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 140 | 168 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.34 |
| HSL | 289.29º | 0.14% | 0.6% | - |
| HSV(B) | 289.29º | 0.17% | 0.66% | - |
| XYZ | 31.55 | 29.37 | 41.05 | - |
| YUV | 150.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 168 | 0.03 | 0.17 | 0 | 0.34 | 289.29 | 0.14 | 0.6 |
| Hex | A3 | 8C | A8 | 3 | 11 | 0 | 22 | 121 | E | 3C |
| Octal | 243 | 214 | 250 | 3 | 21 | 0 | 42 | 441 | 16 | 74 |
| Binary | 10100011 | 10001100 | 10101000 | 11 | 10001 | 0 | 100010 | 100100001 | 1110 | 111100 |
Color Harmonies of #A38CA8
Complementary color
Monochromatic Colors of #A38CA8
Black with #A38CA8
Text Example
Text Example
White with #A38CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CA8; }
p { color: rgb(163,140,168); }
H1.HeaderClassName
{
color: #A38CA8;
}
.AnyTagClassName
{
color: #A38CA8;
}
</style>
background-color css
<style>
a { background-color: #A38CA8; }
a { background-color: rgb(163,140,168); }
div.DivClassName
{
background-color: #A38CA8;
}
.BgClassName
{
background-color: #A38CA8;
}
</style>
border-color css
<style>
span { border-color: #A38CA8; }
span { border-color: rgb(163,140,168); }
td.TdClassName
{
border-color: #A38CA8;
}
.TagClassName
{
border-color: #A38CA8;
}
</style>