Shades of Amethyst Smoke #A38AAA
Tints of Amethyst Smoke #A38AAA
RGB
CMYK
RGB Variations
Color information
#A38AAA (or 0xA38AAA) is known color: Amethyst Smoke. HEX triplet: A3, 8A and AA. RGB value is (163,138,170). Sum of RGB (Red+Green+Blue) = 163+138+170=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #A38AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38AAA is #5C7555. Grayscale: #959595. Windows color (decimal): -6059350 or 11176611. OLE color: 11176611.
HSL color Cylindrical-coordinate representation of color #A38AAA: hue angle of 286.88º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38AAA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 138 | 170 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.33 |
| HSL | 286.88º | 0.16% | 0.6% | - |
| HSV(B) | 286.88º | 0.19% | 0.67% | - |
| XYZ | 31.45 | 28.87 | 41.94 | - |
| YUV | 149.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 170 | 0.04 | 0.19 | 0 | 0.33 | 286.88 | 0.16 | 0.6 |
| Hex | A3 | 8A | AA | 4 | 13 | 0 | 21 | 11F | 10 | 3C |
| Octal | 243 | 212 | 252 | 4 | 23 | 0 | 41 | 437 | 20 | 74 |
| Binary | 10100011 | 10001010 | 10101010 | 100 | 10011 | 0 | 100001 | 100011111 | 10000 | 111100 |
Color Harmonies of #A38AAA
Complementary color
Monochromatic Colors of #A38AAA
Black with #A38AAA
Text Example
Text Example
White with #A38AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38AAA; }
p { color: rgb(163,138,170); }
H1.HeaderClassName
{
color: #A38AAA;
}
.AnyTagClassName
{
color: #A38AAA;
}
</style>
background-color css
<style>
a { background-color: #A38AAA; }
a { background-color: rgb(163,138,170); }
div.DivClassName
{
background-color: #A38AAA;
}
.BgClassName
{
background-color: #A38AAA;
}
</style>
border-color css
<style>
span { border-color: #A38AAA; }
span { border-color: rgb(163,138,170); }
td.TdClassName
{
border-color: #A38AAA;
}
.TagClassName
{
border-color: #A38AAA;
}
</style>