Shades of Amethyst #A25BDA
Tints of Amethyst #A25BDA
RGB
CMYK
RGB Variations
Color information
#A25BDA (or 0xA25BDA) is known color: Amethyst. HEX triplet: A2, 5B and DA. RGB value is (162,91,218). Sum of RGB (Red+Green+Blue) = 162+91+218=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #A25BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BDA is #5DA425. Grayscale: #7E7E7E. Windows color (decimal): -6136870 or 14310306. OLE color: 14310306.
HSL color Cylindrical-coordinate representation of color #A25BDA: hue angle of 273.54º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25BDA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 91 | 218 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.15 |
| HSL | 273.54º | 0.63% | 0.61% | - |
| HSV(B) | 273.54º | 0.58% | 0.85% | - |
| XYZ | 31.3 | 20.23 | 68.58 | - |
| YUV | 126.71 | 179.52 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 218 | 0.26 | 0.58 | 0 | 0.15 | 273.54 | 0.63 | 0.61 |
| Hex | A2 | 5B | DA | 1A | 3A | 0 | F | 112 | 3F | 3D |
| Octal | 242 | 133 | 332 | 32 | 72 | 0 | 17 | 422 | 77 | 75 |
| Binary | 10100010 | 1011011 | 11011010 | 11010 | 111010 | 0 | 1111 | 100010010 | 111111 | 111101 |
Color Harmonies of #A25BDA
Complementary color
Monochromatic Colors of #A25BDA
Black with #A25BDA
Text Example
Text Example
White with #A25BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BDA; }
p { color: rgb(162,91,218); }
H1.HeaderClassName
{
color: #A25BDA;
}
.AnyTagClassName
{
color: #A25BDA;
}
</style>
background-color css
<style>
a { background-color: #A25BDA; }
a { background-color: rgb(162,91,218); }
div.DivClassName
{
background-color: #A25BDA;
}
.BgClassName
{
background-color: #A25BDA;
}
</style>
border-color css
<style>
span { border-color: #A25BDA; }
span { border-color: rgb(162,91,218); }
td.TdClassName
{
border-color: #A25BDA;
}
.TagClassName
{
border-color: #A25BDA;
}
</style>