Shades of Amethyst #A665DB
Tints of Amethyst #A665DB
RGB
CMYK
RGB Variations
Color information
#A665DB (or 0xA665DB) is known color: Amethyst. HEX triplet: A6, 65 and DB. RGB value is (166,101,219). Sum of RGB (Red+Green+Blue) = 166+101+219=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A665DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665DB is #599A24. Grayscale: #858585. Windows color (decimal): -5872165 or 14378406. OLE color: 14378406.
HSL color Cylindrical-coordinate representation of color #A665DB: hue angle of 273.05º 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 #A665DB is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 101 | 219 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.14 |
| HSL | 273.05º | 0.62% | 0.63% | - |
| HSV(B) | 273.05º | 0.54% | 0.86% | - |
| XYZ | 33.17 | 22.53 | 69.62 | - |
| YUV | 133.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 219 | 0.24 | 0.54 | 0 | 0.14 | 273.05 | 0.62 | 0.63 |
| Hex | A6 | 65 | DB | 18 | 36 | 0 | E | 111 | 3E | 3F |
| Octal | 246 | 145 | 333 | 30 | 66 | 0 | 16 | 421 | 76 | 77 |
| Binary | 10100110 | 1100101 | 11011011 | 11000 | 110110 | 0 | 1110 | 100010001 | 111110 | 111111 |
Color Harmonies of #A665DB
Complementary color
Monochromatic Colors of #A665DB
Black with #A665DB
Text Example
Text Example
White with #A665DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665DB; }
p { color: rgb(166,101,219); }
H1.HeaderClassName
{
color: #A665DB;
}
.AnyTagClassName
{
color: #A665DB;
}
</style>
background-color css
<style>
a { background-color: #A665DB; }
a { background-color: rgb(166,101,219); }
div.DivClassName
{
background-color: #A665DB;
}
.BgClassName
{
background-color: #A665DB;
}
</style>
border-color css
<style>
span { border-color: #A665DB; }
span { border-color: rgb(166,101,219); }
td.TdClassName
{
border-color: #A665DB;
}
.TagClassName
{
border-color: #A665DB;
}
</style>