Shades of Amethyst #A258D6
Tints of Amethyst #A258D6
RGB
CMYK
RGB Variations
Color information
#A258D6 (or 0xA258D6) is known color: Amethyst. HEX triplet: A2, 58 and D6. RGB value is (162,88,214). Sum of RGB (Red+Green+Blue) = 162+88+214=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #A258D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258D6 is #5DA729. Grayscale: #7C7C7C. Windows color (decimal): -6137642 or 14047394. OLE color: 14047394.
HSL color Cylindrical-coordinate representation of color #A258D6: hue angle of 275.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A258D6 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 88 | 214 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.16 |
| HSL | 275.24º | 0.61% | 0.59% | - |
| HSV(B) | 275.24º | 0.59% | 0.84% | - |
| XYZ | 30.53 | 19.52 | 65.78 | - |
| YUV | 124.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 214 | 0.24 | 0.59 | 0 | 0.16 | 275.24 | 0.61 | 0.59 |
| Hex | A2 | 58 | D6 | 18 | 3B | 0 | 10 | 113 | 3D | 3B |
| Octal | 242 | 130 | 326 | 30 | 73 | 0 | 20 | 423 | 75 | 73 |
| Binary | 10100010 | 1011000 | 11010110 | 11000 | 111011 | 0 | 10000 | 100010011 | 111101 | 111011 |
Color Harmonies of #A258D6
Complementary color
Monochromatic Colors of #A258D6
Black with #A258D6
Text Example
Text Example
White with #A258D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258D6; }
p { color: rgb(162,88,214); }
H1.HeaderClassName
{
color: #A258D6;
}
.AnyTagClassName
{
color: #A258D6;
}
</style>
background-color css
<style>
a { background-color: #A258D6; }
a { background-color: rgb(162,88,214); }
div.DivClassName
{
background-color: #A258D6;
}
.BgClassName
{
background-color: #A258D6;
}
</style>
border-color css
<style>
span { border-color: #A258D6; }
span { border-color: rgb(162,88,214); }
td.TdClassName
{
border-color: #A258D6;
}
.TagClassName
{
border-color: #A258D6;
}
</style>