Shades of Amethyst #A565D6
Tints of Amethyst #A565D6
RGB
CMYK
RGB Variations
Color information
#A565D6 (or 0xA565D6) is known color: Amethyst. HEX triplet: A5, 65 and D6. RGB value is (165,101,214). Sum of RGB (Red+Green+Blue) = 165+101+214=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #A565D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565D6 is #5A9A29. Grayscale: #848484. Windows color (decimal): -5937706 or 14050725. OLE color: 14050725.
HSL color Cylindrical-coordinate representation of color #A565D6: hue angle of 273.98º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A565D6 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 101 | 214 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.16 |
| HSL | 273.98º | 0.58% | 0.62% | - |
| HSV(B) | 273.98º | 0.53% | 0.84% | - |
| XYZ | 32.31 | 22.16 | 66.19 | - |
| YUV | 133.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 214 | 0.23 | 0.53 | 0 | 0.16 | 273.98 | 0.58 | 0.62 |
| Hex | A5 | 65 | D6 | 17 | 35 | 0 | 10 | 112 | 3A | 3E |
| Octal | 245 | 145 | 326 | 27 | 65 | 0 | 20 | 422 | 72 | 76 |
| Binary | 10100101 | 1100101 | 11010110 | 10111 | 110101 | 0 | 10000 | 100010010 | 111010 | 111110 |
Color Harmonies of #A565D6
Complementary color
Monochromatic Colors of #A565D6
Black with #A565D6
Text Example
Text Example
White with #A565D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565D6; }
p { color: rgb(165,101,214); }
H1.HeaderClassName
{
color: #A565D6;
}
.AnyTagClassName
{
color: #A565D6;
}
</style>
background-color css
<style>
a { background-color: #A565D6; }
a { background-color: rgb(165,101,214); }
div.DivClassName
{
background-color: #A565D6;
}
.BgClassName
{
background-color: #A565D6;
}
</style>
border-color css
<style>
span { border-color: #A565D6; }
span { border-color: rgb(165,101,214); }
td.TdClassName
{
border-color: #A565D6;
}
.TagClassName
{
border-color: #A565D6;
}
</style>