Shades of Amethyst #A570CE
Tints of Amethyst #A570CE
RGB
CMYK
RGB Variations
Color information
#A570CE (or 0xA570CE) is known color: Amethyst. HEX triplet: A5, 70 and CE. RGB value is (165,112,206). Sum of RGB (Red+Green+Blue) = 165+112+206=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #A570CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570CE is #5A8F31. Grayscale: #8A8A8A. Windows color (decimal): -5934898 or 13529253. OLE color: 13529253.
HSL color Cylindrical-coordinate representation of color #A570CE: hue angle of 273.83º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A570CE is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 112 | 206 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.19 |
| HSL | 273.83º | 0.49% | 0.62% | - |
| HSV(B) | 273.83º | 0.46% | 0.81% | - |
| XYZ | 32.45 | 24.04 | 61.32 | - |
| YUV | 138.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 206 | 0.20 | 0.46 | 0 | 0.19 | 273.83 | 0.49 | 0.62 |
| Hex | A5 | 70 | CE | 14 | 2E | 0 | 13 | 112 | 31 | 3E |
| Octal | 245 | 160 | 316 | 24 | 56 | 0 | 23 | 422 | 61 | 76 |
| Binary | 10100101 | 1110000 | 11001110 | 10100 | 101110 | 0 | 10011 | 100010010 | 110001 | 111110 |
Color Harmonies of #A570CE
Complementary color
Monochromatic Colors of #A570CE
Black with #A570CE
Text Example
Text Example
White with #A570CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570CE; }
p { color: rgb(165,112,206); }
H1.HeaderClassName
{
color: #A570CE;
}
.AnyTagClassName
{
color: #A570CE;
}
</style>
background-color css
<style>
a { background-color: #A570CE; }
a { background-color: rgb(165,112,206); }
div.DivClassName
{
background-color: #A570CE;
}
.BgClassName
{
background-color: #A570CE;
}
</style>
border-color css
<style>
span { border-color: #A570CE; }
span { border-color: rgb(165,112,206); }
td.TdClassName
{
border-color: #A570CE;
}
.TagClassName
{
border-color: #A570CE;
}
</style>