Shades of Amethyst #A474CE
Tints of Amethyst #A474CE
RGB
CMYK
RGB Variations
Color information
#A474CE (or 0xA474CE) is known color: Amethyst. HEX triplet: A4, 74 and CE. RGB value is (164,116,206). Sum of RGB (Red+Green+Blue) = 164+116+206=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #A474CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474CE is #5B8B31. Grayscale: #8C8C8C. Windows color (decimal): -5999410 or 13530276. OLE color: 13530276.
HSL color Cylindrical-coordinate representation of color #A474CE: hue angle of 272º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A474CE is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 116 | 206 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.19 |
| HSL | 272º | 0.48% | 0.63% | - |
| HSV(B) | 272º | 0.44% | 0.81% | - |
| XYZ | 32.7 | 24.84 | 61.46 | - |
| YUV | 140.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 206 | 0.20 | 0.44 | 0 | 0.19 | 272 | 0.48 | 0.63 |
| Hex | A4 | 74 | CE | 14 | 2C | 0 | 13 | 110 | 30 | 3F |
| Octal | 244 | 164 | 316 | 24 | 54 | 0 | 23 | 420 | 60 | 77 |
| Binary | 10100100 | 1110100 | 11001110 | 10100 | 101100 | 0 | 10011 | 100010000 | 110000 | 111111 |
Color Harmonies of #A474CE
Complementary color
Monochromatic Colors of #A474CE
Black with #A474CE
Text Example
Text Example
White with #A474CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474CE; }
p { color: rgb(164,116,206); }
H1.HeaderClassName
{
color: #A474CE;
}
.AnyTagClassName
{
color: #A474CE;
}
</style>
background-color css
<style>
a { background-color: #A474CE; }
a { background-color: rgb(164,116,206); }
div.DivClassName
{
background-color: #A474CE;
}
.BgClassName
{
background-color: #A474CE;
}
</style>
border-color css
<style>
span { border-color: #A474CE; }
span { border-color: rgb(164,116,206); }
td.TdClassName
{
border-color: #A474CE;
}
.TagClassName
{
border-color: #A474CE;
}
</style>