Shades of Amethyst #A25ADA
Tints of Amethyst #A25ADA
RGB
CMYK
RGB Variations
Color information
#A25ADA (or 0xA25ADA) is known color: Amethyst. HEX triplet: A2, 5A and DA. RGB value is (162,90,218). Sum of RGB (Red+Green+Blue) = 162+90+218=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #A25ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ADA is #5DA525. Grayscale: #7D7D7D. Windows color (decimal): -6137126 or 14310050. OLE color: 14310050.
HSL color Cylindrical-coordinate representation of color #A25ADA: hue angle of 273.75º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25ADA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 90 | 218 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.15 |
| HSL | 273.75º | 0.63% | 0.6% | - |
| HSV(B) | 273.75º | 0.59% | 0.85% | - |
| XYZ | 31.21 | 20.06 | 68.56 | - |
| YUV | 126.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 218 | 0.26 | 0.59 | 0 | 0.15 | 273.75 | 0.63 | 0.6 |
| Hex | A2 | 5A | DA | 1A | 3B | 0 | F | 112 | 3F | 3C |
| Octal | 242 | 132 | 332 | 32 | 73 | 0 | 17 | 422 | 77 | 74 |
| Binary | 10100010 | 1011010 | 11011010 | 11010 | 111011 | 0 | 1111 | 100010010 | 111111 | 111100 |
Color Harmonies of #A25ADA
Complementary color
Monochromatic Colors of #A25ADA
Black with #A25ADA
Text Example
Text Example
White with #A25ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ADA; }
p { color: rgb(162,90,218); }
H1.HeaderClassName
{
color: #A25ADA;
}
.AnyTagClassName
{
color: #A25ADA;
}
</style>
background-color css
<style>
a { background-color: #A25ADA; }
a { background-color: rgb(162,90,218); }
div.DivClassName
{
background-color: #A25ADA;
}
.BgClassName
{
background-color: #A25ADA;
}
</style>
border-color css
<style>
span { border-color: #A25ADA; }
span { border-color: rgb(162,90,218); }
td.TdClassName
{
border-color: #A25ADA;
}
.TagClassName
{
border-color: #A25ADA;
}
</style>