Shades of Amethyst #A25ADC
Tints of Amethyst #A25ADC
RGB
CMYK
RGB Variations
Color information
#A25ADC (or 0xA25ADC) is known color: Amethyst. HEX triplet: A2, 5A and DC. RGB value is (162,90,220). Sum of RGB (Red+Green+Blue) = 162+90+220=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A25ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ADC is #5DA523. Grayscale: #7D7D7D. Windows color (decimal): -6137124 or 14441122. OLE color: 14441122.
HSL color Cylindrical-coordinate representation of color #A25ADC: hue angle of 273.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25ADC is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 90 | 220 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.14 |
| HSL | 273.23º | 0.65% | 0.61% | - |
| HSV(B) | 273.23º | 0.59% | 0.86% | - |
| XYZ | 31.47 | 20.16 | 69.94 | - |
| YUV | 126.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 220 | 0.26 | 0.59 | 0 | 0.14 | 273.23 | 0.65 | 0.61 |
| Hex | A2 | 5A | DC | 1A | 3B | 0 | E | 111 | 41 | 3D |
| Octal | 242 | 132 | 334 | 32 | 73 | 0 | 16 | 421 | 101 | 75 |
| Binary | 10100010 | 1011010 | 11011100 | 11010 | 111011 | 0 | 1110 | 100010001 | 1000001 | 111101 |
Color Harmonies of #A25ADC
Complementary color
Monochromatic Colors of #A25ADC
Black with #A25ADC
Text Example
Text Example
White with #A25ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ADC; }
p { color: rgb(162,90,220); }
H1.HeaderClassName
{
color: #A25ADC;
}
.AnyTagClassName
{
color: #A25ADC;
}
</style>
background-color css
<style>
a { background-color: #A25ADC; }
a { background-color: rgb(162,90,220); }
div.DivClassName
{
background-color: #A25ADC;
}
.BgClassName
{
background-color: #A25ADC;
}
</style>
border-color css
<style>
span { border-color: #A25ADC; }
span { border-color: rgb(162,90,220); }
td.TdClassName
{
border-color: #A25ADC;
}
.TagClassName
{
border-color: #A25ADC;
}
</style>