Shades of Amethyst #A362DA
Tints of Amethyst #A362DA
RGB
CMYK
RGB Variations
Color information
#A362DA (or 0xA362DA) is known color: Amethyst. HEX triplet: A3, 62 and DA. RGB value is (163,98,218). Sum of RGB (Red+Green+Blue) = 163+98+218=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #A362DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362DA is #5C9D25. Grayscale: #828282. Windows color (decimal): -6069542 or 14312099. OLE color: 14312099.
HSL color Cylindrical-coordinate representation of color #A362DA: hue angle of 272.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A362DA is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 98 | 218 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.15 |
| HSL | 272.5º | 0.62% | 0.62% | - |
| HSV(B) | 272.5º | 0.55% | 0.85% | - |
| XYZ | 32.13 | 21.58 | 68.8 | - |
| YUV | 131.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 218 | 0.25 | 0.55 | 0 | 0.15 | 272.5 | 0.62 | 0.62 |
| Hex | A3 | 62 | DA | 19 | 37 | 0 | F | 110 | 3E | 3E |
| Octal | 243 | 142 | 332 | 31 | 67 | 0 | 17 | 420 | 76 | 76 |
| Binary | 10100011 | 1100010 | 11011010 | 11001 | 110111 | 0 | 1111 | 100010000 | 111110 | 111110 |
Color Harmonies of #A362DA
Complementary color
Monochromatic Colors of #A362DA
Black with #A362DA
Text Example
Text Example
White with #A362DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362DA; }
p { color: rgb(163,98,218); }
H1.HeaderClassName
{
color: #A362DA;
}
.AnyTagClassName
{
color: #A362DA;
}
</style>
background-color css
<style>
a { background-color: #A362DA; }
a { background-color: rgb(163,98,218); }
div.DivClassName
{
background-color: #A362DA;
}
.BgClassName
{
background-color: #A362DA;
}
</style>
border-color css
<style>
span { border-color: #A362DA; }
span { border-color: rgb(163,98,218); }
td.TdClassName
{
border-color: #A362DA;
}
.TagClassName
{
border-color: #A362DA;
}
</style>