Shades of Amethyst #A362CD
Tints of Amethyst #A362CD
RGB
CMYK
RGB Variations
Color information
#A362CD (or 0xA362CD) is known color: Amethyst. HEX triplet: A3, 62 and CD. RGB value is (163,98,205). Sum of RGB (Red+Green+Blue) = 163+98+205=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #A362CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362CD is #5C9D32. Grayscale: #818181. Windows color (decimal): -6069555 or 13460131. OLE color: 13460131.
HSL color Cylindrical-coordinate representation of color #A362CD: hue angle of 276.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A362CD is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 98 | 205 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.20 |
| HSL | 276.45º | 0.52% | 0.59% | - |
| HSV(B) | 276.45º | 0.52% | 0.8% | - |
| XYZ | 30.49 | 20.93 | 60.19 | - |
| YUV | 129.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 205 | 0.20 | 0.52 | 0 | 0.20 | 276.45 | 0.52 | 0.59 |
| Hex | A3 | 62 | CD | 14 | 34 | 0 | 14 | 114 | 34 | 3B |
| Octal | 243 | 142 | 315 | 24 | 64 | 0 | 24 | 424 | 64 | 73 |
| Binary | 10100011 | 1100010 | 11001101 | 10100 | 110100 | 0 | 10100 | 100010100 | 110100 | 111011 |
Color Harmonies of #A362CD
Complementary color
Monochromatic Colors of #A362CD
Black with #A362CD
Text Example
Text Example
White with #A362CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362CD; }
p { color: rgb(163,98,205); }
H1.HeaderClassName
{
color: #A362CD;
}
.AnyTagClassName
{
color: #A362CD;
}
</style>
background-color css
<style>
a { background-color: #A362CD; }
a { background-color: rgb(163,98,205); }
div.DivClassName
{
background-color: #A362CD;
}
.BgClassName
{
background-color: #A362CD;
}
</style>
border-color css
<style>
span { border-color: #A362CD; }
span { border-color: rgb(163,98,205); }
td.TdClassName
{
border-color: #A362CD;
}
.TagClassName
{
border-color: #A362CD;
}
</style>