Shades of Amethyst #A461DD
Tints of Amethyst #A461DD
RGB
CMYK
RGB Variations
Color information
#A461DD (or 0xA461DD) is known color: Amethyst. HEX triplet: A4, 61 and DD. RGB value is (164,97,221). Sum of RGB (Red+Green+Blue) = 164+97+221=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A461DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461DD is #5B9E22. Grayscale: #828282. Windows color (decimal): -6004259 or 14508452. OLE color: 14508452.
HSL color Cylindrical-coordinate representation of color #A461DD: hue angle of 272.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A461DD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 97 | 221 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.13 |
| HSL | 272.42º | 0.65% | 0.62% | - |
| HSV(B) | 272.42º | 0.56% | 0.87% | - |
| XYZ | 32.64 | 21.66 | 70.87 | - |
| YUV | 131.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 221 | 0.26 | 0.56 | 0 | 0.13 | 272.42 | 0.65 | 0.62 |
| Hex | A4 | 61 | DD | 1A | 38 | 0 | D | 110 | 41 | 3E |
| Octal | 244 | 141 | 335 | 32 | 70 | 0 | 15 | 420 | 101 | 76 |
| Binary | 10100100 | 1100001 | 11011101 | 11010 | 111000 | 0 | 1101 | 100010000 | 1000001 | 111110 |
Color Harmonies of #A461DD
Complementary color
Monochromatic Colors of #A461DD
Black with #A461DD
Text Example
Text Example
White with #A461DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461DD; }
p { color: rgb(164,97,221); }
H1.HeaderClassName
{
color: #A461DD;
}
.AnyTagClassName
{
color: #A461DD;
}
</style>
background-color css
<style>
a { background-color: #A461DD; }
a { background-color: rgb(164,97,221); }
div.DivClassName
{
background-color: #A461DD;
}
.BgClassName
{
background-color: #A461DD;
}
</style>
border-color css
<style>
span { border-color: #A461DD; }
span { border-color: rgb(164,97,221); }
td.TdClassName
{
border-color: #A461DD;
}
.TagClassName
{
border-color: #A461DD;
}
</style>