Shades of Amethyst #A469C1
Tints of Amethyst #A469C1
RGB
CMYK
RGB Variations
Color information
#A469C1 (or 0xA469C1) is known color: Amethyst. HEX triplet: A4, 69 and C1. RGB value is (164,105,193). Sum of RGB (Red+Green+Blue) = 164+105+193=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #A469C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469C1 is #5B963E. Grayscale: #848484. Windows color (decimal): -6002239 or 12675492. OLE color: 12675492.
HSL color Cylindrical-coordinate representation of color #A469C1: hue angle of 280.23º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A469C1 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 105 | 193 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.24 |
| HSL | 280.23º | 0.42% | 0.58% | - |
| HSV(B) | 280.23º | 0.46% | 0.76% | - |
| XYZ | 29.99 | 21.85 | 53.09 | - |
| YUV | 132.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 193 | 0.15 | 0.46 | 0 | 0.24 | 280.23 | 0.42 | 0.58 |
| Hex | A4 | 69 | C1 | F | 2E | 0 | 18 | 118 | 2A | 3A |
| Octal | 244 | 151 | 301 | 17 | 56 | 0 | 30 | 430 | 52 | 72 |
| Binary | 10100100 | 1101001 | 11000001 | 1111 | 101110 | 0 | 11000 | 100011000 | 101010 | 111010 |
Color Harmonies of #A469C1
Complementary color
Monochromatic Colors of #A469C1
Black with #A469C1
Text Example
Text Example
White with #A469C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A469C1; }
p { color: rgb(164,105,193); }
H1.HeaderClassName
{
color: #A469C1;
}
.AnyTagClassName
{
color: #A469C1;
}
</style>
background-color css
<style>
a { background-color: #A469C1; }
a { background-color: rgb(164,105,193); }
div.DivClassName
{
background-color: #A469C1;
}
.BgClassName
{
background-color: #A469C1;
}
</style>
border-color css
<style>
span { border-color: #A469C1; }
span { border-color: rgb(164,105,193); }
td.TdClassName
{
border-color: #A469C1;
}
.TagClassName
{
border-color: #A469C1;
}
</style>