Shades of Amethyst #A464DB
Tints of Amethyst #A464DB
RGB
CMYK
RGB Variations
Color information
#A464DB (or 0xA464DB) is known color: Amethyst. HEX triplet: A4, 64 and DB. RGB value is (164,100,219). Sum of RGB (Red+Green+Blue) = 164+100+219=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #A464DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464DB is #5B9B24. Grayscale: #848484. Windows color (decimal): -6003493 or 14378148. OLE color: 14378148.
HSL color Cylindrical-coordinate representation of color #A464DB: hue angle of 272.27º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A464DB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 164 | 100 | 219 | - |
CMYK | 0.25 | 0.54 | 0 | 0.14 |
HSL | 272.27º | 0.62% | 0.63% | - |
HSV(B) | 272.27º | 0.54% | 0.86% | - |
XYZ | 32.65 | 22.12 | 69.57 | - |
YUV | 132.7 | 176.7 | 150.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 100 | 219 | 0.25 | 0.54 | 0 | 0.14 | 272.27 | 0.62 | 0.63 |
Hex | A4 | 64 | DB | 19 | 36 | 0 | E | 110 | 3E | 3F |
Octal | 244 | 144 | 333 | 31 | 66 | 0 | 16 | 420 | 76 | 77 |
Binary | 10100100 | 1100100 | 11011011 | 11001 | 110110 | 0 | 1110 | 100010000 | 111110 | 111111 |
Color Harmonies of #A464DB
Complementary color
Monochromatic Colors of #A464DB
Black with #A464DB
Text Example
Text Example
White with #A464DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464DB; }
p { color: rgb(164,100,219); }
H1.HeaderClassName
{
color: #A464DB;
}
.AnyTagClassName
{
color: #A464DB;
}
</style>
background-color css
<style>
a { background-color: #A464DB; }
a { background-color: rgb(164,100,219); }
div.DivClassName
{
background-color: #A464DB;
}
.BgClassName
{
background-color: #A464DB;
}
</style>
border-color css
<style>
span { border-color: #A464DB; }
span { border-color: rgb(164,100,219); }
td.TdClassName
{
border-color: #A464DB;
}
.TagClassName
{
border-color: #A464DB;
}
</style>