Shades of Amethyst Smoke #A581AA
Tints of Amethyst Smoke #A581AA
RGB
CMYK
RGB Variations
Color information
#A581AA (or 0xA581AA) is known color: Amethyst Smoke. HEX triplet: A5, 81 and AA. RGB value is (165,129,170). Sum of RGB (Red+Green+Blue) = 165+129+170=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #A581AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A581AA is #5A7E55. Grayscale: #909090. Windows color (decimal): -5930582 or 11174309. OLE color: 11174309.
HSL color Cylindrical-coordinate representation of color #A581AA: hue angle of 292.68º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A581AA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 129 | 170 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.33 |
| HSL | 292.68º | 0.19% | 0.59% | - |
| HSV(B) | 292.68º | 0.24% | 0.67% | - |
| XYZ | 30.62 | 26.6 | 41.55 | - |
| YUV | 144.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 170 | 0.03 | 0.24 | 0 | 0.33 | 292.68 | 0.19 | 0.59 |
| Hex | A5 | 81 | AA | 3 | 18 | 0 | 21 | 125 | 13 | 3B |
| Octal | 245 | 201 | 252 | 3 | 30 | 0 | 41 | 445 | 23 | 73 |
| Binary | 10100101 | 10000001 | 10101010 | 11 | 11000 | 0 | 100001 | 100100101 | 10011 | 111011 |
Color Harmonies of #A581AA
Complementary color
Monochromatic Colors of #A581AA
Black with #A581AA
Text Example
Text Example
White with #A581AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A581AA; }
p { color: rgb(165,129,170); }
H1.HeaderClassName
{
color: #A581AA;
}
.AnyTagClassName
{
color: #A581AA;
}
</style>
background-color css
<style>
a { background-color: #A581AA; }
a { background-color: rgb(165,129,170); }
div.DivClassName
{
background-color: #A581AA;
}
.BgClassName
{
background-color: #A581AA;
}
</style>
border-color css
<style>
span { border-color: #A581AA; }
span { border-color: rgb(165,129,170); }
td.TdClassName
{
border-color: #A581AA;
}
.TagClassName
{
border-color: #A581AA;
}
</style>