Shades of Amethyst #A371C4
Tints of Amethyst #A371C4
RGB
CMYK
RGB Variations
Color information
#A371C4 (or 0xA371C4) is known color: Amethyst. HEX triplet: A3, 71 and C4. RGB value is (163,113,196). Sum of RGB (Red+Green+Blue) = 163+113+196=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #A371C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371C4 is #5C8E3B. Grayscale: #898989. Windows color (decimal): -6065724 or 12874147. OLE color: 12874147.
HSL color Cylindrical-coordinate representation of color #A371C4: hue angle of 276.14º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A371C4 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 113 | 196 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.23 |
| HSL | 276.14º | 0.41% | 0.61% | - |
| HSV(B) | 276.14º | 0.42% | 0.77% | - |
| XYZ | 30.97 | 23.58 | 55.14 | - |
| YUV | 137.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 196 | 0.17 | 0.42 | 0 | 0.23 | 276.14 | 0.41 | 0.61 |
| Hex | A3 | 71 | C4 | 11 | 2A | 0 | 17 | 114 | 29 | 3D |
| Octal | 243 | 161 | 304 | 21 | 52 | 0 | 27 | 424 | 51 | 75 |
| Binary | 10100011 | 1110001 | 11000100 | 10001 | 101010 | 0 | 10111 | 100010100 | 101001 | 111101 |
Color Harmonies of #A371C4
Complementary color
Monochromatic Colors of #A371C4
Black with #A371C4
Text Example
Text Example
White with #A371C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A371C4; }
p { color: rgb(163,113,196); }
H1.HeaderClassName
{
color: #A371C4;
}
.AnyTagClassName
{
color: #A371C4;
}
</style>
background-color css
<style>
a { background-color: #A371C4; }
a { background-color: rgb(163,113,196); }
div.DivClassName
{
background-color: #A371C4;
}
.BgClassName
{
background-color: #A371C4;
}
</style>
border-color css
<style>
span { border-color: #A371C4; }
span { border-color: rgb(163,113,196); }
td.TdClassName
{
border-color: #A371C4;
}
.TagClassName
{
border-color: #A371C4;
}
</style>