Shades of Amethyst #A566E0
Tints of Amethyst #A566E0
RGB
CMYK
RGB Variations
Color information
#A566E0 (or 0xA566E0) is known color: Amethyst. HEX triplet: A5, 66 and E0. RGB value is (165,102,224). Sum of RGB (Red+Green+Blue) = 165+102+224=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #A566E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566E0 is #5A991F. Grayscale: #868686. Windows color (decimal): -5937440 or 14706341. OLE color: 14706341.
HSL color Cylindrical-coordinate representation of color #A566E0: hue angle of 270.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A566E0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 102 | 224 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.12 |
| HSL | 270.98º | 0.66% | 0.64% | - |
| HSV(B) | 270.98º | 0.54% | 0.88% | - |
| XYZ | 33.72 | 22.88 | 73.16 | - |
| YUV | 134.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 224 | 0.26 | 0.54 | 0 | 0.12 | 270.98 | 0.66 | 0.64 |
| Hex | A5 | 66 | E0 | 1A | 36 | 0 | C | 10F | 42 | 40 |
| Octal | 245 | 146 | 340 | 32 | 66 | 0 | 14 | 417 | 102 | 100 |
| Binary | 10100101 | 1100110 | 11100000 | 11010 | 110110 | 0 | 1100 | 100001111 | 1000010 | 1000000 |
Color Harmonies of #A566E0
Complementary color
Monochromatic Colors of #A566E0
Black with #A566E0
Text Example
Text Example
White with #A566E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A566E0; }
p { color: rgb(165,102,224); }
H1.HeaderClassName
{
color: #A566E0;
}
.AnyTagClassName
{
color: #A566E0;
}
</style>
background-color css
<style>
a { background-color: #A566E0; }
a { background-color: rgb(165,102,224); }
div.DivClassName
{
background-color: #A566E0;
}
.BgClassName
{
background-color: #A566E0;
}
</style>
border-color css
<style>
span { border-color: #A566E0; }
span { border-color: rgb(165,102,224); }
td.TdClassName
{
border-color: #A566E0;
}
.TagClassName
{
border-color: #A566E0;
}
</style>