Shades of Amethyst #A558CE
Tints of Amethyst #A558CE
RGB
CMYK
RGB Variations
Color information
#A558CE (or 0xA558CE) is known color: Amethyst. HEX triplet: A5, 58 and CE. RGB value is (165,88,206). Sum of RGB (Red+Green+Blue) = 165+88+206=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #A558CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558CE is #5AA731. Grayscale: #7C7C7C. Windows color (decimal): -5941042 or 13523109. OLE color: 13523109.
HSL color Cylindrical-coordinate representation of color #A558CE: hue angle of 279.15º 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 #A558CE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 88 | 206 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.19 |
| HSL | 279.15º | 0.55% | 0.58% | - |
| HSV(B) | 279.15º | 0.57% | 0.81% | - |
| XYZ | 30.15 | 19.44 | 60.55 | - |
| YUV | 124.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 206 | 0.20 | 0.57 | 0 | 0.19 | 279.15 | 0.55 | 0.58 |
| Hex | A5 | 58 | CE | 14 | 39 | 0 | 13 | 117 | 37 | 3A |
| Octal | 245 | 130 | 316 | 24 | 71 | 0 | 23 | 427 | 67 | 72 |
| Binary | 10100101 | 1011000 | 11001110 | 10100 | 111001 | 0 | 10011 | 100010111 | 110111 | 111010 |
Color Harmonies of #A558CE
Complementary color
Monochromatic Colors of #A558CE
Black with #A558CE
Text Example
Text Example
White with #A558CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558CE; }
p { color: rgb(165,88,206); }
H1.HeaderClassName
{
color: #A558CE;
}
.AnyTagClassName
{
color: #A558CE;
}
</style>
background-color css
<style>
a { background-color: #A558CE; }
a { background-color: rgb(165,88,206); }
div.DivClassName
{
background-color: #A558CE;
}
.BgClassName
{
background-color: #A558CE;
}
</style>
border-color css
<style>
span { border-color: #A558CE; }
span { border-color: rgb(165,88,206); }
td.TdClassName
{
border-color: #A558CE;
}
.TagClassName
{
border-color: #A558CE;
}
</style>