Shades of Amethyst #A570DB
Tints of Amethyst #A570DB
RGB
CMYK
RGB Variations
Color information
#A570DB (or 0xA570DB) is known color: Amethyst. HEX triplet: A5, 70 and DB. RGB value is (165,112,219). Sum of RGB (Red+Green+Blue) = 165+112+219=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #A570DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570DB is #5A8F24. Grayscale: #8B8B8B. Windows color (decimal): -5934885 or 14381221. OLE color: 14381221.
HSL color Cylindrical-coordinate representation of color #A570DB: hue angle of 269.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A570DB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 112 | 219 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.14 |
| HSL | 269.72º | 0.6% | 0.65% | - |
| HSV(B) | 269.72º | 0.49% | 0.86% | - |
| XYZ | 34.1 | 24.7 | 69.99 | - |
| YUV | 140.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 219 | 0.25 | 0.49 | 0 | 0.14 | 269.72 | 0.6 | 0.65 |
| Hex | A5 | 70 | DB | 19 | 31 | 0 | E | 10E | 3C | 41 |
| Octal | 245 | 160 | 333 | 31 | 61 | 0 | 16 | 416 | 74 | 101 |
| Binary | 10100101 | 1110000 | 11011011 | 11001 | 110001 | 0 | 1110 | 100001110 | 111100 | 1000001 |
Color Harmonies of #A570DB
Complementary color
Monochromatic Colors of #A570DB
Black with #A570DB
Text Example
Text Example
White with #A570DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570DB; }
p { color: rgb(165,112,219); }
H1.HeaderClassName
{
color: #A570DB;
}
.AnyTagClassName
{
color: #A570DB;
}
</style>
background-color css
<style>
a { background-color: #A570DB; }
a { background-color: rgb(165,112,219); }
div.DivClassName
{
background-color: #A570DB;
}
.BgClassName
{
background-color: #A570DB;
}
</style>
border-color css
<style>
span { border-color: #A570DB; }
span { border-color: rgb(165,112,219); }
td.TdClassName
{
border-color: #A570DB;
}
.TagClassName
{
border-color: #A570DB;
}
</style>