Shades of Amethyst #A470DB
Tints of Amethyst #A470DB
RGB
CMYK
RGB Variations
Color information
#A470DB (or 0xA470DB) is known color: Amethyst. HEX triplet: A4, 70 and DB. RGB value is (164,112,219). Sum of RGB (Red+Green+Blue) = 164+112+219=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A470DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470DB is #5B8F24. Grayscale: #8B8B8B. Windows color (decimal): -6000421 or 14381220. OLE color: 14381220.
HSL color Cylindrical-coordinate representation of color #A470DB: hue angle of 269.16º 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 #A470DB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 112 | 219 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.14 |
| HSL | 269.16º | 0.6% | 0.65% | - |
| HSV(B) | 269.16º | 0.49% | 0.86% | - |
| XYZ | 33.89 | 24.6 | 69.98 | - |
| YUV | 139.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 219 | 0.25 | 0.49 | 0 | 0.14 | 269.16 | 0.6 | 0.65 |
| Hex | A4 | 70 | DB | 19 | 31 | 0 | E | 10D | 3C | 41 |
| Octal | 244 | 160 | 333 | 31 | 61 | 0 | 16 | 415 | 74 | 101 |
| Binary | 10100100 | 1110000 | 11011011 | 11001 | 110001 | 0 | 1110 | 100001101 | 111100 | 1000001 |
Color Harmonies of #A470DB
Complementary color
Monochromatic Colors of #A470DB
Black with #A470DB
Text Example
Text Example
White with #A470DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470DB; }
p { color: rgb(164,112,219); }
H1.HeaderClassName
{
color: #A470DB;
}
.AnyTagClassName
{
color: #A470DB;
}
</style>
background-color css
<style>
a { background-color: #A470DB; }
a { background-color: rgb(164,112,219); }
div.DivClassName
{
background-color: #A470DB;
}
.BgClassName
{
background-color: #A470DB;
}
</style>
border-color css
<style>
span { border-color: #A470DB; }
span { border-color: rgb(164,112,219); }
td.TdClassName
{
border-color: #A470DB;
}
.TagClassName
{
border-color: #A470DB;
}
</style>