Shades of Amethyst #A374C8
Tints of Amethyst #A374C8
RGB
CMYK
RGB Variations
Color information
#A374C8 (or 0xA374C8) is known color: Amethyst. HEX triplet: A3, 74 and C8. RGB value is (163,116,200). Sum of RGB (Red+Green+Blue) = 163+116+200=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #A374C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374C8 is #5C8B37. Grayscale: #8B8B8B. Windows color (decimal): -6064952 or 13137059. OLE color: 13137059.
HSL color Cylindrical-coordinate representation of color #A374C8: hue angle of 273.57º 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 #A374C8 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 116 | 200 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.22 |
| HSL | 273.57º | 0.43% | 0.62% | - |
| HSV(B) | 273.57º | 0.42% | 0.78% | - |
| XYZ | 31.77 | 24.45 | 57.69 | - |
| YUV | 139.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 200 | 0.18 | 0.42 | 0 | 0.22 | 273.57 | 0.43 | 0.62 |
| Hex | A3 | 74 | C8 | 12 | 2A | 0 | 16 | 112 | 2B | 3E |
| Octal | 243 | 164 | 310 | 22 | 52 | 0 | 26 | 422 | 53 | 76 |
| Binary | 10100011 | 1110100 | 11001000 | 10010 | 101010 | 0 | 10110 | 100010010 | 101011 | 111110 |
Color Harmonies of #A374C8
Complementary color
Monochromatic Colors of #A374C8
Black with #A374C8
Text Example
Text Example
White with #A374C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374C8; }
p { color: rgb(163,116,200); }
H1.HeaderClassName
{
color: #A374C8;
}
.AnyTagClassName
{
color: #A374C8;
}
</style>
background-color css
<style>
a { background-color: #A374C8; }
a { background-color: rgb(163,116,200); }
div.DivClassName
{
background-color: #A374C8;
}
.BgClassName
{
background-color: #A374C8;
}
</style>
border-color css
<style>
span { border-color: #A374C8; }
span { border-color: rgb(163,116,200); }
td.TdClassName
{
border-color: #A374C8;
}
.TagClassName
{
border-color: #A374C8;
}
</style>