Shades of Amethyst Smoke #A08AAA
Tints of Amethyst Smoke #A08AAA
RGB
CMYK
RGB Variations
Color information
#A08AAA (or 0xA08AAA) is known color: Amethyst Smoke. HEX triplet: A0, 8A and AA. RGB value is (160,138,170). Sum of RGB (Red+Green+Blue) = 160+138+170=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A08AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08AAA is #5F7555. Grayscale: #949494. Windows color (decimal): -6255958 or 11176608. OLE color: 11176608.
HSL color Cylindrical-coordinate representation of color #A08AAA: hue angle of 281.25º 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 #A08AAA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 138 | 170 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.33 |
| HSL | 281.25º | 0.16% | 0.6% | - |
| HSV(B) | 281.25º | 0.19% | 0.67% | - |
| XYZ | 30.84 | 28.55 | 41.92 | - |
| YUV | 148.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 170 | 0.06 | 0.19 | 0 | 0.33 | 281.25 | 0.16 | 0.6 |
| Hex | A0 | 8A | AA | 6 | 13 | 0 | 21 | 119 | 10 | 3C |
| Octal | 240 | 212 | 252 | 6 | 23 | 0 | 41 | 431 | 20 | 74 |
| Binary | 10100000 | 10001010 | 10101010 | 110 | 10011 | 0 | 100001 | 100011001 | 10000 | 111100 |
Color Harmonies of #A08AAA
Complementary color
Monochromatic Colors of #A08AAA
Black with #A08AAA
Text Example
Text Example
White with #A08AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AAA; }
p { color: rgb(160,138,170); }
H1.HeaderClassName
{
color: #A08AAA;
}
.AnyTagClassName
{
color: #A08AAA;
}
</style>
background-color css
<style>
a { background-color: #A08AAA; }
a { background-color: rgb(160,138,170); }
div.DivClassName
{
background-color: #A08AAA;
}
.BgClassName
{
background-color: #A08AAA;
}
</style>
border-color css
<style>
span { border-color: #A08AAA; }
span { border-color: rgb(160,138,170); }
td.TdClassName
{
border-color: #A08AAA;
}
.TagClassName
{
border-color: #A08AAA;
}
</style>