Shades of Amethyst #A062C3
Tints of Amethyst #A062C3
RGB
CMYK
RGB Variations
Color information
#A062C3 (or 0xA062C3) is known color: Amethyst. HEX triplet: A0, 62 and C3. RGB value is (160,98,195). Sum of RGB (Red+Green+Blue) = 160+98+195=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #A062C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062C3 is #5F9D3C. Grayscale: #7F7F7F. Windows color (decimal): -6266173 or 12804768. OLE color: 12804768.
HSL color Cylindrical-coordinate representation of color #A062C3: hue angle of 278.35º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A062C3 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 98 | 195 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.24 |
| HSL | 278.35º | 0.45% | 0.57% | - |
| HSV(B) | 278.35º | 0.5% | 0.76% | - |
| XYZ | 28.72 | 20.15 | 54.01 | - |
| YUV | 127.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 195 | 0.18 | 0.50 | 0 | 0.24 | 278.35 | 0.45 | 0.57 |
| Hex | A0 | 62 | C3 | 12 | 32 | 0 | 18 | 116 | 2D | 39 |
| Octal | 240 | 142 | 303 | 22 | 62 | 0 | 30 | 426 | 55 | 71 |
| Binary | 10100000 | 1100010 | 11000011 | 10010 | 110010 | 0 | 11000 | 100010110 | 101101 | 111001 |
Color Harmonies of #A062C3
Complementary color
Monochromatic Colors of #A062C3
Black with #A062C3
Text Example
Text Example
White with #A062C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062C3; }
p { color: rgb(160,98,195); }
H1.HeaderClassName
{
color: #A062C3;
}
.AnyTagClassName
{
color: #A062C3;
}
</style>
background-color css
<style>
a { background-color: #A062C3; }
a { background-color: rgb(160,98,195); }
div.DivClassName
{
background-color: #A062C3;
}
.BgClassName
{
background-color: #A062C3;
}
</style>
border-color css
<style>
span { border-color: #A062C3; }
span { border-color: rgb(160,98,195); }
td.TdClassName
{
border-color: #A062C3;
}
.TagClassName
{
border-color: #A062C3;
}
</style>