Shades of Amethyst #A174CC
Tints of Amethyst #A174CC
RGB
CMYK
RGB Variations
Color information
#A174CC (or 0xA174CC) is known color: Amethyst. HEX triplet: A1, 74 and CC. RGB value is (161,116,204). Sum of RGB (Red+Green+Blue) = 161+116+204=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A174CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174CC is #5E8B33. Grayscale: #8B8B8B. Windows color (decimal): -6196020 or 13399201. OLE color: 13399201.
HSL color Cylindrical-coordinate representation of color #A174CC: hue angle of 270.68º 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 #A174CC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 116 | 204 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.2 |
| HSL | 270.68º | 0.46% | 0.63% | - |
| HSV(B) | 270.68º | 0.43% | 0.8% | - |
| XYZ | 31.84 | 24.43 | 60.16 | - |
| YUV | 139.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 204 | 0.21 | 0.43 | 0 | 0.2 | 270.68 | 0.46 | 0.63 |
| Hex | A1 | 74 | CC | 15 | 2B | 0 | 14 | 10F | 2E | 3F |
| Octal | 241 | 164 | 314 | 25 | 53 | 0 | 24 | 417 | 56 | 77 |
| Binary | 10100001 | 1110100 | 11001100 | 10101 | 101011 | 0 | 10100 | 100001111 | 101110 | 111111 |
Color Harmonies of #A174CC
Complementary color
Monochromatic Colors of #A174CC
Black with #A174CC
Text Example
Text Example
White with #A174CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174CC; }
p { color: rgb(161,116,204); }
H1.HeaderClassName
{
color: #A174CC;
}
.AnyTagClassName
{
color: #A174CC;
}
</style>
background-color css
<style>
a { background-color: #A174CC; }
a { background-color: rgb(161,116,204); }
div.DivClassName
{
background-color: #A174CC;
}
.BgClassName
{
background-color: #A174CC;
}
</style>
border-color css
<style>
span { border-color: #A174CC; }
span { border-color: rgb(161,116,204); }
td.TdClassName
{
border-color: #A174CC;
}
.TagClassName
{
border-color: #A174CC;
}
</style>