Shades of Amethyst #A374C4
Tints of Amethyst #A374C4
RGB
CMYK
RGB Variations
Color information
#A374C4 (or 0xA374C4) is known color: Amethyst. HEX triplet: A3, 74 and C4. RGB value is (163,116,196). Sum of RGB (Red+Green+Blue) = 163+116+196=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #A374C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374C4 is #5C8B3B. Grayscale: #8A8A8A. Windows color (decimal): -6064956 or 12874915. OLE color: 12874915.
HSL color Cylindrical-coordinate representation of color #A374C4: hue angle of 275.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A374C4 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 116 | 196 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.23 |
| HSL | 275.25º | 0.4% | 0.61% | - |
| HSV(B) | 275.25º | 0.41% | 0.77% | - |
| XYZ | 31.31 | 24.26 | 55.26 | - |
| YUV | 139.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 196 | 0.17 | 0.41 | 0 | 0.23 | 275.25 | 0.4 | 0.61 |
| Hex | A3 | 74 | C4 | 11 | 29 | 0 | 17 | 113 | 28 | 3D |
| Octal | 243 | 164 | 304 | 21 | 51 | 0 | 27 | 423 | 50 | 75 |
| Binary | 10100011 | 1110100 | 11000100 | 10001 | 101001 | 0 | 10111 | 100010011 | 101000 | 111101 |
Color Harmonies of #A374C4
Complementary color
Monochromatic Colors of #A374C4
Black with #A374C4
Text Example
Text Example
White with #A374C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374C4; }
p { color: rgb(163,116,196); }
H1.HeaderClassName
{
color: #A374C4;
}
.AnyTagClassName
{
color: #A374C4;
}
</style>
background-color css
<style>
a { background-color: #A374C4; }
a { background-color: rgb(163,116,196); }
div.DivClassName
{
background-color: #A374C4;
}
.BgClassName
{
background-color: #A374C4;
}
</style>
border-color css
<style>
span { border-color: #A374C4; }
span { border-color: rgb(163,116,196); }
td.TdClassName
{
border-color: #A374C4;
}
.TagClassName
{
border-color: #A374C4;
}
</style>