Shades of Amethyst #A474C7
Tints of Amethyst #A474C7
RGB
CMYK
RGB Variations
Color information
#A474C7 (or 0xA474C7) is known color: Amethyst. HEX triplet: A4, 74 and C7. RGB value is (164,116,199). Sum of RGB (Red+Green+Blue) = 164+116+199=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #A474C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474C7 is #5B8B38. Grayscale: #8B8B8B. Windows color (decimal): -5999417 or 13071524. OLE color: 13071524.
HSL color Cylindrical-coordinate representation of color #A474C7: hue angle of 274.7º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A474C7 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 116 | 199 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.22 |
| HSL | 274.7º | 0.43% | 0.62% | - |
| HSV(B) | 274.7º | 0.42% | 0.78% | - |
| XYZ | 31.86 | 24.51 | 57.08 | - |
| YUV | 139.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 199 | 0.18 | 0.42 | 0 | 0.22 | 274.7 | 0.43 | 0.62 |
| Hex | A4 | 74 | C7 | 12 | 2A | 0 | 16 | 113 | 2B | 3E |
| Octal | 244 | 164 | 307 | 22 | 52 | 0 | 26 | 423 | 53 | 76 |
| Binary | 10100100 | 1110100 | 11000111 | 10010 | 101010 | 0 | 10110 | 100010011 | 101011 | 111110 |
Color Harmonies of #A474C7
Complementary color
Monochromatic Colors of #A474C7
Black with #A474C7
Text Example
Text Example
White with #A474C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474C7; }
p { color: rgb(164,116,199); }
H1.HeaderClassName
{
color: #A474C7;
}
.AnyTagClassName
{
color: #A474C7;
}
</style>
background-color css
<style>
a { background-color: #A474C7; }
a { background-color: rgb(164,116,199); }
div.DivClassName
{
background-color: #A474C7;
}
.BgClassName
{
background-color: #A474C7;
}
</style>
border-color css
<style>
span { border-color: #A474C7; }
span { border-color: rgb(164,116,199); }
td.TdClassName
{
border-color: #A474C7;
}
.TagClassName
{
border-color: #A474C7;
}
</style>