Shades of Amethyst Smoke #A285AB
Tints of Amethyst Smoke #A285AB
RGB
CMYK
RGB Variations
Color information
#A285AB (or 0xA285AB) is known color: Amethyst Smoke. HEX triplet: A2, 85 and AB. RGB value is (162,133,171). Sum of RGB (Red+Green+Blue) = 162+133+171=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A285AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A285AB is #5D7A54. Grayscale: #919191. Windows color (decimal): -6126165 or 11240866. OLE color: 11240866.
HSL color Cylindrical-coordinate representation of color #A285AB: hue angle of 285.79º 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 #A285AB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 133 | 171 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.33 |
| HSL | 285.79º | 0.18% | 0.6% | - |
| HSV(B) | 285.79º | 0.22% | 0.67% | - |
| XYZ | 30.64 | 27.4 | 42.2 | - |
| YUV | 146 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 171 | 0.05 | 0.22 | 0 | 0.33 | 285.79 | 0.18 | 0.6 |
| Hex | A2 | 85 | AB | 5 | 16 | 0 | 21 | 11E | 12 | 3C |
| Octal | 242 | 205 | 253 | 5 | 26 | 0 | 41 | 436 | 22 | 74 |
| Binary | 10100010 | 10000101 | 10101011 | 101 | 10110 | 0 | 100001 | 100011110 | 10010 | 111100 |
Color Harmonies of #A285AB
Complementary color
Monochromatic Colors of #A285AB
Black with #A285AB
Text Example
Text Example
White with #A285AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285AB; }
p { color: rgb(162,133,171); }
H1.HeaderClassName
{
color: #A285AB;
}
.AnyTagClassName
{
color: #A285AB;
}
</style>
background-color css
<style>
a { background-color: #A285AB; }
a { background-color: rgb(162,133,171); }
div.DivClassName
{
background-color: #A285AB;
}
.BgClassName
{
background-color: #A285AB;
}
</style>
border-color css
<style>
span { border-color: #A285AB; }
span { border-color: rgb(162,133,171); }
td.TdClassName
{
border-color: #A285AB;
}
.TagClassName
{
border-color: #A285AB;
}
</style>