Shades of Amethyst #A662CA
Tints of Amethyst #A662CA
RGB
CMYK
RGB Variations
Color information
#A662CA (or 0xA662CA) is known color: Amethyst. HEX triplet: A6, 62 and CA. RGB value is (166,98,202). Sum of RGB (Red+Green+Blue) = 166+98+202=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #A662CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662CA is #599D35. Grayscale: #818181. Windows color (decimal): -5872950 or 13263526. OLE color: 13263526.
HSL color Cylindrical-coordinate representation of color #A662CA: hue angle of 279.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A662CA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 98 | 202 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.21 |
| HSL | 279.23º | 0.5% | 0.59% | - |
| HSV(B) | 279.23º | 0.51% | 0.79% | - |
| XYZ | 30.75 | 21.11 | 58.33 | - |
| YUV | 130.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 202 | 0.18 | 0.51 | 0 | 0.21 | 279.23 | 0.5 | 0.59 |
| Hex | A6 | 62 | CA | 12 | 33 | 0 | 15 | 117 | 32 | 3B |
| Octal | 246 | 142 | 312 | 22 | 63 | 0 | 25 | 427 | 62 | 73 |
| Binary | 10100110 | 1100010 | 11001010 | 10010 | 110011 | 0 | 10101 | 100010111 | 110010 | 111011 |
Color Harmonies of #A662CA
Complementary color
Monochromatic Colors of #A662CA
Black with #A662CA
Text Example
Text Example
White with #A662CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662CA; }
p { color: rgb(166,98,202); }
H1.HeaderClassName
{
color: #A662CA;
}
.AnyTagClassName
{
color: #A662CA;
}
</style>
background-color css
<style>
a { background-color: #A662CA; }
a { background-color: rgb(166,98,202); }
div.DivClassName
{
background-color: #A662CA;
}
.BgClassName
{
background-color: #A662CA;
}
</style>
border-color css
<style>
span { border-color: #A662CA; }
span { border-color: rgb(166,98,202); }
td.TdClassName
{
border-color: #A662CA;
}
.TagClassName
{
border-color: #A662CA;
}
</style>