Shades of Amethyst #A362CC
Tints of Amethyst #A362CC
RGB
CMYK
RGB Variations
Color information
#A362CC (or 0xA362CC) is known color: Amethyst. HEX triplet: A3, 62 and CC. RGB value is (163,98,204). Sum of RGB (Red+Green+Blue) = 163+98+204=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #A362CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362CC is #5C9D33. Grayscale: #818181. Windows color (decimal): -6069556 or 13394595. OLE color: 13394595.
HSL color Cylindrical-coordinate representation of color #A362CC: hue angle of 276.79º degrees, saturation: 0.51, 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 #A362CC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 98 | 204 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.2 |
| HSL | 276.79º | 0.51% | 0.59% | - |
| HSV(B) | 276.79º | 0.52% | 0.8% | - |
| XYZ | 30.37 | 20.88 | 59.56 | - |
| YUV | 129.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 204 | 0.20 | 0.52 | 0 | 0.2 | 276.79 | 0.51 | 0.59 |
| Hex | A3 | 62 | CC | 14 | 34 | 0 | 14 | 115 | 33 | 3B |
| Octal | 243 | 142 | 314 | 24 | 64 | 0 | 24 | 425 | 63 | 73 |
| Binary | 10100011 | 1100010 | 11001100 | 10100 | 110100 | 0 | 10100 | 100010101 | 110011 | 111011 |
Color Harmonies of #A362CC
Complementary color
Monochromatic Colors of #A362CC
Black with #A362CC
Text Example
Text Example
White with #A362CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362CC; }
p { color: rgb(163,98,204); }
H1.HeaderClassName
{
color: #A362CC;
}
.AnyTagClassName
{
color: #A362CC;
}
</style>
background-color css
<style>
a { background-color: #A362CC; }
a { background-color: rgb(163,98,204); }
div.DivClassName
{
background-color: #A362CC;
}
.BgClassName
{
background-color: #A362CC;
}
</style>
border-color css
<style>
span { border-color: #A362CC; }
span { border-color: rgb(163,98,204); }
td.TdClassName
{
border-color: #A362CC;
}
.TagClassName
{
border-color: #A362CC;
}
</style>