Shades of Amethyst Smoke #A09CA2
Tints of Amethyst Smoke #A09CA2
RGB
CMYK
RGB Variations
Color information
#A09CA2 (or 0xA09CA2) is known color: Amethyst Smoke. HEX triplet: A0, 9C and A2. RGB value is (160,156,162). Sum of RGB (Red+Green+Blue) = 160+156+162=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 162 - color contains mainly: blue. Hex color #A09CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CA2 is #5F635D. Grayscale: #9D9D9D. Windows color (decimal): -6251358 or 10656928. OLE color: 10656928.
HSL color Cylindrical-coordinate representation of color #A09CA2: hue angle of 280º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A09CA2 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 160 | 156 | 162 | - |
CMYK | 0.01 | 0.04 | 0 | 0.36 |
HSL | 280º | 0.03% | 0.62% | - |
HSV(B) | 280º | 0.04% | 0.64% | - |
XYZ | 32.91 | 33.86 | 38.98 | - |
YUV | 157.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 156 | 162 | 0.01 | 0.04 | 0 | 0.36 | 280 | 0.03 | 0.62 |
Hex | A0 | 9C | A2 | 1 | 4 | 0 | 24 | 118 | 3 | 3E |
Octal | 240 | 234 | 242 | 1 | 4 | 0 | 44 | 430 | 3 | 76 |
Binary | 10100000 | 10011100 | 10100010 | 1 | 100 | 0 | 100100 | 100011000 | 11 | 111110 |
Color Harmonies of #A09CA2
Complementary color
Monochromatic Colors of #A09CA2
Black with #A09CA2
Text Example
Text Example
White with #A09CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CA2; }
p { color: rgb(160,156,162); }
H1.HeaderClassName
{
color: #A09CA2;
}
.AnyTagClassName
{
color: #A09CA2;
}
</style>
background-color css
<style>
a { background-color: #A09CA2; }
a { background-color: rgb(160,156,162); }
div.DivClassName
{
background-color: #A09CA2;
}
.BgClassName
{
background-color: #A09CA2;
}
</style>
border-color css
<style>
span { border-color: #A09CA2; }
span { border-color: rgb(160,156,162); }
td.TdClassName
{
border-color: #A09CA2;
}
.TagClassName
{
border-color: #A09CA2;
}
</style>