Shades of Amethyst Smoke #A298A6
Tints of Amethyst Smoke #A298A6
RGB
CMYK
RGB Variations
Color information
#A298A6 (or 0xA298A6) is known color: Amethyst Smoke. HEX triplet: A2, 98 and A6. RGB value is (162,152,166). Sum of RGB (Red+Green+Blue) = 162+152+166=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 166 - color contains mainly: blue. Hex color #A298A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298A6 is #5D6759. Grayscale: #9C9C9C. Windows color (decimal): -6121306 or 10918050. OLE color: 10918050.
HSL color Cylindrical-coordinate representation of color #A298A6: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A298A6 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 152 | 166 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.35 |
| HSL | 282.86º | 0.07% | 0.62% | - |
| HSV(B) | 282.86º | 0.08% | 0.65% | - |
| XYZ | 33.01 | 32.89 | 40.69 | - |
| YUV | 156.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 166 | 0.02 | 0.08 | 0 | 0.35 | 282.86 | 0.07 | 0.62 |
| Hex | A2 | 98 | A6 | 2 | 8 | 0 | 23 | 11B | 7 | 3E |
| Octal | 242 | 230 | 246 | 2 | 10 | 0 | 43 | 433 | 7 | 76 |
| Binary | 10100010 | 10011000 | 10100110 | 10 | 1000 | 0 | 100011 | 100011011 | 111 | 111110 |
Color Harmonies of #A298A6
Complementary color
Monochromatic Colors of #A298A6
Black with #A298A6
Text Example
Text Example
White with #A298A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298A6; }
p { color: rgb(162,152,166); }
H1.HeaderClassName
{
color: #A298A6;
}
.AnyTagClassName
{
color: #A298A6;
}
</style>
background-color css
<style>
a { background-color: #A298A6; }
a { background-color: rgb(162,152,166); }
div.DivClassName
{
background-color: #A298A6;
}
.BgClassName
{
background-color: #A298A6;
}
</style>
border-color css
<style>
span { border-color: #A298A6; }
span { border-color: rgb(162,152,166); }
td.TdClassName
{
border-color: #A298A6;
}
.TagClassName
{
border-color: #A298A6;
}
</style>