Shades of Amethyst #A567E0
Tints of Amethyst #A567E0
RGB
CMYK
RGB Variations
Color information
#A567E0 (or 0xA567E0) is known color: Amethyst. HEX triplet: A5, 67 and E0. RGB value is (165,103,224). Sum of RGB (Red+Green+Blue) = 165+103+224=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #A567E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567E0 is #5A981F. Grayscale: #868686. Windows color (decimal): -5937184 or 14706597. OLE color: 14706597.
HSL color Cylindrical-coordinate representation of color #A567E0: hue angle of 270.74º 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 #A567E0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 103 | 224 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.12 |
| HSL | 270.74º | 0.66% | 0.64% | - |
| HSV(B) | 270.74º | 0.54% | 0.88% | - |
| XYZ | 33.82 | 23.08 | 73.19 | - |
| YUV | 135.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 224 | 0.26 | 0.54 | 0 | 0.12 | 270.74 | 0.66 | 0.64 |
| Hex | A5 | 67 | E0 | 1A | 36 | 0 | C | 10F | 42 | 40 |
| Octal | 245 | 147 | 340 | 32 | 66 | 0 | 14 | 417 | 102 | 100 |
| Binary | 10100101 | 1100111 | 11100000 | 11010 | 110110 | 0 | 1100 | 100001111 | 1000010 | 1000000 |
Color Harmonies of #A567E0
Complementary color
Monochromatic Colors of #A567E0
Black with #A567E0
Text Example
Text Example
White with #A567E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A567E0; }
p { color: rgb(165,103,224); }
H1.HeaderClassName
{
color: #A567E0;
}
.AnyTagClassName
{
color: #A567E0;
}
</style>
background-color css
<style>
a { background-color: #A567E0; }
a { background-color: rgb(165,103,224); }
div.DivClassName
{
background-color: #A567E0;
}
.BgClassName
{
background-color: #A567E0;
}
</style>
border-color css
<style>
span { border-color: #A567E0; }
span { border-color: rgb(165,103,224); }
td.TdClassName
{
border-color: #A567E0;
}
.TagClassName
{
border-color: #A567E0;
}
</style>