Shades of Amethyst #A470C0
Tints of Amethyst #A470C0
RGB
CMYK
RGB Variations
Color information
#A470C0 (or 0xA470C0) is known color: Amethyst. HEX triplet: A4, 70 and C0. RGB value is (164,112,192). Sum of RGB (Red+Green+Blue) = 164+112+192=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #A470C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470C0 is #5B8F3F. Grayscale: #888888. Windows color (decimal): -6000448 or 12611748. OLE color: 12611748.
HSL color Cylindrical-coordinate representation of color #A470C0: hue angle of 279º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A470C0 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 112 | 192 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.25 |
| HSL | 279º | 0.39% | 0.6% | - |
| HSV(B) | 279º | 0.42% | 0.75% | - |
| XYZ | 30.62 | 23.29 | 52.75 | - |
| YUV | 136.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 192 | 0.15 | 0.42 | 0 | 0.25 | 279 | 0.39 | 0.6 |
| Hex | A4 | 70 | C0 | F | 2A | 0 | 19 | 117 | 27 | 3C |
| Octal | 244 | 160 | 300 | 17 | 52 | 0 | 31 | 427 | 47 | 74 |
| Binary | 10100100 | 1110000 | 11000000 | 1111 | 101010 | 0 | 11001 | 100010111 | 100111 | 111100 |
Color Harmonies of #A470C0
Complementary color
Monochromatic Colors of #A470C0
Black with #A470C0
Text Example
Text Example
White with #A470C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470C0; }
p { color: rgb(164,112,192); }
H1.HeaderClassName
{
color: #A470C0;
}
.AnyTagClassName
{
color: #A470C0;
}
</style>
background-color css
<style>
a { background-color: #A470C0; }
a { background-color: rgb(164,112,192); }
div.DivClassName
{
background-color: #A470C0;
}
.BgClassName
{
background-color: #A470C0;
}
</style>
border-color css
<style>
span { border-color: #A470C0; }
span { border-color: rgb(164,112,192); }
td.TdClassName
{
border-color: #A470C0;
}
.TagClassName
{
border-color: #A470C0;
}
</style>