Shades of Amethyst #A462D4
Tints of Amethyst #A462D4
RGB
CMYK
RGB Variations
Color information
#A462D4 (or 0xA462D4) is known color: Amethyst. HEX triplet: A4, 62 and D4. RGB value is (164,98,212). Sum of RGB (Red+Green+Blue) = 164+98+212=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #A462D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462D4 is #5B9D2B. Grayscale: #828282. Windows color (decimal): -6004012 or 13918884. OLE color: 13918884.
HSL color Cylindrical-coordinate representation of color #A462D4: hue angle of 274.74º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A462D4 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 98 | 212 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.17 |
| HSL | 274.74º | 0.57% | 0.61% | - |
| HSV(B) | 274.74º | 0.54% | 0.83% | - |
| XYZ | 31.56 | 21.38 | 64.75 | - |
| YUV | 130.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 212 | 0.23 | 0.54 | 0 | 0.17 | 274.74 | 0.57 | 0.61 |
| Hex | A4 | 62 | D4 | 17 | 36 | 0 | 11 | 113 | 39 | 3D |
| Octal | 244 | 142 | 324 | 27 | 66 | 0 | 21 | 423 | 71 | 75 |
| Binary | 10100100 | 1100010 | 11010100 | 10111 | 110110 | 0 | 10001 | 100010011 | 111001 | 111101 |
Color Harmonies of #A462D4
Complementary color
Monochromatic Colors of #A462D4
Black with #A462D4
Text Example
Text Example
White with #A462D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A462D4; }
p { color: rgb(164,98,212); }
H1.HeaderClassName
{
color: #A462D4;
}
.AnyTagClassName
{
color: #A462D4;
}
</style>
background-color css
<style>
a { background-color: #A462D4; }
a { background-color: rgb(164,98,212); }
div.DivClassName
{
background-color: #A462D4;
}
.BgClassName
{
background-color: #A462D4;
}
</style>
border-color css
<style>
span { border-color: #A462D4; }
span { border-color: rgb(164,98,212); }
td.TdClassName
{
border-color: #A462D4;
}
.TagClassName
{
border-color: #A462D4;
}
</style>