Shades of Amethyst #A357D4
Tints of Amethyst #A357D4
RGB
CMYK
RGB Variations
Color information
#A357D4 (or 0xA357D4) is known color: Amethyst. HEX triplet: A3, 57 and D4. RGB value is (163,87,212). Sum of RGB (Red+Green+Blue) = 163+87+212=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #A357D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357D4 is #5CA82B. Grayscale: #7B7B7B. Windows color (decimal): -6072364 or 13916067. OLE color: 13916067.
HSL color Cylindrical-coordinate representation of color #A357D4: hue angle of 276.48º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A357D4 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 87 | 212 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.17 |
| HSL | 276.48º | 0.59% | 0.59% | - |
| HSV(B) | 276.48º | 0.59% | 0.83% | - |
| XYZ | 30.4 | 19.36 | 64.42 | - |
| YUV | 123.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 212 | 0.23 | 0.59 | 0 | 0.17 | 276.48 | 0.59 | 0.59 |
| Hex | A3 | 57 | D4 | 17 | 3B | 0 | 11 | 114 | 3B | 3B |
| Octal | 243 | 127 | 324 | 27 | 73 | 0 | 21 | 424 | 73 | 73 |
| Binary | 10100011 | 1010111 | 11010100 | 10111 | 111011 | 0 | 10001 | 100010100 | 111011 | 111011 |
Color Harmonies of #A357D4
Complementary color
Monochromatic Colors of #A357D4
Black with #A357D4
Text Example
Text Example
White with #A357D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357D4; }
p { color: rgb(163,87,212); }
H1.HeaderClassName
{
color: #A357D4;
}
.AnyTagClassName
{
color: #A357D4;
}
</style>
background-color css
<style>
a { background-color: #A357D4; }
a { background-color: rgb(163,87,212); }
div.DivClassName
{
background-color: #A357D4;
}
.BgClassName
{
background-color: #A357D4;
}
</style>
border-color css
<style>
span { border-color: #A357D4; }
span { border-color: rgb(163,87,212); }
td.TdClassName
{
border-color: #A357D4;
}
.TagClassName
{
border-color: #A357D4;
}
</style>