Shades of Amethyst #A250DD
Tints of Amethyst #A250DD
RGB
CMYK
RGB Variations
Color information
#A250DD (or 0xA250DD) is known color: Amethyst. HEX triplet: A2, 50 and DD. RGB value is (162,80,221). Sum of RGB (Red+Green+Blue) = 162+80+221=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #A250DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250DD is #5DAF22. Grayscale: #787878. Windows color (decimal): -6139683 or 14504098. OLE color: 14504098.
HSL color Cylindrical-coordinate representation of color #A250DD: hue angle of 274.89º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A250DD is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 80 | 221 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.13 |
| HSL | 274.89º | 0.67% | 0.59% | - |
| HSV(B) | 274.89º | 0.64% | 0.87% | - |
| XYZ | 30.82 | 18.64 | 70.38 | - |
| YUV | 120.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 221 | 0.27 | 0.64 | 0 | 0.13 | 274.89 | 0.67 | 0.59 |
| Hex | A2 | 50 | DD | 1B | 40 | 0 | D | 113 | 43 | 3B |
| Octal | 242 | 120 | 335 | 33 | 100 | 0 | 15 | 423 | 103 | 73 |
| Binary | 10100010 | 1010000 | 11011101 | 11011 | 1000000 | 0 | 1101 | 100010011 | 1000011 | 111011 |
Color Harmonies of #A250DD
Complementary color
Monochromatic Colors of #A250DD
Black with #A250DD
Text Example
Text Example
White with #A250DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250DD; }
p { color: rgb(162,80,221); }
H1.HeaderClassName
{
color: #A250DD;
}
.AnyTagClassName
{
color: #A250DD;
}
</style>
background-color css
<style>
a { background-color: #A250DD; }
a { background-color: rgb(162,80,221); }
div.DivClassName
{
background-color: #A250DD;
}
.BgClassName
{
background-color: #A250DD;
}
</style>
border-color css
<style>
span { border-color: #A250DD; }
span { border-color: rgb(162,80,221); }
td.TdClassName
{
border-color: #A250DD;
}
.TagClassName
{
border-color: #A250DD;
}
</style>