Shades of Amethyst Smoke #A298A4
Tints of Amethyst Smoke #A298A4
RGB
CMYK
RGB Variations
Color information
#A298A4 (or 0xA298A4) is known color: Amethyst Smoke. HEX triplet: A2, 98 and A4. RGB value is (162,152,164). Sum of RGB (Red+Green+Blue) = 162+152+164=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 164 - color contains mainly: blue. Hex color #A298A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298A4 is #5D675B. Grayscale: #9C9C9C. Windows color (decimal): -6121308 or 10786978. OLE color: 10786978.
HSL color Cylindrical-coordinate representation of color #A298A4: hue angle of 290º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A298A4 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 164 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.36 |
| HSL | 290º | 0.06% | 0.62% | - |
| HSV(B) | 290º | 0.07% | 0.64% | - |
| XYZ | 32.83 | 32.82 | 39.73 | - |
| YUV | 156.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 164 | 0.01 | 0.07 | 0 | 0.36 | 290 | 0.06 | 0.62 |
| Hex | A2 | 98 | A4 | 1 | 7 | 0 | 24 | 122 | 6 | 3E |
| Octal | 242 | 230 | 244 | 1 | 7 | 0 | 44 | 442 | 6 | 76 |
| Binary | 10100010 | 10011000 | 10100100 | 1 | 111 | 0 | 100100 | 100100010 | 110 | 111110 |
Color Harmonies of #A298A4
Complementary color
Monochromatic Colors of #A298A4
Black with #A298A4
Text Example
Text Example
White with #A298A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298A4; }
p { color: rgb(162,152,164); }
H1.HeaderClassName
{
color: #A298A4;
}
.AnyTagClassName
{
color: #A298A4;
}
</style>
background-color css
<style>
a { background-color: #A298A4; }
a { background-color: rgb(162,152,164); }
div.DivClassName
{
background-color: #A298A4;
}
.BgClassName
{
background-color: #A298A4;
}
</style>
border-color css
<style>
span { border-color: #A298A4; }
span { border-color: rgb(162,152,164); }
td.TdClassName
{
border-color: #A298A4;
}
.TagClassName
{
border-color: #A298A4;
}
</style>