Shades of Amethyst #A667DB
Tints of Amethyst #A667DB
RGB
CMYK
RGB Variations
Color information
#A667DB (or 0xA667DB) is known color: Amethyst. HEX triplet: A6, 67 and DB. RGB value is (166,103,219). Sum of RGB (Red+Green+Blue) = 166+103+219=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 103 (40.62% from 255 or 21.11% 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 #A667DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667DB is #599824. Grayscale: #868686. Windows color (decimal): -5871653 or 14378918. OLE color: 14378918.
HSL color Cylindrical-coordinate representation of color #A667DB: hue angle of 272.59º 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 #A667DB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 103 | 219 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.14 |
| HSL | 272.59º | 0.62% | 0.63% | - |
| HSV(B) | 272.59º | 0.53% | 0.86% | - |
| XYZ | 33.36 | 22.92 | 69.68 | - |
| YUV | 135.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 219 | 0.24 | 0.53 | 0 | 0.14 | 272.59 | 0.62 | 0.63 |
| Hex | A6 | 67 | DB | 18 | 35 | 0 | E | 111 | 3E | 3F |
| Octal | 246 | 147 | 333 | 30 | 65 | 0 | 16 | 421 | 76 | 77 |
| Binary | 10100110 | 1100111 | 11011011 | 11000 | 110101 | 0 | 1110 | 100010001 | 111110 | 111111 |
Color Harmonies of #A667DB
Complementary color
Monochromatic Colors of #A667DB
Black with #A667DB
Text Example
Text Example
White with #A667DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667DB; }
p { color: rgb(166,103,219); }
H1.HeaderClassName
{
color: #A667DB;
}
.AnyTagClassName
{
color: #A667DB;
}
</style>
background-color css
<style>
a { background-color: #A667DB; }
a { background-color: rgb(166,103,219); }
div.DivClassName
{
background-color: #A667DB;
}
.BgClassName
{
background-color: #A667DB;
}
</style>
border-color css
<style>
span { border-color: #A667DB; }
span { border-color: rgb(166,103,219); }
td.TdClassName
{
border-color: #A667DB;
}
.TagClassName
{
border-color: #A667DB;
}
</style>