Shades of Amethyst #A058DC
Tints of Amethyst #A058DC
RGB
CMYK
RGB Variations
Color information
#A058DC (or 0xA058DC) is known color: Amethyst. HEX triplet: A0, 58 and DC. RGB value is (160,88,220). Sum of RGB (Red+Green+Blue) = 160+88+220=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #A058DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058DC is #5FA723. Grayscale: #7C7C7C. Windows color (decimal): -6268708 or 14440608. OLE color: 14440608.
HSL color Cylindrical-coordinate representation of color #A058DC: hue angle of 272.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A058DC is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 88 | 220 | - |
| CMYK | 0.27 | 0.6 | 0 | 0.14 |
| HSL | 272.73º | 0.65% | 0.6% | - |
| HSV(B) | 272.73º | 0.6% | 0.86% | - |
| XYZ | 30.91 | 19.62 | 69.87 | - |
| YUV | 124.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 220 | 0.27 | 0.6 | 0 | 0.14 | 272.73 | 0.65 | 0.6 |
| Hex | A0 | 58 | DC | 1B | 3C | 0 | E | 111 | 41 | 3C |
| Octal | 240 | 130 | 334 | 33 | 74 | 0 | 16 | 421 | 101 | 74 |
| Binary | 10100000 | 1011000 | 11011100 | 11011 | 111100 | 0 | 1110 | 100010001 | 1000001 | 111100 |
Color Harmonies of #A058DC
Complementary color
Monochromatic Colors of #A058DC
Black with #A058DC
Text Example
Text Example
White with #A058DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058DC; }
p { color: rgb(160,88,220); }
H1.HeaderClassName
{
color: #A058DC;
}
.AnyTagClassName
{
color: #A058DC;
}
</style>
background-color css
<style>
a { background-color: #A058DC; }
a { background-color: rgb(160,88,220); }
div.DivClassName
{
background-color: #A058DC;
}
.BgClassName
{
background-color: #A058DC;
}
</style>
border-color css
<style>
span { border-color: #A058DC; }
span { border-color: rgb(160,88,220); }
td.TdClassName
{
border-color: #A058DC;
}
.TagClassName
{
border-color: #A058DC;
}
</style>