Shades of Amethyst #A669DA
Tints of Amethyst #A669DA
RGB
CMYK
RGB Variations
Color information
#A669DA (or 0xA669DA) is known color: Amethyst. HEX triplet: A6, 69 and DA. RGB value is (166,105,218). Sum of RGB (Red+Green+Blue) = 166+105+218=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #A669DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669DA is #599625. Grayscale: #878787. Windows color (decimal): -5871142 or 14313894. OLE color: 14313894.
HSL color Cylindrical-coordinate representation of color #A669DA: hue angle of 272.39º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A669DA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 105 | 218 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.15 |
| HSL | 272.39º | 0.6% | 0.63% | - |
| HSV(B) | 272.39º | 0.52% | 0.85% | - |
| XYZ | 33.43 | 23.27 | 69.06 | - |
| YUV | 136.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 218 | 0.24 | 0.52 | 0 | 0.15 | 272.39 | 0.6 | 0.63 |
| Hex | A6 | 69 | DA | 18 | 34 | 0 | F | 110 | 3C | 3F |
| Octal | 246 | 151 | 332 | 30 | 64 | 0 | 17 | 420 | 74 | 77 |
| Binary | 10100110 | 1101001 | 11011010 | 11000 | 110100 | 0 | 1111 | 100010000 | 111100 | 111111 |
Color Harmonies of #A669DA
Complementary color
Monochromatic Colors of #A669DA
Black with #A669DA
Text Example
Text Example
White with #A669DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669DA; }
p { color: rgb(166,105,218); }
H1.HeaderClassName
{
color: #A669DA;
}
.AnyTagClassName
{
color: #A669DA;
}
</style>
background-color css
<style>
a { background-color: #A669DA; }
a { background-color: rgb(166,105,218); }
div.DivClassName
{
background-color: #A669DA;
}
.BgClassName
{
background-color: #A669DA;
}
</style>
border-color css
<style>
span { border-color: #A669DA; }
span { border-color: rgb(166,105,218); }
td.TdClassName
{
border-color: #A669DA;
}
.TagClassName
{
border-color: #A669DA;
}
</style>