Shades of Amethyst #A478CD
Tints of Amethyst #A478CD
RGB
CMYK
RGB Variations
Color information
#A478CD (or 0xA478CD) is known color: Amethyst. HEX triplet: A4, 78 and CD. RGB value is (164,120,205). Sum of RGB (Red+Green+Blue) = 164+120+205=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A478CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478CD is #5B8732. Grayscale: #8E8E8E. Windows color (decimal): -5998387 or 13465764. OLE color: 13465764.
HSL color Cylindrical-coordinate representation of color #A478CD: hue angle of 271.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A478CD is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 120 | 205 | - |
| CMYK | 0.2 | 0.41 | 0 | 0.20 |
| HSL | 271.06º | 0.46% | 0.64% | - |
| HSV(B) | 271.06º | 0.41% | 0.8% | - |
| XYZ | 33.05 | 25.73 | 60.98 | - |
| YUV | 142.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 205 | 0.2 | 0.41 | 0 | 0.20 | 271.06 | 0.46 | 0.64 |
| Hex | A4 | 78 | CD | 14 | 29 | 0 | 14 | 10F | 2E | 40 |
| Octal | 244 | 170 | 315 | 24 | 51 | 0 | 24 | 417 | 56 | 100 |
| Binary | 10100100 | 1111000 | 11001101 | 10100 | 101001 | 0 | 10100 | 100001111 | 101110 | 1000000 |
Color Harmonies of #A478CD
Complementary color
Monochromatic Colors of #A478CD
Black with #A478CD
Text Example
Text Example
White with #A478CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478CD; }
p { color: rgb(164,120,205); }
H1.HeaderClassName
{
color: #A478CD;
}
.AnyTagClassName
{
color: #A478CD;
}
</style>
background-color css
<style>
a { background-color: #A478CD; }
a { background-color: rgb(164,120,205); }
div.DivClassName
{
background-color: #A478CD;
}
.BgClassName
{
background-color: #A478CD;
}
</style>
border-color css
<style>
span { border-color: #A478CD; }
span { border-color: rgb(164,120,205); }
td.TdClassName
{
border-color: #A478CD;
}
.TagClassName
{
border-color: #A478CD;
}
</style>