Shades of Amethyst #A655E2
Tints of Amethyst #A655E2
RGB
CMYK
RGB Variations
Color information
#A655E2 (or 0xA655E2) is known color: Amethyst. HEX triplet: A6, 55 and E2. RGB value is (166,85,226). Sum of RGB (Red+Green+Blue) = 166+85+226=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #A655E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655E2 is #59AA1D. Grayscale: #7C7C7C. Windows color (decimal): -5876254 or 14833062. OLE color: 14833062.
HSL color Cylindrical-coordinate representation of color #A655E2: hue angle of 274.47º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A655E2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 85 | 226 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.11 |
| HSL | 274.47º | 0.71% | 0.61% | - |
| HSV(B) | 274.47º | 0.62% | 0.89% | - |
| XYZ | 32.7 | 20.09 | 74.11 | - |
| YUV | 125.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 226 | 0.27 | 0.62 | 0 | 0.11 | 274.47 | 0.71 | 0.61 |
| Hex | A6 | 55 | E2 | 1B | 3E | 0 | B | 112 | 47 | 3D |
| Octal | 246 | 125 | 342 | 33 | 76 | 0 | 13 | 422 | 107 | 75 |
| Binary | 10100110 | 1010101 | 11100010 | 11011 | 111110 | 0 | 1011 | 100010010 | 1000111 | 111101 |
Color Harmonies of #A655E2
Complementary color
Monochromatic Colors of #A655E2
Black with #A655E2
Text Example
Text Example
White with #A655E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655E2; }
p { color: rgb(166,85,226); }
H1.HeaderClassName
{
color: #A655E2;
}
.AnyTagClassName
{
color: #A655E2;
}
</style>
background-color css
<style>
a { background-color: #A655E2; }
a { background-color: rgb(166,85,226); }
div.DivClassName
{
background-color: #A655E2;
}
.BgClassName
{
background-color: #A655E2;
}
</style>
border-color css
<style>
span { border-color: #A655E2; }
span { border-color: rgb(166,85,226); }
td.TdClassName
{
border-color: #A655E2;
}
.TagClassName
{
border-color: #A655E2;
}
</style>