Shades of Amethyst #A25ADD
Tints of Amethyst #A25ADD
RGB
CMYK
RGB Variations
Color information
#A25ADD (or 0xA25ADD) is known color: Amethyst. HEX triplet: A2, 5A and DD. RGB value is (162,90,221). Sum of RGB (Red+Green+Blue) = 162+90+221=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A25ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ADD is #5DA522. Grayscale: #7E7E7E. Windows color (decimal): -6137123 or 14506658. OLE color: 14506658.
HSL color Cylindrical-coordinate representation of color #A25ADD: hue angle of 272.98º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25ADD is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 90 | 221 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.13 |
| HSL | 272.98º | 0.66% | 0.61% | - |
| HSV(B) | 272.98º | 0.59% | 0.87% | - |
| XYZ | 31.61 | 20.21 | 70.64 | - |
| YUV | 126.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 221 | 0.27 | 0.59 | 0 | 0.13 | 272.98 | 0.66 | 0.61 |
| Hex | A2 | 5A | DD | 1B | 3B | 0 | D | 111 | 42 | 3D |
| Octal | 242 | 132 | 335 | 33 | 73 | 0 | 15 | 421 | 102 | 75 |
| Binary | 10100010 | 1011010 | 11011101 | 11011 | 111011 | 0 | 1101 | 100010001 | 1000010 | 111101 |
Color Harmonies of #A25ADD
Complementary color
Monochromatic Colors of #A25ADD
Black with #A25ADD
Text Example
Text Example
White with #A25ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ADD; }
p { color: rgb(162,90,221); }
H1.HeaderClassName
{
color: #A25ADD;
}
.AnyTagClassName
{
color: #A25ADD;
}
</style>
background-color css
<style>
a { background-color: #A25ADD; }
a { background-color: rgb(162,90,221); }
div.DivClassName
{
background-color: #A25ADD;
}
.BgClassName
{
background-color: #A25ADD;
}
</style>
border-color css
<style>
span { border-color: #A25ADD; }
span { border-color: rgb(162,90,221); }
td.TdClassName
{
border-color: #A25ADD;
}
.TagClassName
{
border-color: #A25ADD;
}
</style>