Shades of Amethyst #A25FDB
Tints of Amethyst #A25FDB
RGB
CMYK
RGB Variations
Color information
#A25FDB (or 0xA25FDB) is known color: Amethyst. HEX triplet: A2, 5F and DB. RGB value is (162,95,219). Sum of RGB (Red+Green+Blue) = 162+95+219=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A25FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FDB is #5DA024. Grayscale: #808080. Windows color (decimal): -6135845 or 14376866. OLE color: 14376866.
HSL color Cylindrical-coordinate representation of color #A25FDB: hue angle of 272.42º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25FDB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 95 | 219 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.14 |
| HSL | 272.42º | 0.63% | 0.62% | - |
| HSV(B) | 272.42º | 0.57% | 0.86% | - |
| XYZ | 31.78 | 20.98 | 69.39 | - |
| YUV | 129.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 219 | 0.26 | 0.57 | 0 | 0.14 | 272.42 | 0.63 | 0.62 |
| Hex | A2 | 5F | DB | 1A | 39 | 0 | E | 110 | 3F | 3E |
| Octal | 242 | 137 | 333 | 32 | 71 | 0 | 16 | 420 | 77 | 76 |
| Binary | 10100010 | 1011111 | 11011011 | 11010 | 111001 | 0 | 1110 | 100010000 | 111111 | 111110 |
Color Harmonies of #A25FDB
Complementary color
Monochromatic Colors of #A25FDB
Black with #A25FDB
Text Example
Text Example
White with #A25FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FDB; }
p { color: rgb(162,95,219); }
H1.HeaderClassName
{
color: #A25FDB;
}
.AnyTagClassName
{
color: #A25FDB;
}
</style>
background-color css
<style>
a { background-color: #A25FDB; }
a { background-color: rgb(162,95,219); }
div.DivClassName
{
background-color: #A25FDB;
}
.BgClassName
{
background-color: #A25FDB;
}
</style>
border-color css
<style>
span { border-color: #A25FDB; }
span { border-color: rgb(162,95,219); }
td.TdClassName
{
border-color: #A25FDB;
}
.TagClassName
{
border-color: #A25FDB;
}
</style>