Shades of Amethyst #A663DB
Tints of Amethyst #A663DB
RGB
CMYK
RGB Variations
Color information
#A663DB (or 0xA663DB) is known color: Amethyst. HEX triplet: A6, 63 and DB. RGB value is (166,99,219). Sum of RGB (Red+Green+Blue) = 166+99+219=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A663DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663DB is #599C24. Grayscale: #848484. Windows color (decimal): -5872677 or 14377894. OLE color: 14377894.
HSL color Cylindrical-coordinate representation of color #A663DB: hue angle of 273.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A663DB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 166 | 99 | 219 | - |
CMYK | 0.24 | 0.55 | 0 | 0.14 |
HSL | 273.5º | 0.63% | 0.62% | - |
HSV(B) | 273.5º | 0.55% | 0.86% | - |
XYZ | 32.97 | 22.15 | 69.55 | - |
YUV | 132.71 | 176.7 | 151.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 99 | 219 | 0.24 | 0.55 | 0 | 0.14 | 273.5 | 0.63 | 0.62 |
Hex | A6 | 63 | DB | 18 | 37 | 0 | E | 112 | 3E | 3E |
Octal | 246 | 143 | 333 | 30 | 67 | 0 | 16 | 422 | 76 | 76 |
Binary | 10100110 | 1100011 | 11011011 | 11000 | 110111 | 0 | 1110 | 100010010 | 111110 | 111110 |
Color Harmonies of #A663DB
Complementary color
Monochromatic Colors of #A663DB
Black with #A663DB
Text Example
Text Example
White with #A663DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663DB; }
p { color: rgb(166,99,219); }
H1.HeaderClassName
{
color: #A663DB;
}
.AnyTagClassName
{
color: #A663DB;
}
</style>
background-color css
<style>
a { background-color: #A663DB; }
a { background-color: rgb(166,99,219); }
div.DivClassName
{
background-color: #A663DB;
}
.BgClassName
{
background-color: #A663DB;
}
</style>
border-color css
<style>
span { border-color: #A663DB; }
span { border-color: rgb(166,99,219); }
td.TdClassName
{
border-color: #A663DB;
}
.TagClassName
{
border-color: #A663DB;
}
</style>