Shades of Amethyst Smoke #A098A8
Tints of Amethyst Smoke #A098A8
RGB
CMYK
RGB Variations
Color information
#A098A8 (or 0xA098A8) is known color: Amethyst Smoke. HEX triplet: A0, 98 and A8. RGB value is (160,152,168). Sum of RGB (Red+Green+Blue) = 160+152+168=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 168 - color contains mainly: blue. Hex color #A098A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098A8 is #5F6757. Grayscale: #9C9C9C. Windows color (decimal): -6252376 or 11049120. OLE color: 11049120.
HSL color Cylindrical-coordinate representation of color #A098A8: hue angle of 270º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A098A8 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 160 | 152 | 168 | - |
CMYK | 0.05 | 0.10 | 0 | 0.34 |
HSL | 270º | 0.08% | 0.63% | - |
HSV(B) | 270º | 0.1% | 0.66% | - |
XYZ | 32.79 | 32.76 | 41.64 | - |
YUV | 156.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 152 | 168 | 0.05 | 0.10 | 0 | 0.34 | 270 | 0.08 | 0.63 |
Hex | A0 | 98 | A8 | 5 | A | 0 | 22 | 10E | 8 | 3F |
Octal | 240 | 230 | 250 | 5 | 12 | 0 | 42 | 416 | 10 | 77 |
Binary | 10100000 | 10011000 | 10101000 | 101 | 1010 | 0 | 100010 | 100001110 | 1000 | 111111 |
Color Harmonies of #A098A8
Complementary color
Monochromatic Colors of #A098A8
Black with #A098A8
Text Example
Text Example
White with #A098A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098A8; }
p { color: rgb(160,152,168); }
H1.HeaderClassName
{
color: #A098A8;
}
.AnyTagClassName
{
color: #A098A8;
}
</style>
background-color css
<style>
a { background-color: #A098A8; }
a { background-color: rgb(160,152,168); }
div.DivClassName
{
background-color: #A098A8;
}
.BgClassName
{
background-color: #A098A8;
}
</style>
border-color css
<style>
span { border-color: #A098A8; }
span { border-color: rgb(160,152,168); }
td.TdClassName
{
border-color: #A098A8;
}
.TagClassName
{
border-color: #A098A8;
}
</style>