Shades of Amethyst #A469DB
Tints of Amethyst #A469DB
RGB
CMYK
RGB Variations
Color information
#A469DB (or 0xA469DB) is known color: Amethyst. HEX triplet: A4, 69 and DB. RGB value is (164,105,219). Sum of RGB (Red+Green+Blue) = 164+105+219=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A469DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469DB is #5B9624. Grayscale: #878787. Windows color (decimal): -6002213 or 14379428. OLE color: 14379428.
HSL color Cylindrical-coordinate representation of color #A469DB: hue angle of 271.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A469DB is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 105 | 219 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.14 |
| HSL | 271.05º | 0.61% | 0.64% | - |
| HSV(B) | 271.05º | 0.52% | 0.86% | - |
| XYZ | 33.15 | 23.11 | 69.73 | - |
| YUV | 135.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 219 | 0.25 | 0.52 | 0 | 0.14 | 271.05 | 0.61 | 0.64 |
| Hex | A4 | 69 | DB | 19 | 34 | 0 | E | 10F | 3D | 40 |
| Octal | 244 | 151 | 333 | 31 | 64 | 0 | 16 | 417 | 75 | 100 |
| Binary | 10100100 | 1101001 | 11011011 | 11001 | 110100 | 0 | 1110 | 100001111 | 111101 | 1000000 |
Color Harmonies of #A469DB
Complementary color
Monochromatic Colors of #A469DB
Black with #A469DB
Text Example
Text Example
White with #A469DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A469DB; }
p { color: rgb(164,105,219); }
H1.HeaderClassName
{
color: #A469DB;
}
.AnyTagClassName
{
color: #A469DB;
}
</style>
background-color css
<style>
a { background-color: #A469DB; }
a { background-color: rgb(164,105,219); }
div.DivClassName
{
background-color: #A469DB;
}
.BgClassName
{
background-color: #A469DB;
}
</style>
border-color css
<style>
span { border-color: #A469DB; }
span { border-color: rgb(164,105,219); }
td.TdClassName
{
border-color: #A469DB;
}
.TagClassName
{
border-color: #A469DB;
}
</style>