Shades of Amethyst #A258CE
Tints of Amethyst #A258CE
RGB
CMYK
RGB Variations
Color information
#A258CE (or 0xA258CE) is known color: Amethyst. HEX triplet: A2, 58 and CE. RGB value is (162,88,206). Sum of RGB (Red+Green+Blue) = 162+88+206=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #A258CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258CE is #5DA731. Grayscale: #7B7B7B. Windows color (decimal): -6137650 or 13523106. OLE color: 13523106.
HSL color Cylindrical-coordinate representation of color #A258CE: hue angle of 277.63º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A258CE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 88 | 206 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.19 |
| HSL | 277.63º | 0.55% | 0.58% | - |
| HSV(B) | 277.63º | 0.57% | 0.81% | - |
| XYZ | 29.53 | 19.12 | 60.53 | - |
| YUV | 123.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 206 | 0.21 | 0.57 | 0 | 0.19 | 277.63 | 0.55 | 0.58 |
| Hex | A2 | 58 | CE | 15 | 39 | 0 | 13 | 116 | 37 | 3A |
| Octal | 242 | 130 | 316 | 25 | 71 | 0 | 23 | 426 | 67 | 72 |
| Binary | 10100010 | 1011000 | 11001110 | 10101 | 111001 | 0 | 10011 | 100010110 | 110111 | 111010 |
Color Harmonies of #A258CE
Complementary color
Monochromatic Colors of #A258CE
Black with #A258CE
Text Example
Text Example
White with #A258CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258CE; }
p { color: rgb(162,88,206); }
H1.HeaderClassName
{
color: #A258CE;
}
.AnyTagClassName
{
color: #A258CE;
}
</style>
background-color css
<style>
a { background-color: #A258CE; }
a { background-color: rgb(162,88,206); }
div.DivClassName
{
background-color: #A258CE;
}
.BgClassName
{
background-color: #A258CE;
}
</style>
border-color css
<style>
span { border-color: #A258CE; }
span { border-color: rgb(162,88,206); }
td.TdClassName
{
border-color: #A258CE;
}
.TagClassName
{
border-color: #A258CE;
}
</style>