Shades of Amethyst #A567DF
Tints of Amethyst #A567DF
RGB
CMYK
RGB Variations
Color information
#A567DF (or 0xA567DF) is known color: Amethyst. HEX triplet: A5, 67 and DF. RGB value is (165,103,223). Sum of RGB (Red+Green+Blue) = 165+103+223=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A567DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567DF is #5A9820. Grayscale: #868686. Windows color (decimal): -5937185 or 14641061. OLE color: 14641061.
HSL color Cylindrical-coordinate representation of color #A567DF: hue angle of 271º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A567DF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 103 | 223 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.13 |
| HSL | 271º | 0.65% | 0.64% | - |
| HSV(B) | 271º | 0.54% | 0.87% | - |
| XYZ | 33.69 | 23.03 | 72.48 | - |
| YUV | 135.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 223 | 0.26 | 0.54 | 0 | 0.13 | 271 | 0.65 | 0.64 |
| Hex | A5 | 67 | DF | 1A | 36 | 0 | D | 10F | 41 | 40 |
| Octal | 245 | 147 | 337 | 32 | 66 | 0 | 15 | 417 | 101 | 100 |
| Binary | 10100101 | 1100111 | 11011111 | 11010 | 110110 | 0 | 1101 | 100001111 | 1000001 | 1000000 |
Color Harmonies of #A567DF
Complementary color
Monochromatic Colors of #A567DF
Black with #A567DF
Text Example
Text Example
White with #A567DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A567DF; }
p { color: rgb(165,103,223); }
H1.HeaderClassName
{
color: #A567DF;
}
.AnyTagClassName
{
color: #A567DF;
}
</style>
background-color css
<style>
a { background-color: #A567DF; }
a { background-color: rgb(165,103,223); }
div.DivClassName
{
background-color: #A567DF;
}
.BgClassName
{
background-color: #A567DF;
}
</style>
border-color css
<style>
span { border-color: #A567DF; }
span { border-color: rgb(165,103,223); }
td.TdClassName
{
border-color: #A567DF;
}
.TagClassName
{
border-color: #A567DF;
}
</style>