Shades of Amethyst #A467C2
Tints of Amethyst #A467C2
RGB
CMYK
RGB Variations
Color information
#A467C2 (or 0xA467C2) is known color: Amethyst. HEX triplet: A4, 67 and C2. RGB value is (164,103,194). Sum of RGB (Red+Green+Blue) = 164+103+194=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #A467C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467C2 is #5B983D. Grayscale: #838383. Windows color (decimal): -6002750 or 12740516. OLE color: 12740516.
HSL color Cylindrical-coordinate representation of color #A467C2: hue angle of 280.22º 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 #A467C2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 103 | 194 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.24 |
| HSL | 280.22º | 0.43% | 0.58% | - |
| HSV(B) | 280.22º | 0.47% | 0.76% | - |
| XYZ | 29.9 | 21.49 | 53.61 | - |
| YUV | 131.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 194 | 0.15 | 0.47 | 0 | 0.24 | 280.22 | 0.43 | 0.58 |
| Hex | A4 | 67 | C2 | F | 2F | 0 | 18 | 118 | 2B | 3A |
| Octal | 244 | 147 | 302 | 17 | 57 | 0 | 30 | 430 | 53 | 72 |
| Binary | 10100100 | 1100111 | 11000010 | 1111 | 101111 | 0 | 11000 | 100011000 | 101011 | 111010 |
Color Harmonies of #A467C2
Complementary color
Monochromatic Colors of #A467C2
Black with #A467C2
Text Example
Text Example
White with #A467C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A467C2; }
p { color: rgb(164,103,194); }
H1.HeaderClassName
{
color: #A467C2;
}
.AnyTagClassName
{
color: #A467C2;
}
</style>
background-color css
<style>
a { background-color: #A467C2; }
a { background-color: rgb(164,103,194); }
div.DivClassName
{
background-color: #A467C2;
}
.BgClassName
{
background-color: #A467C2;
}
</style>
border-color css
<style>
span { border-color: #A467C2; }
span { border-color: rgb(164,103,194); }
td.TdClassName
{
border-color: #A467C2;
}
.TagClassName
{
border-color: #A467C2;
}
</style>