Shades of Amethyst Smoke #A38BA8
Tints of Amethyst Smoke #A38BA8
RGB
CMYK
RGB Variations
Color information
#A38BA8 (or 0xA38BA8) is known color: Amethyst Smoke. HEX triplet: A3, 8B and A8. RGB value is (163,139,168). Sum of RGB (Red+Green+Blue) = 163+139+168=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 168 - color contains mainly: blue. Hex color #A38BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BA8 is #5C7457. Grayscale: #959595. Windows color (decimal): -6059096 or 11045795. OLE color: 11045795.
HSL color Cylindrical-coordinate representation of color #A38BA8: hue angle of 289.66º 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 #A38BA8 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 139 | 168 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.34 |
| HSL | 289.66º | 0.14% | 0.6% | - |
| HSV(B) | 289.66º | 0.17% | 0.66% | - |
| XYZ | 31.4 | 29.08 | 41 | - |
| YUV | 149.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 168 | 0.03 | 0.17 | 0 | 0.34 | 289.66 | 0.14 | 0.6 |
| Hex | A3 | 8B | A8 | 3 | 11 | 0 | 22 | 122 | E | 3C |
| Octal | 243 | 213 | 250 | 3 | 21 | 0 | 42 | 442 | 16 | 74 |
| Binary | 10100011 | 10001011 | 10101000 | 11 | 10001 | 0 | 100010 | 100100010 | 1110 | 111100 |
Color Harmonies of #A38BA8
Complementary color
Monochromatic Colors of #A38BA8
Black with #A38BA8
Text Example
Text Example
White with #A38BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BA8; }
p { color: rgb(163,139,168); }
H1.HeaderClassName
{
color: #A38BA8;
}
.AnyTagClassName
{
color: #A38BA8;
}
</style>
background-color css
<style>
a { background-color: #A38BA8; }
a { background-color: rgb(163,139,168); }
div.DivClassName
{
background-color: #A38BA8;
}
.BgClassName
{
background-color: #A38BA8;
}
</style>
border-color css
<style>
span { border-color: #A38BA8; }
span { border-color: rgb(163,139,168); }
td.TdClassName
{
border-color: #A38BA8;
}
.TagClassName
{
border-color: #A38BA8;
}
</style>