Shades of Amethyst #A466C2
Tints of Amethyst #A466C2
RGB
CMYK
RGB Variations
Color information
#A466C2 (or 0xA466C2) is known color: Amethyst. HEX triplet: A4, 66 and C2. RGB value is (164,102,194). Sum of RGB (Red+Green+Blue) = 164+102+194=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #A466C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466C2 is #5B993D. Grayscale: #828282. Windows color (decimal): -6003006 or 12740260. OLE color: 12740260.
HSL color Cylindrical-coordinate representation of color #A466C2: hue angle of 280.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A466C2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 102 | 194 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.24 |
| HSL | 280.43º | 0.43% | 0.58% | - |
| HSV(B) | 280.43º | 0.47% | 0.76% | - |
| XYZ | 29.8 | 21.29 | 53.58 | - |
| YUV | 131.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 194 | 0.15 | 0.47 | 0 | 0.24 | 280.43 | 0.43 | 0.58 |
| Hex | A4 | 66 | C2 | F | 2F | 0 | 18 | 118 | 2B | 3A |
| Octal | 244 | 146 | 302 | 17 | 57 | 0 | 30 | 430 | 53 | 72 |
| Binary | 10100100 | 1100110 | 11000010 | 1111 | 101111 | 0 | 11000 | 100011000 | 101011 | 111010 |
Color Harmonies of #A466C2
Complementary color
Monochromatic Colors of #A466C2
Black with #A466C2
Text Example
Text Example
White with #A466C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466C2; }
p { color: rgb(164,102,194); }
H1.HeaderClassName
{
color: #A466C2;
}
.AnyTagClassName
{
color: #A466C2;
}
</style>
background-color css
<style>
a { background-color: #A466C2; }
a { background-color: rgb(164,102,194); }
div.DivClassName
{
background-color: #A466C2;
}
.BgClassName
{
background-color: #A466C2;
}
</style>
border-color css
<style>
span { border-color: #A466C2; }
span { border-color: rgb(164,102,194); }
td.TdClassName
{
border-color: #A466C2;
}
.TagClassName
{
border-color: #A466C2;
}
</style>