Shades of Amethyst #A372C8
Tints of Amethyst #A372C8
RGB
CMYK
RGB Variations
Color information
#A372C8 (or 0xA372C8) is known color: Amethyst. HEX triplet: A3, 72 and C8. RGB value is (163,114,200). Sum of RGB (Red+Green+Blue) = 163+114+200=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #A372C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372C8 is #5C8D37. Grayscale: #8A8A8A. Windows color (decimal): -6065464 or 13136547. OLE color: 13136547.
HSL color Cylindrical-coordinate representation of color #A372C8: hue angle of 274.19º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A372C8 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 114 | 200 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.22 |
| HSL | 274.19º | 0.44% | 0.62% | - |
| HSV(B) | 274.19º | 0.43% | 0.78% | - |
| XYZ | 31.55 | 23.99 | 57.61 | - |
| YUV | 138.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 200 | 0.18 | 0.43 | 0 | 0.22 | 274.19 | 0.44 | 0.62 |
| Hex | A3 | 72 | C8 | 12 | 2B | 0 | 16 | 112 | 2C | 3E |
| Octal | 243 | 162 | 310 | 22 | 53 | 0 | 26 | 422 | 54 | 76 |
| Binary | 10100011 | 1110010 | 11001000 | 10010 | 101011 | 0 | 10110 | 100010010 | 101100 | 111110 |
Color Harmonies of #A372C8
Complementary color
Monochromatic Colors of #A372C8
Black with #A372C8
Text Example
Text Example
White with #A372C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372C8; }
p { color: rgb(163,114,200); }
H1.HeaderClassName
{
color: #A372C8;
}
.AnyTagClassName
{
color: #A372C8;
}
</style>
background-color css
<style>
a { background-color: #A372C8; }
a { background-color: rgb(163,114,200); }
div.DivClassName
{
background-color: #A372C8;
}
.BgClassName
{
background-color: #A372C8;
}
</style>
border-color css
<style>
span { border-color: #A372C8; }
span { border-color: rgb(163,114,200); }
td.TdClassName
{
border-color: #A372C8;
}
.TagClassName
{
border-color: #A372C8;
}
</style>