Shades of Amethyst #A169D4
Tints of Amethyst #A169D4
RGB
CMYK
RGB Variations
Color information
#A169D4 (or 0xA169D4) is known color: Amethyst. HEX triplet: A1, 69 and D4. RGB value is (161,105,212). Sum of RGB (Red+Green+Blue) = 161+105+212=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #A169D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169D4 is #5E962B. Grayscale: #858585. Windows color (decimal): -6198828 or 13920673. OLE color: 13920673.
HSL color Cylindrical-coordinate representation of color #A169D4: hue angle of 271.4º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A169D4 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 105 | 212 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.17 |
| HSL | 271.4º | 0.55% | 0.62% | - |
| HSV(B) | 271.4º | 0.5% | 0.83% | - |
| XYZ | 31.63 | 22.43 | 64.95 | - |
| YUV | 133.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 212 | 0.24 | 0.50 | 0 | 0.17 | 271.4 | 0.55 | 0.62 |
| Hex | A1 | 69 | D4 | 18 | 32 | 0 | 11 | 10F | 37 | 3E |
| Octal | 241 | 151 | 324 | 30 | 62 | 0 | 21 | 417 | 67 | 76 |
| Binary | 10100001 | 1101001 | 11010100 | 11000 | 110010 | 0 | 10001 | 100001111 | 110111 | 111110 |
Color Harmonies of #A169D4
Complementary color
Monochromatic Colors of #A169D4
Black with #A169D4
Text Example
Text Example
White with #A169D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169D4; }
p { color: rgb(161,105,212); }
H1.HeaderClassName
{
color: #A169D4;
}
.AnyTagClassName
{
color: #A169D4;
}
</style>
background-color css
<style>
a { background-color: #A169D4; }
a { background-color: rgb(161,105,212); }
div.DivClassName
{
background-color: #A169D4;
}
.BgClassName
{
background-color: #A169D4;
}
</style>
border-color css
<style>
span { border-color: #A169D4; }
span { border-color: rgb(161,105,212); }
td.TdClassName
{
border-color: #A169D4;
}
.TagClassName
{
border-color: #A169D4;
}
</style>