Shades of Amethyst #A366DB
Tints of Amethyst #A366DB
RGB
CMYK
RGB Variations
Color information
#A366DB (or 0xA366DB) is known color: Amethyst. HEX triplet: A3, 66 and DB. RGB value is (163,102,219). Sum of RGB (Red+Green+Blue) = 163+102+219=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 102 (40.23% from 255 or 21.07% 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 #A366DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366DB is #5C9924. Grayscale: #858585. Windows color (decimal): -6068517 or 14378659. OLE color: 14378659.
HSL color Cylindrical-coordinate representation of color #A366DB: hue angle of 271.28º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A366DB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 102 | 219 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.14 |
| HSL | 271.28º | 0.62% | 0.63% | - |
| HSV(B) | 271.28º | 0.53% | 0.86% | - |
| XYZ | 32.64 | 22.4 | 69.62 | - |
| YUV | 133.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 219 | 0.26 | 0.53 | 0 | 0.14 | 271.28 | 0.62 | 0.63 |
| Hex | A3 | 66 | DB | 1A | 35 | 0 | E | 10F | 3E | 3F |
| Octal | 243 | 146 | 333 | 32 | 65 | 0 | 16 | 417 | 76 | 77 |
| Binary | 10100011 | 1100110 | 11011011 | 11010 | 110101 | 0 | 1110 | 100001111 | 111110 | 111111 |
Color Harmonies of #A366DB
Complementary color
Monochromatic Colors of #A366DB
Black with #A366DB
Text Example
Text Example
White with #A366DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366DB; }
p { color: rgb(163,102,219); }
H1.HeaderClassName
{
color: #A366DB;
}
.AnyTagClassName
{
color: #A366DB;
}
</style>
background-color css
<style>
a { background-color: #A366DB; }
a { background-color: rgb(163,102,219); }
div.DivClassName
{
background-color: #A366DB;
}
.BgClassName
{
background-color: #A366DB;
}
</style>
border-color css
<style>
span { border-color: #A366DB; }
span { border-color: rgb(163,102,219); }
td.TdClassName
{
border-color: #A366DB;
}
.TagClassName
{
border-color: #A366DB;
}
</style>