Shades of Amethyst Smoke #A185AB
Tints of Amethyst Smoke #A185AB
RGB
CMYK
RGB Variations
Color information
#A185AB (or 0xA185AB) is known color: Amethyst Smoke. HEX triplet: A1, 85 and AB. RGB value is (161,133,171). Sum of RGB (Red+Green+Blue) = 161+133+171=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #A185AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A185AB is #5E7A54. Grayscale: #919191. Windows color (decimal): -6191701 or 11240865. OLE color: 11240865.
HSL color Cylindrical-coordinate representation of color #A185AB: hue angle of 284.21º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A185AB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 133 | 171 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.33 |
| HSL | 284.21º | 0.18% | 0.6% | - |
| HSV(B) | 284.21º | 0.22% | 0.67% | - |
| XYZ | 30.44 | 27.29 | 42.19 | - |
| YUV | 145.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 171 | 0.06 | 0.22 | 0 | 0.33 | 284.21 | 0.18 | 0.6 |
| Hex | A1 | 85 | AB | 6 | 16 | 0 | 21 | 11C | 12 | 3C |
| Octal | 241 | 205 | 253 | 6 | 26 | 0 | 41 | 434 | 22 | 74 |
| Binary | 10100001 | 10000101 | 10101011 | 110 | 10110 | 0 | 100001 | 100011100 | 10010 | 111100 |
Color Harmonies of #A185AB
Complementary color
Monochromatic Colors of #A185AB
Black with #A185AB
Text Example
Text Example
White with #A185AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185AB; }
p { color: rgb(161,133,171); }
H1.HeaderClassName
{
color: #A185AB;
}
.AnyTagClassName
{
color: #A185AB;
}
</style>
background-color css
<style>
a { background-color: #A185AB; }
a { background-color: rgb(161,133,171); }
div.DivClassName
{
background-color: #A185AB;
}
.BgClassName
{
background-color: #A185AB;
}
</style>
border-color css
<style>
span { border-color: #A185AB; }
span { border-color: rgb(161,133,171); }
td.TdClassName
{
border-color: #A185AB;
}
.TagClassName
{
border-color: #A185AB;
}
</style>