Shades of Amethyst #A565D8
Tints of Amethyst #A565D8
RGB
CMYK
RGB Variations
Color information
#A565D8 (or 0xA565D8) is known color: Amethyst. HEX triplet: A5, 65 and D8. RGB value is (165,101,216). Sum of RGB (Red+Green+Blue) = 165+101+216=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #A565D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565D8 is #5A9A27. Grayscale: #848484. Windows color (decimal): -5937704 or 14181797. OLE color: 14181797.
HSL color Cylindrical-coordinate representation of color #A565D8: hue angle of 273.39º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A565D8 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 101 | 216 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.15 |
| HSL | 273.39º | 0.6% | 0.62% | - |
| HSV(B) | 273.39º | 0.53% | 0.85% | - |
| XYZ | 32.57 | 22.26 | 67.55 | - |
| YUV | 133.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 216 | 0.24 | 0.53 | 0 | 0.15 | 273.39 | 0.6 | 0.62 |
| Hex | A5 | 65 | D8 | 18 | 35 | 0 | F | 111 | 3C | 3E |
| Octal | 245 | 145 | 330 | 30 | 65 | 0 | 17 | 421 | 74 | 76 |
| Binary | 10100101 | 1100101 | 11011000 | 11000 | 110101 | 0 | 1111 | 100010001 | 111100 | 111110 |
Color Harmonies of #A565D8
Complementary color
Monochromatic Colors of #A565D8
Black with #A565D8
Text Example
Text Example
White with #A565D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565D8; }
p { color: rgb(165,101,216); }
H1.HeaderClassName
{
color: #A565D8;
}
.AnyTagClassName
{
color: #A565D8;
}
</style>
background-color css
<style>
a { background-color: #A565D8; }
a { background-color: rgb(165,101,216); }
div.DivClassName
{
background-color: #A565D8;
}
.BgClassName
{
background-color: #A565D8;
}
</style>
border-color css
<style>
span { border-color: #A565D8; }
span { border-color: rgb(165,101,216); }
td.TdClassName
{
border-color: #A565D8;
}
.TagClassName
{
border-color: #A565D8;
}
</style>