Shades of Amethyst #A774CC
Tints of Amethyst #A774CC
RGB
CMYK
RGB Variations
Color information
#A774CC (or 0xA774CC) is known color: Amethyst. HEX triplet: A7, 74 and CC. RGB value is (167,116,204). Sum of RGB (Red+Green+Blue) = 167+116+204=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #A774CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774CC is #588B33. Grayscale: #8C8C8C. Windows color (decimal): -5802804 or 13399207. OLE color: 13399207.
HSL color Cylindrical-coordinate representation of color #A774CC: hue angle of 274.77º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A774CC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 116 | 204 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.2 |
| HSL | 274.77º | 0.46% | 0.63% | - |
| HSV(B) | 274.77º | 0.43% | 0.8% | - |
| XYZ | 33.08 | 25.07 | 60.22 | - |
| YUV | 141.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 204 | 0.18 | 0.43 | 0 | 0.2 | 274.77 | 0.46 | 0.63 |
| Hex | A7 | 74 | CC | 12 | 2B | 0 | 14 | 113 | 2E | 3F |
| Octal | 247 | 164 | 314 | 22 | 53 | 0 | 24 | 423 | 56 | 77 |
| Binary | 10100111 | 1110100 | 11001100 | 10010 | 101011 | 0 | 10100 | 100010011 | 101110 | 111111 |
Color Harmonies of #A774CC
Complementary color
Monochromatic Colors of #A774CC
Black with #A774CC
Text Example
Text Example
White with #A774CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774CC; }
p { color: rgb(167,116,204); }
H1.HeaderClassName
{
color: #A774CC;
}
.AnyTagClassName
{
color: #A774CC;
}
</style>
background-color css
<style>
a { background-color: #A774CC; }
a { background-color: rgb(167,116,204); }
div.DivClassName
{
background-color: #A774CC;
}
.BgClassName
{
background-color: #A774CC;
}
</style>
border-color css
<style>
span { border-color: #A774CC; }
span { border-color: rgb(167,116,204); }
td.TdClassName
{
border-color: #A774CC;
}
.TagClassName
{
border-color: #A774CC;
}
</style>