Shades of Amethyst #A25CDB
Tints of Amethyst #A25CDB
RGB
CMYK
RGB Variations
Color information
#A25CDB (or 0xA25CDB) is known color: Amethyst. HEX triplet: A2, 5C and DB. RGB value is (162,92,219). Sum of RGB (Red+Green+Blue) = 162+92+219=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #A25CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CDB is #5DA324. Grayscale: #7E7E7E. Windows color (decimal): -6136613 or 14376098. OLE color: 14376098.
HSL color Cylindrical-coordinate representation of color #A25CDB: hue angle of 273.07º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25CDB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 92 | 219 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.14 |
| HSL | 273.07º | 0.64% | 0.61% | - |
| HSV(B) | 273.07º | 0.58% | 0.86% | - |
| XYZ | 31.51 | 20.45 | 69.3 | - |
| YUV | 127.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 219 | 0.26 | 0.58 | 0 | 0.14 | 273.07 | 0.64 | 0.61 |
| Hex | A2 | 5C | DB | 1A | 3A | 0 | E | 111 | 40 | 3D |
| Octal | 242 | 134 | 333 | 32 | 72 | 0 | 16 | 421 | 100 | 75 |
| Binary | 10100010 | 1011100 | 11011011 | 11010 | 111010 | 0 | 1110 | 100010001 | 1000000 | 111101 |
Color Harmonies of #A25CDB
Complementary color
Monochromatic Colors of #A25CDB
Black with #A25CDB
Text Example
Text Example
White with #A25CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CDB; }
p { color: rgb(162,92,219); }
H1.HeaderClassName
{
color: #A25CDB;
}
.AnyTagClassName
{
color: #A25CDB;
}
</style>
background-color css
<style>
a { background-color: #A25CDB; }
a { background-color: rgb(162,92,219); }
div.DivClassName
{
background-color: #A25CDB;
}
.BgClassName
{
background-color: #A25CDB;
}
</style>
border-color css
<style>
span { border-color: #A25CDB; }
span { border-color: rgb(162,92,219); }
td.TdClassName
{
border-color: #A25CDB;
}
.TagClassName
{
border-color: #A25CDB;
}
</style>