Shades of Amethyst #A25DCB
Tints of Amethyst #A25DCB
RGB
CMYK
RGB Variations
Color information
#A25DCB (or 0xA25DCB) is known color: Amethyst. HEX triplet: A2, 5D and CB. RGB value is (162,93,203). Sum of RGB (Red+Green+Blue) = 162+93+203=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #A25DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DCB is #5DA234. Grayscale: #7D7D7D. Windows color (decimal): -6136373 or 13327778. OLE color: 13327778.
HSL color Cylindrical-coordinate representation of color #A25DCB: hue angle of 277.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25DCB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 93 | 203 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.20 |
| HSL | 277.64º | 0.51% | 0.58% | - |
| HSV(B) | 277.64º | 0.54% | 0.8% | - |
| XYZ | 29.59 | 19.82 | 58.77 | - |
| YUV | 126.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 203 | 0.20 | 0.54 | 0 | 0.20 | 277.64 | 0.51 | 0.58 |
| Hex | A2 | 5D | CB | 14 | 36 | 0 | 14 | 116 | 33 | 3A |
| Octal | 242 | 135 | 313 | 24 | 66 | 0 | 24 | 426 | 63 | 72 |
| Binary | 10100010 | 1011101 | 11001011 | 10100 | 110110 | 0 | 10100 | 100010110 | 110011 | 111010 |
Color Harmonies of #A25DCB
Complementary color
Monochromatic Colors of #A25DCB
Black with #A25DCB
Text Example
Text Example
White with #A25DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DCB; }
p { color: rgb(162,93,203); }
H1.HeaderClassName
{
color: #A25DCB;
}
.AnyTagClassName
{
color: #A25DCB;
}
</style>
background-color css
<style>
a { background-color: #A25DCB; }
a { background-color: rgb(162,93,203); }
div.DivClassName
{
background-color: #A25DCB;
}
.BgClassName
{
background-color: #A25DCB;
}
</style>
border-color css
<style>
span { border-color: #A25DCB; }
span { border-color: rgb(162,93,203); }
td.TdClassName
{
border-color: #A25DCB;
}
.TagClassName
{
border-color: #A25DCB;
}
</style>